feat(auth): enhance password change flow and error handling
- Return response from useProfileSetting hook after password change
This commit is contained in:
@@ -244,6 +244,11 @@ export default {
|
||||
emailInvalid: '无效的邮箱地址',
|
||||
passwordLabel: '密码',
|
||||
passwordPlaceholder: '请输入密码',
|
||||
confirmPasswordRequired: '请确认您的密码',
|
||||
confirmPassword: '确认密码',
|
||||
confirmPasswordMessage: '请确认您的密码!',
|
||||
confirmPasswordNonMatchMessage:
|
||||
'确认密码与密码不匹配!',
|
||||
rememberMe: '记住我',
|
||||
signInTip: '没有帐户?',
|
||||
signUpTip: '已经有帐户?',
|
||||
@@ -941,7 +946,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
serverTypeRequired: '请选择服务器类型',
|
||||
testConnection: '测试连接',
|
||||
testing: '测试中...',
|
||||
connectionSuccess: '连接成功!发现 {count} 个工具',
|
||||
connectionSuccess: '连接成功!发现 {{count}} 个工具',
|
||||
availableTools: '可用工具',
|
||||
connectionFailed: '连接失败',
|
||||
testFailed: '测试失败',
|
||||
|
||||
Reference in New Issue
Block a user