From d3f4649dd8beefa35fc014aabf0f4c5f276bc90f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 23:00:59 +0000 Subject: [PATCH] Avoid rethrow after local cleanup cgen-38fb76de5b114d3b9db40383b7e38144 --- client/contexts/AuthContext.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/contexts/AuthContext.tsx b/client/contexts/AuthContext.tsx index 106a9a84..2486a8c4 100644 --- a/client/contexts/AuthContext.tsx +++ b/client/contexts/AuthContext.tsx @@ -453,7 +453,6 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({ error?.message || "We had trouble contacting the auth service, but local data was cleared.", }); - throw error; } finally { setLoading(false); }