1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 01:53:23 +00:00
Files
browser/libs/angular/src/tools/password-strength/password-strength-v2.component.html

12 lines
230 B
HTML

<bit-progress
[size]="size"
[text]="text"
[bgColor]="color"
[showText]="showText"
[barWidth]="scoreWidth"
></bit-progress>
<div aria-live="polite" class="tw-sr-only">
{{ "passwordStrengthScore" | i18n: text }}
</div>