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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user