From bb8e0c6f59d49c4cc92b5549f7f7f6df8dcd4576 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 19 Oct 2021 23:03:39 +0200 Subject: [PATCH] web/flow: showing of authentik logo in flow executor closes #1646 Signed-off-by: Jens Langhammer --- web/src/flows/FlowExecutor.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/web/src/flows/FlowExecutor.ts b/web/src/flows/FlowExecutor.ts index 296fa7294..a046c1390 100644 --- a/web/src/flows/FlowExecutor.ts +++ b/web/src/flows/FlowExecutor.ts @@ -29,7 +29,6 @@ import { configureSentry } from "../api/Sentry"; import { WebsocketClient } from "../common/ws"; import { EVENT_FLOW_ADVANCE, TITLE_DEFAULT } from "../constants"; import "../elements/LoadingOverlay"; -import { DefaultTenant } from "../elements/sidebar/SidebarBrand"; import { first } from "../utils"; import "./FlowInspector"; import "./access_denied/FlowAccessDenied"; @@ -385,11 +384,7 @@ export class FlowExecutor extends LitElement implements StageHost {