From 62c9ba04068b7a2066b69b806b3984c1eb2ae374 Mon Sep 17 00:00:00 2001 From: Jim Wang Date: Tue, 11 Jun 2024 22:45:19 +0800 Subject: [PATCH] comment the code as it block the testing --- frontend/src/pages/guest/NewUserSetPassword.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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