Loading src/Signup.vue +3 −3 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ export default { showRegistrationForm: true, showCaptchaForm: false, showRecoveryEmailForm: false, showSuccessSection: false showSuccessSection: false, } }, mounted() { Loading @@ -57,7 +57,7 @@ export default { const recoveryEmail = urlParams.get('recoveryEmail') // Set formData.email directly to recoveryEmail this.formData.email = recoveryEmail ? recoveryEmail : '' this.formData.email = recoveryEmail || '' }, methods: { submitRegistrationForm(data) { Loading Loading
src/Signup.vue +3 −3 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ export default { showRegistrationForm: true, showCaptchaForm: false, showRecoveryEmailForm: false, showSuccessSection: false showSuccessSection: false, } }, mounted() { Loading @@ -57,7 +57,7 @@ export default { const recoveryEmail = urlParams.get('recoveryEmail') // Set formData.email directly to recoveryEmail this.formData.email = recoveryEmail ? recoveryEmail : '' this.formData.email = recoveryEmail || '' }, methods: { submitRegistrationForm(data) { Loading