diff --git a/web/src/assets/images/flow_background.jpg b/web/src/assets/images/flow_background.jpg index c031bfa86..fa38f931b 100644 Binary files a/web/src/assets/images/flow_background.jpg and b/web/src/assets/images/flow_background.jpg differ diff --git a/web/src/flows/FlowExecutor.ts b/web/src/flows/FlowExecutor.ts index 8f580717a..0154f5f94 100644 --- a/web/src/flows/FlowExecutor.ts +++ b/web/src/flows/FlowExecutor.ts @@ -269,7 +269,11 @@ export class FlowExecutor extends LitElement implements StageHost { `; }))} ${this.tenant?.brandingTitle != "authentik" ? html` -
  • ${t`Powered by authentik`}
  • ` : html``} +
  • ${t`Powered by authentik`}
  • + ` : html``} + ${this.challenge?.background?.startsWith("/static") ? html` +
  • ${t`Background image`}
  • + ` : html``}