From 95a80a72c791fd4fc9e11a206ca25904deebbd1e Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Wed, 15 Apr 2026 13:39:15 +0100 Subject: [PATCH] login page --- app/layout.tsx | 2 +- app/login/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index d160d05..21e14f5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -44,7 +44,7 @@ export default function RootLayout({ {/* Ensure attribute="class" is set here */} - + {children} diff --git a/app/login/page.tsx b/app/login/page.tsx index 7b66a1e..075c68f 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -24,7 +24,7 @@ export default function AppleStyleAuth() { if (!mounted) return null; return ( -
+
{/* THEME TOGGLE BUTTON */}