fix pour merge

This commit is contained in:
Antoine Ordonneau
2025-12-19 15:50:15 +01:00
parent 32bde03254
commit 3e43a67116
+1 -1
View File
@@ -12,7 +12,7 @@ function Layout(){
const { user, loading } = useContext(AuthContext);
if (loading) return <p>Loading</p>;
//if (!user) return <Navigate to="/login" />;
if (!user) return <Navigate to="/login" />;
return (
<div>