feat: add global_repositories query
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { jwtClient } from 'better-auth/client/plugins';
|
||||
import { jwtClient, adminClient } from 'better-auth/client/plugins';
|
||||
import { createAuthClient } from 'better-auth/svelte';
|
||||
|
||||
export const authClient = createAuthClient({
|
||||
baseURL: 'http://localhost:5173',
|
||||
plugins: [jwtClient()]
|
||||
baseURL: 'http://localhost:5173',
|
||||
plugins: [jwtClient(), adminClient()]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user