Skip to content

Commit 35a9f94

Browse files
committed
hide terms links on signup
1 parent 01b5038 commit 35a9f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/auth/src/angular/registration/registration-start/registration-start.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
{{ "continue" | i18n }}
5454
</button>
5555

56-
<p bitTypography="helper" class="tw-text-main tw-text-xs tw-mb-0">
56+
<p bitTypography="helper" class="tw-text-main tw-text-xs tw-mb-0" *ngIf="!isSelfHost">
5757
{{ "byContinuingYouAgreeToThe" | i18n }}
5858
<a
5959
bitLink

0 commit comments

Comments
 (0)