feat(auth): enhance password change flow and error handling
- Return response from useProfileSetting hook after password change
This commit is contained in:
@@ -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: 'Don’t 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',
|
||||
|
||||
Reference in New Issue
Block a user