comment the code as it block the testing
This commit is contained in:
parent
ef7890f6af
commit
62c9ba0406
@ -67,7 +67,7 @@ export default {
|
|||||||
this.message = 'The two passwords are not matched'
|
this.message = 'The two passwords are not matched'
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.message = applicantValidator.emailValidator.validate(this.password)
|
// this.message = applicantValidator.emailValidator.validate(this.password)
|
||||||
// console.log('EmailValidator', EmailValidator)
|
// console.log('EmailValidator', EmailValidator)
|
||||||
if (this.message != null) return
|
if (this.message != null) return
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user