diff --git a/docs/content/docs/plugins/sso.mdx b/docs/content/docs/plugins/sso.mdx index 689e710fd5..d513772c22 100644 --- a/docs/content/docs/plugins/sso.mdx +++ b/docs/content/docs/plugins/sso.mdx @@ -918,7 +918,7 @@ When a provider's domain is verified, it is also trusted for **automatic account -```ts title="auth.ts" +```ts title="auth-client.ts" const authClient = createAuthClient({ plugins: [ ssoClient({ // [!code highlight] @@ -932,7 +932,7 @@ const authClient = createAuthClient({ -```ts title="auth-client.ts" +```ts title="auth.ts" const auth = betterAuth({ plugins: [ sso({ // [!code highlight]