Skip to content

Commit b164283

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const onOAuthError = (error: string) => {
4949
}
5050

5151
const oAuthClient = createOAuthClient({
52-
enabledProviders: { apple: true, github: true, google: false },
52+
enabledProviders: { apple: false, github: false, google: false },
5353
})
5454

5555
export const { OAuthProvider, useOAuth } = createOAuth(

0 commit comments

Comments
 (0)