diff --git a/frontend/src/pages/guest/NewUserSetPassword.vue b/frontend/src/pages/guest/NewUserSetPassword.vue index 63d343e..bd00fff 100644 --- a/frontend/src/pages/guest/NewUserSetPassword.vue +++ b/frontend/src/pages/guest/NewUserSetPassword.vue @@ -67,7 +67,7 @@ export default { this.message = 'The two passwords are not matched' return } - this.message = applicantValidator.emailValidator.validate(this.password) + // this.message = applicantValidator.emailValidator.validate(this.password) // console.log('EmailValidator', EmailValidator) if (this.message != null) return