diff --git a/web/src/flow/FlowExecutor.ts b/web/src/flow/FlowExecutor.ts
index 6c23448d3..cbe08a77a 100644
--- a/web/src/flow/FlowExecutor.ts
+++ b/web/src/flow/FlowExecutor.ts
@@ -11,6 +11,8 @@ import { WebsocketClient } from "@goauthentik/common/ws";
import { Interface } from "@goauthentik/elements/Base";
import "@goauthentik/elements/LoadingOverlay";
import "@goauthentik/elements/ak-locale-context";
+import "@goauthentik/flow/sources/apple/AppleLoginInit";
+import "@goauthentik/flow/sources/plex/PlexLoginInit";
import "@goauthentik/flow/stages/FlowErrorStage";
import "@goauthentik/flow/stages/RedirectStage";
import { StageHost } from "@goauthentik/flow/stages/base";
@@ -353,13 +355,11 @@ export class FlowExecutor extends Interface implements StageHost {
>`;
// Sources
case "ak-source-plex":
- await import("@goauthentik/flow/sources/plex/PlexLoginInit");
return html``;
case "ak-source-oauth-apple":
- await import("@goauthentik/flow/sources/apple/AppleLoginInit");
return html`