1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-22 12:24:01 +00:00

key connector domain in convert to key connector command

This commit is contained in:
Maciej Zieniuk
2025-03-28 20:44:45 +00:00
parent 623941482f
commit b92b0e41e7
2 changed files with 6 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ export class ConvertToKeyConnectorCommand {
message: this.i18nService.t(
"removeMasterPasswordForOrganizationUserKeyConnector",
organization.name,
organization.keyConnectorUrl,
),
choices: [
{

View File

@@ -189,11 +189,15 @@
"message": "An organization you are a member of is using Key Connector. In order to access the vault, you must opt-in to Key Connector now via the web vault. You have been logged out."
},
"removeMasterPasswordForOrganizationUserKeyConnector": {
"message": "$ORGANIZATION$ has updated its member decryption options. You no longer need a password when logging into Bitwarden. Please confirm the domain below with your organization administrator.",
"message": "$ORGANIZATION$ has updated its member decryption options. You no longer need a password when logging into Bitwarden. Please confirm the domain below with your organization administrator. Key Connector domain: $KEYCONNECTORDOMAIN$",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
},
"keyConnectorDomain": {
"content": "$2",
"example": "Key Connector domain"
}
}
},