mirror of
https://github.com/vas3k/TaxHacker.git
synced 2026-01-04 04:29:47 -06:00
7 lines
194 B
TypeScript
7 lines
194 B
TypeScript
import { createAuthClient } from "better-auth/client"
|
|
import { emailOTPClient } from "better-auth/client/plugins"
|
|
|
|
export const authClient = createAuthClient({
|
|
plugins: [emailOTPClient()],
|
|
})
|