mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
import { createAuthClient } from "better-auth/vue";
|
|
import { organizationClient } from "better-auth/client";
|
|
export const client = createAuthClient({
|
|
plugins: [organizationClient()],
|
|
});
|