Avoid rethrow after local cleanup

cgen-38fb76de5b114d3b9db40383b7e38144
This commit is contained in:
Builder.io 2025-09-30 23:00:59 +00:00
parent ce255b27be
commit d3f4649dd8

View file

@ -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);
}