mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
implement callout component w/ generator policy (#1158)
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
</div>
|
||||
</header>
|
||||
<content>
|
||||
<app-callout type="info" *ngIf="policyInEffect">
|
||||
{{'passwordGeneratorPolicyInEffect' | i18n}}
|
||||
</app-callout>
|
||||
<div class="password-block">
|
||||
<div class="password-wrapper" [innerHTML]="password | colorPassword" appSelectCopy></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user