{"version":3,"file":"index-DjtcfcTD.js","sources":["../../src/instrument.ts","../../node_modules/react-dom/client.js","../../src/features/authentication/components/LoginContent/LoginContent.tsx","../../src/assets/pill-loader.gif","../../src/views/LoadingPage/LoadingPage.tsx","../../src/features/authentication/components/SelectApp.tsx","../../src/features/authentication/components/TrackLastApp.tsx","../../src/features/authentication/components/ProtectedRoute.tsx","../../src/assets/saiva-logo-combined.png","../../src/features/authentication/components/AuthLayout.tsx","../../src/assets/app_store.svg?react","../../src/assets/play_store.svg?react","../../src/features/authentication/components/MobileAppPromotion.tsx","../../src/features/authentication/components/HelpLink.tsx","../../src/features/authentication/components/LoginStepOTP.tsx","../../src/features/authentication/components/LoginStepEmail.tsx","../../src/features/authentication/components/LoginStepStatus.tsx","../../src/features/authentication/components/ExpirationPasswordModal.tsx","../../src/features/authentication/components/PasswordExpiration.tsx","../../src/features/authentication/mutations/usePasswordLogin.ts","../../src/features/authentication/components/LoginStepPassword.tsx","../../src/features/authentication/views/Login/Login.tsx","../../src/assets/invitation_animation.gif","../../src/utils/LinkText.tsx","../../src/features/authentication/views/Invitation/Invitation.tsx","../../src/assets/saiva-logo-white.svg?react","../../src/assets/person.svg?react","../../src/views/ErrorPage/ErrorPage.tsx","../../src/App.tsx","../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../node_modules/prop-types/factoryWithThrowingShims.js","../../node_modules/prop-types/index.js","../../node_modules/react-zendesk/lib/index.js","../../src/main.tsx"],"sourcesContent":["import {\n init,\n makeFetchTransport,\n moduleMetadataIntegration,\n makeMultiplexedTransport\n} from '@sentry/browser'\n\nconst EXTRA_KEY = 'ROUTE_TO'\n\nconst coreSentryDns = import.meta.env.VITE_CORE_SENTRY_DSN\n\nconst transport = makeMultiplexedTransport(makeFetchTransport, (args) => {\n const event = args.getEvent()\n if (\n event &&\n event.extra &&\n EXTRA_KEY in event.extra &&\n Array.isArray(event.extra[EXTRA_KEY])\n ) {\n return event.extra[EXTRA_KEY]\n }\n return []\n})\n\ninit({\n dsn: coreSentryDns,\n integrations: [moduleMetadataIntegration()],\n transport,\n beforeSend: (event) => {\n if (event?.exception?.values?.[0]?.stacktrace?.frames) {\n const frames = event.exception.values[0].stacktrace.frames\n // Find the last frame with module metadata containing a DSN\n const routeTo = frames\n .filter((frame) => frame.module_metadata && frame.module_metadata.dsn)\n .map((v) => v.module_metadata)\n .slice(-1) // using top frame only - you may want to customize this according to your needs\n\n if (routeTo.length) {\n event.extra = {\n ...event.extra,\n [EXTRA_KEY]: routeTo\n }\n }\n }\n\n return event\n }\n})\n","'use strict';\n\nvar m = require('react-dom');\nif (process.env.NODE_ENV === 'production') {\n exports.createRoot = m.createRoot;\n exports.hydrateRoot = m.hydrateRoot;\n} else {\n var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n exports.createRoot = function(c, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.createRoot(c, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n exports.hydrateRoot = function(c, h, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.hydrateRoot(c, h, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n}\n","import styles from './LoginContent.module.scss'\nimport type { LoginLayoutProps } from './LoginContent.types'\n\nexport function LoginContent({\n title,\n subtitle,\n children,\n footer,\n isInfo\n}: LoginLayoutProps) {\n return (\n
{t('login.mobileOTP.message')}
\n {Buttons}\n{t('login.mobileOTP.declinedMessage')}
\n {Buttons}\n