diff --git a/docs/content/docs/reference/options.mdx b/docs/content/docs/reference/options.mdx index ccf6a9c0..6bf425b6 100644 --- a/docs/content/docs/reference/options.mdx +++ b/docs/content/docs/reference/options.mdx @@ -220,12 +220,12 @@ export const auth = betterAuth({ google: { clientId: "your-client-id", clientSecret: "your-client-secret", - redirectUri: "https://example.com/api/auth/callback/google" + redirectURI: "https://example.com/api/auth/callback/google" }, github: { clientId: "your-client-id", clientSecret: "your-client-secret", - redirectUri: "https://example.com/api/auth/callback/github" + redirectURI: "https://example.com/api/auth/callback/github" } }, })