1
0
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:
rr-bw
2024-07-16 09:14:39 -07:00
committed by GitHub
parent 69a37a884f
commit e2c99c2cdf
2 changed files with 14 additions and 9 deletions

View File

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