1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-20108] Update account recovery trust prompt, delete organization trust prompt (#14218)

* Update trust prompt and move to shared km module

* Delete organization trust component

* Update org trust warning message
This commit is contained in:
Bernd Schoolmann
2025-05-02 18:51:01 +02:00
committed by GitHub
parent 93d4fe6d47
commit fdfb0196d0
8 changed files with 59 additions and 98 deletions

View File

@@ -5,8 +5,10 @@
[subtitle]="params.name"
>
<ng-container bitDialogContent>
<bit-callout type="warning">{{ "orgTrustWarning" | i18n }}</bit-callout>
<p bitTypography="body1">
{{ "orgTrustWarning1" | i18n }}
<br />
<br />
{{ "fingerprintPhrase" | i18n }} <code>{{ fingerprint }}</code>
</p>
</ng-container>