{"version":3,"file":"Unauthenticated-af04319628744e4f49fa.js","mappings":"6MAQMA,GAAYC,EAAAA,EAAAA,IAAU,kBAAM,yGAAuC,IACnEC,GAAiBD,EAAAA,EAAAA,IAAU,kBAAM,gGAA4C,IAC7EE,GAAcF,EAAAA,EAAAA,IAAU,kBAAM,yGAAyC,IACvEG,GAAWH,EAAAA,EAAAA,IAAU,kBAAM,yGAAsC,IACjEI,GAAaJ,EAAAA,EAAAA,IAAU,kBAAM,+BAAwC,IACrEK,GAAWL,EAAAA,EAAAA,IAAU,kBAAM,sDAAsC,IAEjEM,GAAYN,EAAAA,EAAAA,IAAU,kBAAM,8BAAiC,IAE7DO,GAAWP,EAAAA,EAAAA,IAAU,kBAAM,4HAAyC,IACpEQ,GAAwBR,EAAAA,EAAAA,IAAU,kBAAM,+BAAsD,IAIpG,SAASS,IACP,IAAQC,GAAMC,EAAAA,EAAAA,MAAND,EAER,OACEE,EAAAA,cAACC,EAAAA,GAAM,KACLD,EAAAA,cAACE,EAAAA,GAAK,CAACC,OAAK,EAACC,KAAMC,EAAAA,GAAOC,OACxBN,EAAAA,cAACb,EAAS,OAGZa,EAAAA,cAACE,EAAAA,GAAK,CAACC,OAAK,EAACC,KAAMC,EAAAA,GAAOE,iBACxBP,EAAAA,cAACX,EAAc,OAGjBW,EAAAA,cAACE,EAAAA,GAAK,CAACC,OAAK,EAACC,KAAMC,EAAAA,GAAOG,cACxBR,EAAAA,cAACV,EAAW,OAGdU,EAAAA,cAACE,EAAAA,GAAK,CAACC,OAAK,EAACC,KAAMC,EAAAA,GAAOI,SAASC,SACjCV,EAAAA,cAACT,EAAQ,OAGXS,EAAAA,cAACE,EAAAA,GAAK,CAACC,OAAK,EAACC,KAAMC,EAAAA,GAAOI,SAASE,UACjCX,EAAAA,cAACP,EAAQ,OAGXO,EAAAA,cAACE,EAAAA,GAAK,CAACC,OAAK,EAACC,KAAMC,EAAAA,GAAOI,SAASG,OACjCZ,EAAAA,cAACR,EAAU,OASbQ,EAAAA,cAACE,EAAAA,GAAK,CAACC,OAAK,EAACC,KAAMC,EAAAA,GAAOQ,iBACxBb,EAAAA,cAACL,EAAQ,CAACmB,KAAK,WAGjBd,EAAAA,cAACE,EAAAA,GAAK,CAACC,OAAK,EAACC,KAAMC,EAAAA,GAAOU,0BACxBf,EAAAA,cAACJ,EAAqB,OAGxBI,EAAAA,cAACE,EAAAA,GAAK,CAACC,OAAK,EAACC,KAAK,KAChBJ,EAAAA,cAACN,EAAS,OAGZM,EAAAA,cAACE,EAAAA,GAAK,KACJF,EAAAA,cAACgB,EAAAA,EAAS,CAACC,QAASnB,EAAE,yBAA0BoB,KAAK,OAK7D,ECxEAC,EAAAA,EAAAA,ID0Ee,WACb,OACEnB,EAAAA,cAACoB,EAAAA,EAAO,CAACF,KAAK,KACZlB,EAAAA,cAACH,EAAqB,MAG5B,G","sources":["webpack://subthreshold/./app/javascript/approot/UnauthenticatedApp.jsx","webpack://subthreshold/./app/javascript/Unauthenticated.jsx"],"sourcesContent":["import React from 'react';\nimport { useTranslation } from 'react-i18next';\nimport AppRoot from './AppRoot';\nimport ROUTES from '../constants/routes';\nimport { Switch, Route } from 'react-router-dom';\n\nimport lazyRetry from '../helpers/lazyRetry';\n\nconst LoginPage = lazyRetry(() => import('../components/login/LoginPage'));\nconst ForgotPassword = lazyRetry(() => import('../components/login/ForgotPassword'));\nconst NewPassword = lazyRetry(() => import('../components/login/NewPassword'));\nconst Register = lazyRetry(() => import('../components/login/Register'));\nconst Onboarding = lazyRetry(() => import('../components/login/Onboarding'));\nconst Complete = lazyRetry(() => import('../components/login/Complete'));\n\nconst Frontpage = lazyRetry(() => import('../components/frontpage'));\n\nconst Purchase = lazyRetry(() => import('../components/purchase/Purchase'));\nconst PurchaseSAProComplete = lazyRetry(() => import('../components/purchase/PurchaseSAProComplete'));\n\nimport ErrorPage from '../components/errorpages/ErrorPage';\n\nfunction UnauthenticatedRouter() {\n const { t } = useTranslation();\n\n return (\n \n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n {/*\n \n \n \n */}\n\n \n \n \n\n \n \n \n\n \n \n \n\n \n \n \n\n \n );\n}\n\nexport default function UnauthenticatedApp() {\n return (\n \n \n \n );\n}\n","import createEntrypoint from './approot/createEntrypoint';\nimport UnauthenticatedApp from './approot/UnauthenticatedApp';\n\ncreateEntrypoint(UnauthenticatedApp);\n"],"names":["LoginPage","lazyRetry","ForgotPassword","NewPassword","Register","Onboarding","Complete","Frontpage","Purchase","PurchaseSAProComplete","UnauthenticatedRouter","t","useTranslation","React","Switch","Route","exact","path","ROUTES","LOGIN","FORGOT_PASSWORD","NEW_PASSWORD","REGISTER","DETAILS","COMPLETE","START","PURCHASE_SA_PRO","role","PURCHASE_SA_PRO_COMPLETE","ErrorPage","message","home","createEntrypoint","AppRoot"],"sourceRoot":""}