Add signInWithOAuth to context value

cgen-1bb24b48b1d24ba5b35b69a7b3af5761
This commit is contained in:
Builder.io 2025-08-06 00:32:09 +00:00
parent adefe127ee
commit c384c15a2d

View file

@ -264,6 +264,7 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({ children
loading, loading,
signIn, signIn,
signUp, signUp,
signInWithOAuth,
signOut, signOut,
updateProfile, updateProfile,
}; };