mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
use new tools-password-strength component (#10125)
This commit is contained in:
@@ -27,12 +27,12 @@
|
||||
</bit-hint>
|
||||
</bit-form-field>
|
||||
|
||||
<app-password-strength
|
||||
[password]="formGroup.controls.password.value"
|
||||
[email]="email"
|
||||
<tools-password-strength
|
||||
[showText]="true"
|
||||
(passwordStrengthResult)="getPasswordStrengthResult($event)"
|
||||
></app-password-strength>
|
||||
[email]="email"
|
||||
[password]="formGroup.controls.password.value"
|
||||
(passwordStrengthScore)="getPasswordStrengthScore($event)"
|
||||
></tools-password-strength>
|
||||
</div>
|
||||
|
||||
<bit-form-field>
|
||||
|
||||
Reference in New Issue
Block a user