mirror of
https://github.com/bitwarden/web
synced 2026-01-01 16:13:15 +00:00
Add copy descriptions and warnings to policies (#470)
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
<span class="sr-only">{{'loading' | i18n}}</span>
|
||||
</small>
|
||||
</h2>
|
||||
<app-callout type="warning" *ngIf="showPolicyWarning">
|
||||
{{'twoStepLoginPolicyUserWarning' | i18n}}
|
||||
</app-callout>
|
||||
<ul class="list-group list-group-2fa">
|
||||
<li *ngFor="let p of providers" class="list-group-item d-flex align-items-center">
|
||||
<div class="logo-2fa d-flex justify-content-center">
|
||||
|
||||
Reference in New Issue
Block a user