comment the code as it block the testing

This commit is contained in:
Jim Wang 2024-06-11 22:45:19 +08:00
parent ef7890f6af
commit 62c9ba0406

View File

@ -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