Skip to content

Commit b4ed0e4

Browse files
committed
fix(package): removed tos and pp checkboxes for now in ngx-auth-firebaseui-register #323
1 parent 13c5478 commit b4ed0e4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@
5656
</mat-form-field>
5757

5858
<!-- <div *ngIf="this.tosUrl || this.privacyPolicyUrl"-->
59-
<div
60-
class="terms"
61-
fxLayout="row" fxLayoutAlign="center center"
62-
[@animate]="{value:'*',params:{duration:'250ms',y:'100px'}}">
63-
<mat-checkbox aria-label="I read and accept" name="terms" required>
64-
<span>{{readAncAcceptText}}</span>
65-
<span>&nbsp;</span>
66-
<a target="_blank"
67-
[href]="this.tosUrl">
68-
Terms of Service and Conditions
69-
</a>
70-
</mat-checkbox>
71-
</div>
59+
<!-- <div-->
60+
<!-- class="terms"-->
61+
<!-- fxLayout="row" fxLayoutAlign="center center"-->
62+
<!-- [@animate]="{value:'*',params:{duration:'250ms',y:'100px'}}">-->
63+
<!-- <mat-checkbox aria-label="I read and accept" name="terms" required>-->
64+
<!-- <span>{{readAncAcceptText}}</span>-->
65+
<!-- <span>&nbsp;</span>-->
66+
<!-- <a target="_blank"-->
67+
<!-- [href]="this.tosUrl">-->
68+
<!-- Terms of Service and Conditions-->
69+
<!-- </a>-->
70+
<!-- </mat-checkbox>-->
71+
<!-- </div>-->
7272

7373
<button
7474
[disabled]="registerForm.invalid"

0 commit comments

Comments
 (0)