diff --git a/client/contexts/AuthContext.tsx b/client/contexts/AuthContext.tsx index 9cd83137..fc6a2323 100644 --- a/client/contexts/AuthContext.tsx +++ b/client/contexts/AuthContext.tsx @@ -264,6 +264,7 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({ children loading, signIn, signUp, + signInWithOAuth, signOut, updateProfile, };