mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-27 09:32:20 -05:00
6 lines
192 B
TypeScript
6 lines
192 B
TypeScript
import { createAuthClient } from "better-auth/vue";
|
|
import { organizationClient } from "better-auth/client";
|
|
export const client = createAuthClient({
|
|
authPlugins: [organizationClient()],
|
|
});
|