update: get active forwarder from api
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
import { createAuthClient } from "better-auth/react"
|
||||
export const authClient = createAuthClient({})
|
||||
import { jwtClient } from "better-auth/client/plugins"
|
||||
import { inferAdditionalFields } from "better-auth/client/plugins";
|
||||
import { auth } from "@/lib/auth"
|
||||
|
||||
export const authClient = createAuthClient({
|
||||
plugins: [jwtClient(), inferAdditionalFields<typeof auth>()],
|
||||
})
|
||||
Reference in New Issue
Block a user