\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n Please select\r\n \r\n \r\n {{ userType.webUserTypeParent }}\r\n \r\n \r\n \r\n \r\n \r\n Create Account\r\n \r\n
\r\n \r\n\r\n\r\n\r\n","import { render, staticRenderFns } from \"./RegisterForm.vue?vue&type=template&id=747b5c0e&\"\nimport script from \"./RegisterForm.vue?vue&type=script&lang=js&\"\nexport * from \"./RegisterForm.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","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('b-form',{staticClass:\"account-form\",on:{\"submit\":_vm.onSubmit}},[_c('label',{staticClass:\"account-form__label\",attrs:{\"for\":\"email\"}},[_vm._v(\"Email Address\")]),_vm._v(\" \"),_c('b-input-group',[_c('b-input-group-prepend',[_c('b-input-group-text',[_c('font-awesome-icon',{attrs:{\"icon\":['fal', 'envelope'],\"aria-hidden\":\"true\"}})],1)],1),_vm._v(\" \"),_c('b-form-input',{attrs:{\"id\":\"email\",\"type\":\"email\",\"placeholder\":\"Email Address\",\"required\":\"\"},model:{value:(_vm.email),callback:function ($$v) {_vm.email=$$v},expression:\"email\"}})],1),_vm._v(\" \"),_c('label',{staticClass:\"account-form__label\",attrs:{\"for\":\"email\"}},[_vm._v(\"User Type\")]),_vm._v(\" \"),_c('b-input-group',[_c('b-input-group-prepend',[_c('b-input-group-text',[_c('font-awesome-icon',{attrs:{\"icon\":['fal', 'users'],\"aria-hidden\":\"true\"}})],1)],1),_vm._v(\" \"),_c('b-select',{attrs:{\"required\":\"\"},model:{value:(_vm.selectedUserType),callback:function ($$v) {_vm.selectedUserType=$$v},expression:\"selectedUserType\"}},[_c('b-select-option',{attrs:{\"value\":\"null\",\"selected\":\"\"}},[_vm._v(\"\\n Please select\\n \")]),_vm._v(\" \"),_vm._l((_vm.userTypes),function(userType,index){return _c('b-select-option',{key:index,attrs:{\"value\":userType.webUserTypeParentId}},[_vm._v(\"\\n \"+_vm._s(userType.webUserTypeParent)+\"\\n \")])})],2)],1),_vm._v(\" \"),_c('div',{staticClass:\"submit-button__container\"},[_c('b-button',{staticClass:\"submit-button\",attrs:{\"type\":\"submit\",\"variant\":\"accent-1\"}},[_vm._v(\"\\n Create Account\\n \")])],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import \"./modules/common\";\r\nimport Vue from \"vue\";\r\nimport { LoginForm, RegistrationWizard } from \"spiritweb.packages.web-account\";\r\nimport AccountFormContainer from \"~/Components/Accounts/AccountFormContainer.vue\";\r\nimport RegisterForm from \"~/Components/Registration/RegisterForm.vue\";\r\nimport VueApp from \"~/Scripts/new/vueApp\";\r\nimport idPlugin from \"~/Scripts/plugins/idPlugin\";\r\n\r\nVue.use( idPlugin );\r\n\r\nnew VueApp( {\r\n name: \"Access\",\r\n components: {\r\n AccountFormContainer,\r\n RegistrationWizard,\r\n RegisterForm,\r\n LoginForm,\r\n },\r\n} );\r\n"],"sourceRoot":""}