mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
docs: Remove the double space in the Vanilla create client instance on the installation page (#387)
This commit is contained in:
@@ -397,7 +397,7 @@ If you're using a different base path other than `/api/auth` make sure to pass t
|
||||
"vanilla"]} defaultValue="react">
|
||||
<Tab value="vanilla">
|
||||
```ts title="lib/auth-client.ts"
|
||||
import { createAuthClient } from "better-auth/client"
|
||||
import { createAuthClient } from "better-auth/client"
|
||||
export const authClient = createAuthClient({
|
||||
baseURL: "http://localhost:3000" // the base url of your auth server // [!code highlight]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user