mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-01 03:46:39 -05:00
docs: correct codeblock title (#6708)
This commit is contained in:
committed by
github-actions[bot]
parent
c1656d0d70
commit
8ef993658e
@@ -918,7 +918,7 @@ When a provider's domain is verified, it is also trusted for **automatic account
|
||||
|
||||
<Tabs items={["client", "server"]}>
|
||||
<Tab value="client">
|
||||
```ts title="auth.ts"
|
||||
```ts title="auth-client.ts"
|
||||
const authClient = createAuthClient({
|
||||
plugins: [
|
||||
ssoClient({ // [!code highlight]
|
||||
@@ -932,7 +932,7 @@ const authClient = createAuthClient({
|
||||
</Tab>
|
||||
|
||||
<Tab value="server">
|
||||
```ts title="auth-client.ts"
|
||||
```ts title="auth.ts"
|
||||
const auth = betterAuth({
|
||||
plugins: [
|
||||
sso({ // [!code highlight]
|
||||
|
||||
Reference in New Issue
Block a user