1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +00:00

[PM-8972] Migrate callouts to the new CL callout (#9710)

* Migrate callouts to the new CL callout
This commit is contained in:
Oscar Hinton
2024-06-20 15:45:48 +02:00
committed by GitHub
parent 593dc3c716
commit cbb2fa9442
32 changed files with 75 additions and 77 deletions

View File

@@ -6,9 +6,9 @@
</span>
<ng-container bitDialogContent>
<ng-container *ngIf="enabled">
<app-callout type="success" title="{{ 'enabled' | i18n }}" icon="bwi bwi-check-circle">
<bit-callout type="success" title="{{ 'enabled' | i18n }}" icon="bwi-check-circle">
{{ "twoStepLoginProviderEnabled" | i18n }}
</app-callout>
</bit-callout>
<strong>{{ "email" | i18n }}:</strong> {{ email }}
</ng-container>
<ng-container *ngIf="!enabled">