We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94869ed commit b164283Copy full SHA for b164283
web/README.md
@@ -49,7 +49,7 @@ const onOAuthError = (error: string) => {
49
}
50
51
const oAuthClient = createOAuthClient({
52
- enabledProviders: { apple: true, github: true, google: false },
+ enabledProviders: { apple: false, github: false, google: false },
53
})
54
55
export const { OAuthProvider, useOAuth } = createOAuth(
0 commit comments