mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-03 13:33:32 +01:00
7 lines
262 B
HTML
7 lines
262 B
HTML
<app-callout class="app-private-mode-warning" type="warning" *ngIf="showWarning">
|
|
{{ "privateModeWarning" | i18n }}
|
|
<a href="https://bitwarden.com/help/article/private-mode/" target="_blank" rel="noreferrer">{{
|
|
"learnMore" | i18n
|
|
}}</a>
|
|
</app-callout>
|