chore: first login modify password

This commit is contained in:
jialin
2024-06-29 20:29:11 +08:00
parent cf0113e8d8
commit d47e53114c
25 changed files with 337 additions and 113 deletions
+2 -1
View File
@@ -18,5 +18,6 @@ export default {
'users.password.lowercase': 'At least one lowercase letter',
'users.password.number': 'At least one number',
'users.password.special': 'At least one special character',
'users.password.length': 'Length between 6 and 12 characters'
'users.password.length': 'Length between 6 and 12 characters',
'users.password.modify.title': 'Modify Password'
};