Enhance password update error handling and localization (#175)

* Enhance password update error handling and localization
This commit is contained in:
Giancarlo Buomprisco
2025-02-19 15:38:05 +07:00
committed by GitHub
parent 0808b91e0d
commit 031e0810a6
2 changed files with 19 additions and 6 deletions

View File

@@ -82,6 +82,7 @@
"minPasswordSpecialChars": "Password must contain at least one special character",
"uppercasePassword": "Password must contain at least one uppercase letter",
"insufficient_aal": "Please sign-in with your current multi-factor authentication to perform this action",
"otp_expired": "The email link has expired. Please try again."
"otp_expired": "The email link has expired. Please try again.",
"same_password": "The password cannot be the same as the current password"
}
}