\r\n\t\tYou can update your password below.\r\n\t\tSimply enter your account email address below and click submit.\r\n\t\tAn email with a verification link will be sent to the email provided to complete the process.\r\n\t
\r\n\t\r\n\r\n\t\r\n\r\n\r\n\r\n\r\n","import { render } from \"./forgot-password.vue?vue&type=template&id=3dfad370\"\nimport script from \"./forgot-password.vue?vue&type=script&lang=js\"\nexport * from \"./forgot-password.vue?vue&type=script&lang=js\"\n\nimport exportComponent from \"D:\\\\a\\\\1\\\\s\\\\node_modules\\\\vue-loader-v16\\\\dist\\\\exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render]])\n\nexport default __exports__","export const formValidator = {\r\n methods: {\r\n isValid (form) {\r\n if (!form.checkValidity()) {\r\n const fields = form.querySelectorAll('.form-control');\r\n\r\n for (const field of fields) {\r\n const refID = field.getAttribute('id');\r\n\r\n if (this.$refs[refID]) {\r\n this.$refs[refID].validate();\r\n }\r\n }\r\n\r\n return false;\r\n };\r\n return true;\r\n }\r\n }\r\n};\r\n"],"sourceRoot":""}