{"version":3,"sources":["webpack:///../../../src/components/VDivider/VDivider.ts","webpack:///./src/modules/invitations/views/SignupOptions.vue","webpack:///src/modules/invitations/views/SignupOptions.vue","webpack:///./src/modules/invitations/views/SignupOptions.vue?d834","webpack:///./src/modules/invitations/views/SignupOptions.vue?50c4"],"names":["Themeable","extend","name","props","inset","Boolean","vertical","render","h","orientation","this","$attrs","role","class","themeClasses","attrs","on","$listeners","_c","_self","staticClass","redirectTo","_vm","staticRenderFns","components","SeamlessAccessButton","GoogleOauthBtn","EmailSignupForm","data","sendingInvitation","emailDomainWhitelist","created","methods","signup","email","g_recaptcha_response","window","query","login_hint","snackBarText","snackBarTimeout","snackBarIcon","component"],"mappings":"iLASeA,cAAUC,OAAO,CAC9BC,KAAM,YAENC,MAAO,CACLC,MAAOC,QACPC,SAAUD,SAGZE,OAAM,SAAEC,GAEN,IAAIC,EAIJ,OAHKC,KAAKC,OAAOC,MAA6B,cAArBF,KAAKC,OAAOC,OACnCH,EAAcC,KAAKJ,SAAW,WAAa,cAEtCE,EAAE,KAAM,CACbK,MAAO,gBACL,aAAa,EACb,mBAAoBH,KAAKN,MACzB,sBAAuBM,KAAKJ,UACzBI,KAAKI,cAEVC,MAAO,gBACLH,KAAM,YACN,mBAAoBH,GACjBC,KAAKC,QAEVK,GAAIN,KAAKO,iB,yDCnC6BC,EAAOC,WAAS,MAAU,KAAoCC,UAAY,G,OAAY,EAAC,mC,YAAW,OAA2B,OAAIF,SAAG,aAAmB,aAAQ,qBAAeG,CAAsB,OAAIC,SAAO,aAAsB,YAA0D,CAACJ,EAAG,4BAAuB,SAACE,YAAY,iCAAgB,CAACE,EAAG,QAAW,EAACJ,OAAG,CAAyCE,YAAY,gBAAOL,GAAK,GAAC,6C,YAAWO,O,MAAsB,CAAgD,4BAAG,qBAAC,wBAA2B,IAAI,cAAG,aAE3kBC,I,6BCYJ,G,sEAAA,oEACA,qEACA,gIAEe,GACfrB,qBACAsB,YAAAC,uBAAAC,iBAAAC,mBACAxB,SACAyB,gBACA,OACAC,qBACAR,cACAS,0BAGAC,mBACA,iFAEAC,SACAC,mBAAA,4KAEA,OAFA,SAEA,gCACA,oEACAC,cACAC,wCACA,gBAHAP,SAIA,gDAEA,4CACA,uBACA,wBACA,8BACA,2DACA,wDACA,sBAGA,gBACA1B,wBAEA,qDAEA,+JACA,eACA,yIACA,6IACA,eACA,2HACAkC,8BACA,gBAAAlC,aAAAmC,OAAAC,wBACA,MACA,sJACA,uBACA,sHACA,4IACA,kIAGA,kCACAC,sCACAC,oBACAC,uBAEA,QAEA,OAFA,UAEA,mGA9CA,MCjCyY,I,YCOrYC,EAAY,eACd,EACA,EACAnB,GACA,EACA,KACA,KACA,MAIa,aAAAmB,E","file":"static/js/chunk-3b3b8a9d.b9c51eb7.js","sourcesContent":["// Styles\nimport './VDivider.sass'\n\n// Types\nimport { VNode } from 'vue'\n\n// Mixins\nimport Themeable from '../../mixins/themeable'\n\nexport default Themeable.extend({\n name: 'v-divider',\n\n props: {\n inset: Boolean,\n vertical: Boolean,\n },\n\n render (h): VNode {\n // WAI-ARIA attributes\n let orientation\n if (!this.$attrs.role || this.$attrs.role === 'separator') {\n orientation = this.vertical ? 'vertical' : 'horizontal'\n }\n return h('hr', {\n class: {\n 'v-divider': true,\n 'v-divider--inset': this.inset,\n 'v-divider--vertical': this.vertical,\n ...this.themeClasses,\n },\n attrs: {\n role: 'separator',\n 'aria-orientation': orientation,\n ...this.$attrs,\n },\n on: this.$listeners,\n })\n },\n})\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('seamless-access-button',{staticClass:\"mb-4\",attrs:{\"redirect\":_vm.redirectTo + '/satosa'}}),_c('google-oauth-btn',{attrs:{\"redirect\":_vm.redirectTo + '/google'}},[_vm._v(\"Sign up with Google\")]),_c('div',{staticClass:\"d-flex align-center mt-5 mb-2\"},[_c('v-divider'),_c('span',{staticClass:\"caption px-2\"},[_vm._v(\"OR\")]),_c('v-divider')],1),_c('email-signup-form',{staticClass:\"mt-4\",attrs:{\"loading\":_vm.sendingInvitation,\"emailDomainWhitelist\":_vm.emailDomainWhitelist},on:{\"verifiedEmail\":_vm.signup}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n","import mod from \"-!../../../../node_modules/@vue/cli-plugin-babel/node_modules/thread-loader/dist/cjs.js!../../../../node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js??ref--13-1!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SignupOptions.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../node_modules/@vue/cli-plugin-babel/node_modules/thread-loader/dist/cjs.js!../../../../node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.js??ref--13-1!../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SignupOptions.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./SignupOptions.vue?vue&type=template&id=f7d78ffe&\"\nimport script from \"./SignupOptions.vue?vue&type=script&lang=js&\"\nexport * from \"./SignupOptions.vue?vue&type=script&lang=js&\"\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":""}