password length change

This commit is contained in:
hastichavda
2019-11-14 11:15:44 +05:30
parent e1d2888786
commit 4edd9a4190

View File

@ -98,7 +98,7 @@ export default {
},
password: {
required,
minLength: minLength(8)
minLength: minLength(5)
}
}
},