Initial commit v1.1
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { createAuthClient } from 'better-auth/react'
|
||||
import { magicLinkClient } from 'better-auth/client/plugins'
|
||||
|
||||
export const authClient = createAuthClient({
|
||||
plugins: [magicLinkClient()],
|
||||
})
|
||||
|
||||
export type { Session } from 'better-auth/types'
|
||||
Reference in New Issue
Block a user