Add signInWithOAuth to context value
cgen-1bb24b48b1d24ba5b35b69a7b3af5761
This commit is contained in:
parent
adefe127ee
commit
c384c15a2d
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({ children
|
|||
loading,
|
||||
signIn,
|
||||
signUp,
|
||||
signInWithOAuth,
|
||||
signOut,
|
||||
updateProfile,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue