From 045578dd077ac19a4a11b4c6a5168162d3cd386c Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:28:30 +0200 Subject: [PATCH] web/flows: remove background image link (cherry-pick #10318) (#10320) web/flows: remove background image link (#10318) Signed-off-by: Jens Langhammer Co-authored-by: Jens L --- web/src/flow/FlowExecutor.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/web/src/flow/FlowExecutor.ts b/web/src/flow/FlowExecutor.ts index cfa06b278f..761a55cda5 100644 --- a/web/src/flow/FlowExecutor.ts +++ b/web/src/flow/FlowExecutor.ts @@ -515,16 +515,6 @@ export class FlowExecutor extends Interface implements StageHost { >${msg("Powered by authentik")} - ${this.flowInfo?.background?.startsWith("/static") - ? html` -
  • - ${msg("Background image")} -
  • - ` - : html``}