mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix(login): links (#1778)
* fix(login): href for help * fix(login): correct link to tos
This commit is contained in:
@@ -221,7 +221,7 @@ Actions:
|
||||
|
||||
Footer:
|
||||
Tos: TOS
|
||||
TosLink: https://zitadel.ch/pdf/agb.pdf
|
||||
TosLink: https://zitadel.ch/pdf/tos.pdf
|
||||
Privacy: Privacy policy
|
||||
PrivacyLink: https://zitadel.ch/pdf/privacy.pdf
|
||||
Help: Help
|
||||
|
@@ -3,6 +3,6 @@
|
||||
<span class="fill-space"></span>
|
||||
<a href="{{t "Footer.TosLink"}}" rel="noopener noreferrer" target="_blank" alt="TOS">{{t "Footer.Tos"}}</a>
|
||||
<a href="{{t "Footer.PrivacyLink"}}" rel="noopener noreferrer" target="_blank" alt="Privacy Policy">{{t "Footer.Privacy"}}</a>
|
||||
<a href="https://docs.zitadel.ch/use" target="_black" alt="Help">{{t "Footer.Help"}}</a>
|
||||
<a href="https://docs.zitadel.ch/docs/manuals/user-login" target="_black" alt="Help">{{t "Footer.Help"}}</a>
|
||||
</footer>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user