Skip to content

Commit 94869ed

Browse files
authored
Update README.md
1 parent df3e759 commit 94869ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ const onOAuthError = (error: string) => {
4848
toast.error(error)
4949
}
5050

51+
const oAuthClient = createOAuthClient({
52+
enabledProviders: { apple: true, github: true, google: false },
53+
})
54+
5155
export const { OAuthProvider, useOAuth } = createOAuth(
5256
oAuthClient,
5357
onOAuthError

0 commit comments

Comments
 (0)