From b94db1d10d51b8fb45120a2788a99babe7459700 Mon Sep 17 00:00:00 2001 From: Jens L Date: Tue, 2 Jul 2024 03:25:20 +0900 Subject: [PATCH] web/flows: remove background image link (#10318) Signed-off-by: Jens Langhammer --- 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 cfa06b278fb6..761a55cda507 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``}