Skip to content

Commit 0b7a77d

Browse files
committed
feat(package): integration of mat-pass-toggle-visibility for the pass strength
1 parent f810cca commit 0b7a77d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/module/components/ngx-auth-firebaseui/auth.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,12 @@
184184
<mat-form-field [appearance]="appearance">
185185
<mat-label>Password</mat-label>
186186
<input matInput
187-
type="password"
187+
[type]="toggle.type"
188188
placeholder="password"
189189
name="password"
190190
[formControl]="sigUpPasswordFormControl"
191191
required>
192+
<mat-pass-toggle-visibility #toggle matSuffix></mat-pass-toggle-visibility>
192193
<mat-icon matSuffix [color]="color">lock</mat-icon>
193194

194195
<mat-hint align="end" aria-live="polite">

0 commit comments

Comments
 (0)