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