2
0

fix:重置密码界面接通

This commit is contained in:
zhongzm
2025-01-16 19:48:12 +08:00
parent adc5ca37b1
commit 4162ec4c54
5 changed files with 41 additions and 11 deletions

View File

@@ -207,7 +207,8 @@ const local: any = {
registerSuccess:'Register successfully',
welcomeBack: 'Welcome back, {username} !',
checkCode: 'Please check the verification code',
emailPlaceholder:'Please enter the email'
emailPlaceholder:'Please enter the email',
getCodeFailed: 'Failed to get verification code, please try again'
},
pwdLogin: {
title: 'Password Login',
@@ -218,7 +219,8 @@ const local: any = {
otherLoginMode: 'Other Login Mode',
superAdmin: 'Super Admin',
admin: 'Admin',
user: 'User'
user: 'User',
loginFailed: 'Login failed, please check your username and password'
},
codeLogin: {
title: 'Verification Code Login',
@@ -278,8 +280,8 @@ const local: any = {
newPassword: 'New Password',
passwordSameAsOld: 'New password cannot be the same as current password',
passwordLength: 'Password must be at least 6 characters',
byPassword: 'Reset by Password',
byEmail: 'Reset by Email Code'
resetSuccess: 'Password reset successfully',
resetFailed: 'Password reset failed, please try again'
},
bindWeChat: {
title: 'Bind WeChat'