1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-02 08:33:43 +00:00

Replace app-callout with bit-callout and fixed the used types forthe styles (#8414)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
This commit is contained in:
Daniel James Smith
2024-03-20 23:39:25 +01:00
committed by GitHub
parent c6327d7f12
commit e2fe1e1567
5 changed files with 10 additions and 6 deletions

View File

@@ -18,12 +18,12 @@
{{ dialogOptions.bodyText | i18n }}
</p>
<app-callout
<bit-callout
*ngIf="dialogOptions.calloutOptions"
[type]="dialogOptions.calloutOptions.type"
>
{{ dialogOptions.calloutOptions.text | i18n }}
</app-callout>
</bit-callout>
</ng-container>
<!-- Shown when client side verification methods picked and no verification methods found -->