From 4bd79335c9d83c177b14ff085ee73f0fec7bda3c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 30 Sep 2025 08:29:42 +0000 Subject: [PATCH] Update signInWithOAuth type cgen-ea6edbe4b57d40e58c00910ec982167b --- client/contexts/AuthContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/contexts/AuthContext.tsx b/client/contexts/AuthContext.tsx index 09c0bfba..ca0d3bfd 100644 --- a/client/contexts/AuthContext.tsx +++ b/client/contexts/AuthContext.tsx @@ -287,7 +287,7 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({ } }; - const signInWithOAuth = async (provider: "github" | "google") => { + const signInWithOAuth = async (provider: SupportedOAuthProvider) => { try { const { data, error } = await supabase.auth.signInWithOAuth({ provider,