feat(auth): enhance password change flow and error handling

- Return response from useProfileSetting hook after password change
This commit is contained in:
2025-11-19 17:43:45 +08:00
parent d84fd8934e
commit 83df8a7373
10 changed files with 59 additions and 21 deletions

View File

@@ -262,6 +262,11 @@ export default {
emailInvalid: 'Invalid email address',
passwordLabel: 'Password',
passwordPlaceholder: 'Please input password',
confirmPasswordRequired: 'Please confirm your password',
confirmPassword: 'Confirm password',
confirmPasswordMessage: 'Please confirm your password!',
confirmPasswordNonMatchMessage:
'The confirm password that you entered do not match!',
rememberMe: 'Remember me',
signInTip: 'Dont have an account?',
signUpTip: 'Already have an account?',
@@ -942,7 +947,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
serverTypeRequired: 'Please select server type',
testConnection: 'Test Connection',
testing: 'Testing...',
connectionSuccess: 'Connection successful! Found {count} tools',
connectionSuccess: 'Connection successful! Found {{count}} tools',
availableTools: 'Available Tools',
connectionFailed: 'Connection failed',
testFailed: 'Test failed',