Merge branch 'password-length' into 'master'

fix the password length

See merge request mohit.panjvani/crater-web!17
This commit is contained in:
Mohit Panjwani
2019-11-14 06:22:59 +00:00
6 changed files with 32 additions and 6 deletions

View File

@ -106,7 +106,7 @@ export default {
email
},
password: {
minLength: minLength(8)
minLength: minLength(5)
},
confirm_password: {
required: requiredIf('isRequired'),