Loading src/signup/RegistrationForm.vue +2 −2 Original line number Diff line number Diff line Loading @@ -289,9 +289,9 @@ export default { } } }, submitRegistrationForm() { async submitRegistrationForm() { this.validateForm(['displayname', 'username', 'password', 'repassword', 'termsandservices']) this.checkUsername() await this.checkUsername() const isFormValid = Object.values(this.validation).every(value => !value) if (isFormValid) { Loading Loading
src/signup/RegistrationForm.vue +2 −2 Original line number Diff line number Diff line Loading @@ -289,9 +289,9 @@ export default { } } }, submitRegistrationForm() { async submitRegistrationForm() { this.validateForm(['displayname', 'username', 'password', 'repassword', 'termsandservices']) this.checkUsername() await this.checkUsername() const isFormValid = Object.values(this.validation).every(value => !value) if (isFormValid) { Loading