{"version":3,"sources":["webpack:////codebuild/output/src691992833/src/cavu-white-label/libraries/@white-label-frontend/account-login/src/lib/account-login.vue?0368","webpack:////codebuild/output/src691992833/src/cavu-white-label/libraries/@white-label-frontend/account-login/src/lib/account-login.vue","webpack:////codebuild/output/src691992833/src/cavu-white-label/libraries/@white-label-frontend/account-login/src/lib/account-login.vue?f26d"],"names":["defineComponent","computed","customAuth0Settings","logo","getAppVariable","primaryColor","this","$theme","brand","pageBackground","titleText","beforeUnmount","window","removeEventListener","onPageShow","mounted","redirect","addEventListener","methods","event","persisted","$launchDarkly","variation","$router","replace","ACCOUNT_URLS","SEARCH_BOOKING","catch","e","console","error","auth0RedirectUrl","localStorage","getItem","removeItem","location","assign","$auth","login","render","createElement","staticRenderFns"],"mappings":"iLAA4mB,ECW7lBA,0BAAgB,CAC7BC,SAAU,CACRC,oBAAmB,WACjB,MAAO,CACLC,KAAMC,YAAe,QACrBC,aAAcC,KAAKC,OAAOC,MAAM,KAChCC,eAAgBH,KAAKC,OAAOC,MAAM,IAClCE,UAAWN,YAAe,gBAE9B,GAGFO,cAAa,WACXC,OAAOC,oBAAoB,WAAYP,KAAKQ,WAC9C,EAEAC,QAAO,WACLT,KAAKU,WAMLJ,OAAOK,iBAAiB,WAAYX,KAAKQ,WAC3C,EAEAI,QAAS,CACPJ,WAAU,SAACK,GAELA,EAAMC,WACRd,KAAKU,UAET,EACAA,SAAQ,WACN,IAAmF,IAA/EV,KAAKe,cAAcC,UAAU,8CAC/B,OAAOhB,KAAKiB,QAAQC,QAAQC,IAAaC,gBAEtCC,OAAM,SAACC,GAAC,OAAKC,QAAQC,MAAMF,EAAE,IAGlC,IAAMG,EAAmBC,aAAaC,QAAQ,qBAE9C,OAAIF,GACFC,aAAaE,WAAW,qBACjBtB,OAAOuB,SAASC,OAAOL,IAGzBzB,KAAK+B,MAAMC,MAAMhC,KAAKJ,oBAC/B,GAGFqC,OAAM,SAACC,GACL,OAAOA,EAAc,MACvB,I,OC9Ca,EAXC,YACd,EARED,UAAQE,WAWV,EACA,KACA,KACA,M","file":"2891277.js","sourcesContent":["import mod from \"-!../../../../../node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=nuxt%3Aimports-transform!../../../../../node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=nuxt-legacy-vue-transform!../../../../../node_modules/babel-loader/lib/index.js??ref--0-0!../../../../../node_modules/@nuxt/components/dist/loader.js??ref--2-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!../../../../../node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=nuxt-legacy-capi-key-transform!./account-login.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../../node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=nuxt%3Aimports-transform!../../../../../node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=nuxt-legacy-vue-transform!../../../../../node_modules/babel-loader/lib/index.js??ref--0-0!../../../../../node_modules/@nuxt/components/dist/loader.js??ref--2-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!../../../../../node_modules/unplugin/dist/webpack/loaders/transform.js?unpluginName=nuxt-legacy-capi-key-transform!./account-login.vue?vue&type=script&lang=ts\"","\n// Packages\nimport { defineComponent } from 'vue';\n\n// Helpers\nimport { getAppVariable } from '@white-label-helper/get-app-variable';\nimport { ACCOUNT_URLS } from '@white-label-helper/switch-app';\n\n// Types\nimport { CustomAuth0Settings } from '@white-label-types/auth';\n\nexport default defineComponent({\n computed: {\n customAuth0Settings(): CustomAuth0Settings {\n return {\n logo: getAppVariable('logo'),\n primaryColor: this.$theme.brand[100],\n pageBackground: this.$theme.brand[16],\n titleText: getAppVariable('partner_name'),\n }\n }\n },\n\n beforeUnmount() {\n window.removeEventListener('pageshow', this.onPageShow);\n },\n\n mounted() {\n this.redirect();\n\n // Add this listener to handle cases where the user navigates back to this page\n // using the browser's back/forward buttons. The 'mounted' hook doesn't run again\n // due to bfcache, so we need 'pageshow' to ensure we redirect correctly and\n // don't display a blank page. E.g when going back from change-password screen\n window.addEventListener('pageshow', this.onPageShow);\n },\n\n methods: {\n onPageShow(event: PageTransitionEvent) {\n // only run the redirect when the event comes from bfcache (back/forward browser button)\n if (event.persisted) {\n this.redirect();\n }\n },\n redirect() {\n if (this.$launchDarkly.variation('WL-FeatureControlPerPartnerEnableMyAccount') === false) {\n return this.$router.replace(ACCOUNT_URLS.SEARCH_BOOKING)\n // eslint-disable-next-line no-console\n .catch((e) => console.error(e));\n }\n\n const auth0RedirectUrl = localStorage.getItem('passwordUpdateUrl');\n\n if (auth0RedirectUrl) {\n localStorage.removeItem('passwordUpdateUrl');\n return window.location.assign(auth0RedirectUrl);\n }\n\n return this.$auth.login(this.customAuth0Settings);\n },\n },\n\n render(createElement) {\n return createElement('div');\n },\n});\n","var render, staticRenderFns\nimport script from \"./account-login.vue?vue&type=script&lang=ts\"\nexport * from \"./account-login.vue?vue&type=script&lang=ts\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}