diff --git a/client/contexts/AuthContext.tsx b/client/contexts/AuthContext.tsx index 98c7adbd..6890dd07 100644 --- a/client/contexts/AuthContext.tsx +++ b/client/contexts/AuthContext.tsx @@ -173,7 +173,7 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({ if (!sessionRestored) { setLoading(false); } - }, 8000); + }, 3000); if (!storageClearedRef.current && typeof window !== "undefined") { try {