mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-26 19:59:12 -06:00
Fix missing password error translation for auth.common.fields.password.errors.incorrect
This commit is contained in:
@@ -507,6 +507,13 @@
|
||||
},
|
||||
"auth": {
|
||||
"common": {
|
||||
"fields": {
|
||||
"password": {
|
||||
"errors": {
|
||||
"incorrect": "The password you provided does not match our records"
|
||||
}
|
||||
}
|
||||
},
|
||||
"navigation": {
|
||||
"continue": "Continue",
|
||||
"back": "Back"
|
||||
|
||||
Reference in New Issue
Block a user