feat(login): add password visibility toggle and confirm password field

This commit is contained in:
2025-11-18 11:15:09 +08:00
parent fd640631fc
commit fc0b7b2cc9
4 changed files with 77 additions and 4 deletions

View File

@@ -258,6 +258,7 @@ export default {
registerDescription: 'Glad to have you on board!',
emailLabel: 'Email',
emailPlaceholder: 'Please input email',
emailInvalid: 'Invalid email address',
passwordLabel: 'Password',
passwordPlaceholder: 'Please input password',
rememberMe: 'Remember me',