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

[PM-32161] Remove all emails when email list field is cleared and send is saved (#18959)

* add new validation criteria to prevent authType.Email with an empty emails field

* simplify validation logic
This commit is contained in:
John Harrington
2026-02-18 14:59:34 -07:00
committed by GitHub
parent bca2ebaca9
commit 263ec94124
5 changed files with 83 additions and 2 deletions

View File

@@ -12866,6 +12866,9 @@
"enterMultipleEmailsSeparatedByComma": {
"message": "Enter multiple emails by separating with a comma."
},
"emailsRequiredChangeAccessType": {
"message": "Email verification requires at least one email address. To remove all emails, change the access type above."
},
"emailPlaceholder": {
"message": "user@bitwarden.com , user@acme.com"
},