From cd11059a893e2ae0014c84924a098fb2397aecf8 Mon Sep 17 00:00:00 2001 From: Manus Date: Sun, 22 Mar 2026 13:15:56 -0400 Subject: [PATCH] Checkpoint: DashboardLayout redirige maintenant vers /login (connexion locale) au lieu d'afficher le bouton Sign in OAuth --- client/src/components/DashboardLayout.tsx | 25 ++--------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/client/src/components/DashboardLayout.tsx b/client/src/components/DashboardLayout.tsx index 89d9941..81ecfab 100644 --- a/client/src/components/DashboardLayout.tsx +++ b/client/src/components/DashboardLayout.tsx @@ -104,29 +104,8 @@ export default function DashboardLayout({ } if (!user) { - return ( -
-
-
-

- Sign in to continue -

-

- Access to this dashboard requires authentication. Continue to launch the login flow. -

-
- -
-
- ); + window.location.href = "/login"; + return ; } return (