1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-20 11:24:07 +00:00

[PM-31731] [Defect] No error is returned when entering an invalid email + an invalid verification code (#18913)

* share i18n key for both invalid email and invalid otp submission

* claude review
This commit is contained in:
John Harrington
2026-02-18 15:08:57 -07:00
committed by GitHub
parent 263ec94124
commit f8b5e15a44
5 changed files with 22 additions and 1 deletions

View File

@@ -35,6 +35,9 @@
"invalidVerificationCode": {
"message": "Invalid verification code."
},
"invalidEmailOrVerificationCode": {
"message": "Invalid email or verification code"
},
"masterPassRequired": {
"message": "Master password is required."
},