Skip to content

Commit

Permalink
web/flows: remove background image link (#10318)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu authored Jul 1, 2024
1 parent f23d70d commit 452b333
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions web/src/flow/FlowExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 452b333

Please sign in to comment.