mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-27 08:19:19 +00:00
* fix: potential "Potentially unsafe external link" of TOS and EMail Links * fix: "Size computation for allocation may overflow" by limiting aes encrypt to 64MB
7 lines
312 B
HTML
7 lines
312 B
HTML
{{define "footer"}}
|
|
<footer>
|
|
<span class="fill-space"></span>
|
|
<a href="{{t "Footer.TosLink"}}" rel="noopener noreferrer" target="_blank" alt="Privacy Policy">{{t "Footer.TosPrivacyPolicy"}}</a>
|
|
<a href="https://docs.zitadel.ch/use" target="_black" alt="Help">{{t "Footer.Help"}}</a>
|
|
</footer>
|
|
{{end}} |