mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
[BEEEP] [PM-3838] Refactor password callout (#6234)
This commit is contained in:
@@ -5,11 +5,10 @@
|
||||
<div class="card d-block">
|
||||
<div class="card-body">
|
||||
<app-callout type="warning">{{ "masterPasswordInvalidWarning" | i18n }} </app-callout>
|
||||
<app-callout
|
||||
type="info"
|
||||
[enforcedPolicyOptions]="enforcedPolicyOptions"
|
||||
<auth-password-callout
|
||||
[policy]="enforcedPolicyOptions"
|
||||
*ngIf="enforcedPolicyOptions"
|
||||
></app-callout>
|
||||
></auth-password-callout>
|
||||
|
||||
<form
|
||||
#form
|
||||
|
||||
Reference in New Issue
Block a user