1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 01:53:23 +00:00

key connector domain shown in remove password component

This commit is contained in:
Maciej Zieniuk
2025-03-27 18:11:46 +00:00
parent 77a880d8ba
commit d1f5f70d1b
6 changed files with 24 additions and 9 deletions

View File

@@ -8,7 +8,9 @@
</div>
<div *ngIf="!loading">
<p>{{ "convertOrganizationEncryptionDesc" | i18n: organization.name }}</p>
<p>{{ "removeMasterPasswordForOrganizationUserKeyConnector" | i18n: organization.name }}</p>
<p class="tw-mb-0">{{ "keyConnectorDomain" | i18n }}:</p>
<p class="tw-text-muted tw-mb-6">{{ organization.keyConnectorUrl }}</p>
<button
bitButton

View File

@@ -6476,8 +6476,8 @@
"invalidVerificationCode": {
"message": "Invalid verification code"
},
"convertOrganizationEncryptionDesc": {
"message": "$ORGANIZATION$ is using SSO with a self-hosted key server. A master password is no longer required to log in for members of this organization.",
"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.",
"placeholders": {
"organization": {
"content": "$1",
@@ -6485,6 +6485,9 @@
}
}
},
"keyConnectorDomain": {
"message": "Key Connector domain"
},
"leaveOrganization": {
"message": "Leave organization"
},