Merge pull request #1025 from gradido/1000-On-Register-flashing-of-Errortexts-when-clearing-the-form

when creating the register page, everything in the form is set to blank
This commit is contained in:
Alexander Friedland 2021-11-01 16:49:52 +01:00 committed by GitHub
commit 6fc9780b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,12 +205,6 @@ export default {
},
})
.then(() => {
this.form.email = ''
this.form.firstname = ''
this.form.lastname = ''
this.form.password.password = ''
this.form.password.passwordRepeat = ''
this.language = ''
this.$router.push('/thx/register')
})
.catch((error) => {
@ -226,7 +220,6 @@ export default {
this.form.lastname = ''
this.form.password.password = ''
this.form.password.passwordRepeat = ''
this.language = ''
},
},
computed: {