From 8ef993658e7fc9971f33d09148eb6ec2e1e5671a Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:44:10 +0900 Subject: [PATCH] docs: correct codeblock title (#6708) --- docs/content/docs/plugins/sso.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]