Fix missing password error translation for auth.common.fields.password.errors.incorrect

This commit is contained in:
mohadeseh safari
2025-06-20 19:58:11 -04:00
parent 906a76c545
commit 452d1a2ad5

View File

@@ -507,6 +507,13 @@
},
"auth": {
"common": {
"fields": {
"password": {
"errors": {
"incorrect": "The password you provided does not match our records"
}
}
},
"navigation": {
"continue": "Continue",
"back": "Back"