{{ emailError }}
\r\n \r\n{{ error }}
\r\n{{ error }}
\r\n{{ error }}
\r\n{{ error }}
\r\n{{ emailSent }}
\r\n\r\n \r\n\r\n\r\n","import { defineComponent, ref } from \"vue\";\r\nimport appTranslations from \"@Apps/BookingUserAuth/Translations/VueTranslations\";\r\n\r\nexport default defineComponent({\r\n props: {\r\n email: {\r\n type: String,\r\n required: true,\r\n },\r\n\r\n isLoading: {\r\n type: Boolean,\r\n required: true,\r\n },\r\n errorMessages: {\r\n type: Array,\r\n default: () => [],\r\n }\r\n },\r\n\r\n emits: [\"resetStatusToDefault\", \"submit\"],\r\n\r\n setup(props, { emit }) {\r\n\r\n\r\n\r\n const send = async () => {\r\n\r\n emit(\"submit\", { email: props.email });\r\n };\r\n\r\n\r\n const resetStatusToDefault = () => {\r\n emit(\"resetStatusToDefault\");\r\n };\r\n\r\n return {\r\n resetStatusToDefault,\r\n send,\r\n\r\n emailAddressLabel: appTranslations.email,\r\n forgotPassword: appTranslations.forgotPassword,\r\n emailSent: appTranslations.forgotPassword_EmailSent,\r\n prevBtnText: appTranslations.previous,\r\n nextBtnText: appTranslations.next,\r\n\r\n };\r\n },\r\n});","import { render } from \"./ForgotPasswordComponent.vue?vue&type=template&id=60391a37\"\nimport script from \"./ForgotPasswordComponent.ts?vue&type=script&lang=ts\"\nexport * from \"./ForgotPasswordComponent.ts?vue&type=script&lang=ts\"\nscript.render = render\n\nexport default script","\r\n{{appTranslations.forgotPassword_EmailSentSentMessage}}
\r\n\r\n\r\n