1
0
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:
rr-bw
2025-10-02 16:18:47 -07:00
committed by GitHub
parent ba6f2b7d82
commit fdf47ffe3b
6 changed files with 54 additions and 3 deletions

View File

@@ -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."
},