mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
docs: remove extra spaces to make copying and searching easier. (#5897)
This commit is contained in:
@@ -52,7 +52,7 @@ The phone number plugin extends the authentication system by allowing users to s
|
||||
import { createAuthClient } from "better-auth/client"
|
||||
import { phoneNumberClient } from "better-auth/client/plugins"
|
||||
|
||||
const authClient = createAuthClient({
|
||||
const authClient = createAuthClient({
|
||||
plugins: [ // [!code highlight]
|
||||
phoneNumberClient() // [!code highlight]
|
||||
] // [!code highlight]
|
||||
|
||||
Reference in New Issue
Block a user