mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
Fix clinet typo
This commit is contained in:
@@ -270,7 +270,7 @@ It has the following properties:
|
||||
<Tab value="Vanilla">
|
||||
```ts title="user.svelte"
|
||||
import { client } from "~/lib/client";
|
||||
clinet.useSession.subscribe((value)=>{
|
||||
client.useSession.subscribe((value)=>{
|
||||
//do something with the session
|
||||
})
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user