1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

SG-680 - Domain Add Edit Dialog - (1) Added custom validator for domain name (2) Disable verify btn if form invalid

This commit is contained in:
Jared Snider
2022-12-07 11:40:15 -05:00
parent d58c93e517
commit f528c4ba5a
4 changed files with 31 additions and 3 deletions

View File

@@ -5555,6 +5555,9 @@
},
"automaticDomainVerificationProcess": {
"message": "Bitwarden will attempt to verify the domain 3 times during the first 72 hours. If the domain cant be verified, check the DNS record in your host and manually verify."
},
"invalidDomainNameMessage": {
"message": "'https://', 'http://', or 'www.' domain prefixes not allowed."
}
}