Skip to content

Commit

Permalink
Always display privacy policy link, not only in register tab (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel authored Jan 5, 2024
1 parent e4c5a32 commit d82b942
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,8 @@
<a [href]="imprintLink" *ngIf="imprintGiven" class="imprint">
{{ imprintLinkName }}
</a>
<a [href]="privacyPolicyLink" *ngIf="privacyPolicyLink" class="imprint">
{{ privacyPolicyLinkName }}
</a>
</form>
</div>

0 comments on commit d82b942

Please sign in to comment.