1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

PM-17577 test only

This commit is contained in:
voommen-livefront
2025-10-23 11:33:35 -05:00
parent 2026fe98b8
commit 9a628d837c

View File

@@ -11,6 +11,9 @@
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
</div>
<div class="tw-mt-4" *ngIf="hasLoaded">
<bit-callout type="success" title="{{ 'goodNews' | i18n }}">
This a line of text for testing only.
</bit-callout>
<bit-callout type="success" title="{{ 'goodNews' | i18n }}" *ngIf="!ciphers.length">
{{ "noInactive2fa" | i18n }}
</bit-callout>