web/flows: remove background image link (cherry-pick #10318) (#10320)

web/flows: remove background image link (#10318)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L <jens@goauthentik.io>
This commit is contained in:
gcp-cherry-pick-bot[bot]
2024-07-01 20:28:30 +02:00
committed by GitHub
parent f23d70dc75
commit 045578dd07

View File

@ -515,16 +515,6 @@ export class FlowExecutor extends Interface implements StageHost {
>${msg("Powered by authentik")}</a
>
</li>
${this.flowInfo?.background?.startsWith("/static")
? html`
<li>
<a
href="https://unsplash.com/@benjaminpunzalan"
>${msg("Background image")}</a
>
</li>
`
: html``}
</ul>
</footer>
</div>