Update frontend/src/views/Pages/Register.vue

Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
This commit is contained in:
Alexander Friedland 2021-10-25 08:12:39 +02:00 committed by GitHub
parent 043f0553a8
commit 863a9204e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,14 +235,6 @@ export default {
return this.form.email !== ''
},
},
created() {
this.messageError = ''
this.form.email = ''
this.form.firstname = ''
this.form.lastname = ''
this.form.password.password = ''
this.form.password.passwordRepeat = ''
},
}
</script>
<style></style>