mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 01:53:23 +00:00
12 lines
230 B
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>
|