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 {
authentik icon