fix:重置密码界面修改重置条件
This commit is contained in:
@@ -271,7 +271,15 @@ const local: any = {
|
||||
validationError: 'Validation failed, please try again'
|
||||
},
|
||||
resetPwd: {
|
||||
title: 'Reset Password'
|
||||
title: 'Reset Password',
|
||||
oldPassword: 'Current Password',
|
||||
oldPasswordPlaceholder: 'Please enter current password',
|
||||
oldPasswordRequired: 'Please enter current password',
|
||||
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'
|
||||
},
|
||||
bindWeChat: {
|
||||
title: 'Bind WeChat'
|
||||
|
||||
Reference in New Issue
Block a user