From 48b772093dde1e0d795d081cdc75519503bfe434 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:41:35 +0000 Subject: [PATCH] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index d97da3e..5cba4ce 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -27,21 +27,16 @@ export default function DashboardPage() { ]} brandName="MarbleCityFC" /> -
- +
+
+

Login Required

+

Please authenticate your credentials to access the statistics dashboard.

+ +
); -} \ No newline at end of file +} -- 2.49.1