From 96a0d7f8bbb8e028e12c2aafd11d82aab90c0cb9 Mon Sep 17 00:00:00 2001 From: MOH Date: Fri, 6 Mar 2026 15:02:46 +0100 Subject: [PATCH] Fix root access flow by forcing document navigation for Basic Auth --- app/[locale]/coming-soon/page.tsx | 5 ++- components/footer.tsx | 25 ++++++++++----- components/navbar.tsx | 53 +++++++++++++++++++++---------- 3 files changed, 55 insertions(+), 28 deletions(-) diff --git a/app/[locale]/coming-soon/page.tsx b/app/[locale]/coming-soon/page.tsx index 8e49e96..f34d062 100644 --- a/app/[locale]/coming-soon/page.tsx +++ b/app/[locale]/coming-soon/page.tsx @@ -1,5 +1,4 @@ import { CalendarClock, Rocket, ShieldCheck, Sparkles } from "lucide-react"; -import Link from "next/link"; import { MotionFade } from "@/components/motion-fade"; import { resolveLocale } from "@/lib/site-data"; @@ -64,13 +63,13 @@ export default function ComingSoonPage({ params: { locale } }: ComingSoonPagePro

- {copy.adminLink} - +
diff --git a/components/footer.tsx b/components/footer.tsx index 84418d6..7f9419e 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -20,14 +20,23 @@ export function Footer() {

diff --git a/components/navbar.tsx b/components/navbar.tsx index 08c9f4d..7b240a4 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -49,14 +49,23 @@ export function Navbar() {

@@ -85,15 +94,25 @@ export function Navbar() {