mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00: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()],
|
|
})
|