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,