diff --git a/apps/login/app/layout.tsx b/apps/login/app/layout.tsx index e5fbd198cc5..04e5187c5ce 100644 --- a/apps/login/app/layout.tsx +++ b/apps/login/app/layout.tsx @@ -9,6 +9,7 @@ import { getBrandingSettings } from "#/lib/zitadel"; import { server } from "../lib/zitadel"; import { BrandingSettings } from "@zitadel/server"; import ThemeProvider from "#/ui/ThemeProvider"; +import Theme from "#/ui/Theme"; const lato = Lato({ weight: ["400", "700", "900"], @@ -44,8 +45,20 @@ export default async function RootLayout({ -
- {showNav && } +
+ {showNav ? ( + + ) : ( +
+ +
+ )}