1
0
mirror of https://github.com/bitwarden/web synced 2026-01-06 18:43:18 +00:00

Forwarded email providers to username generator (#1628)

* forwarded emails

* firefox relay

* remove firefox relay

* update jslib ref

* remove dupe logService
This commit is contained in:
Kyle Spearrin
2022-05-02 10:32:15 -04:00
committed by GitHub
parent 06d95bb224
commit 248938ca00
5 changed files with 111 additions and 29 deletions

View File

@@ -4894,6 +4894,19 @@
"service": {
"message": "Service"
},
"forwardedEmail": {
"message": "Forwarded Email Alias"
},
"forwardedEmailDesc": {
"message": "Generate an email alias with an external forwarding service."
},
"hostname": {
"message": "Hostname",
"description": "Part of a URL."
},
"apiAccessToken": {
"message": "API Access Token"
},
"unknownCipher": {
"message": "Unknown Item, you may need to login with another account to access this item."
}