Skip to content

Commit 079777a

Browse files
committed
fix(package): removed the remember password checkbox for now (future feature)
1 parent ce783d9 commit 079777a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
fxLayout="row" fxLayout.xs="column"
3939
fxLayoutAlign="space-between center"
4040
[@animate]="{ value: '*', params: { x: '50px' } }">
41-
<mat-checkbox class="remember-me" aria-label="Remember Me">
42-
{{rememberMeText}}
43-
</mat-checkbox>
41+
<!-- <mat-checkbox class="remember-me" aria-label="Remember Me">-->
42+
<!-- {{rememberMeText}}-->
43+
<!-- </mat-checkbox>-->
4444

4545
<button *ngIf="resetPasswordEnabled"
4646
[@animate]="{ value: '*', params: { x: '-50px' } }"

0 commit comments

Comments
 (0)