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