fix:重置密码界面接通
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user