mirror of
https://github.com/bitwarden/browser
synced 2026-01-05 18:13:26 +00:00
refactor(login-error): (Auth) [PM-22145] Improved Error State for Failed Login (#16569)
Updates the inline error message on a failed login.
This commit is contained in:
@@ -41,6 +41,15 @@
|
||||
"invalidMasterPassword": {
|
||||
"message": "Invalid master password."
|
||||
},
|
||||
"invalidMasterPasswordConfirmEmailAndHost": {
|
||||
"message": "Invalid master password. Confirm your email is correct and your account was created on $HOST$.",
|
||||
"placeholders": {
|
||||
"host": {
|
||||
"content": "$1",
|
||||
"example": "vault.bitwarden.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sessionTimeout": {
|
||||
"message": "Your session has timed out. Please go back and try logging in again."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user