1
0
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:
Kyle Spearrin
2020-02-28 16:58:28 -05:00
committed by GitHub
parent e21bb3879f
commit a06ef80dc6
6 changed files with 96 additions and 1 deletions

View File

@@ -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>