1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 11:43:46 +00:00

password strength checks during registration

This commit is contained in:
Kyle Spearrin
2018-11-12 22:54:40 -05:00
parent 2664059812
commit 85c0ddba10
9 changed files with 86 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
<div class="progress">
<div class="progress-bar {{color}}" role="progressbar" [ngStyle]="{width: (scoreWidth + '%')}" aria-valuenow="scoreWidth"
aria-valuemin="0" aria-valuemax="100">
<ng-container *ngIf="showText && text">
{{text}}
</ng-container>
</div>
</div>