mirror of
https://github.com/opus-tango/socialdb-sh.git
synced 2026-03-20 12:05:21 +00:00
add sign-ip
This commit is contained in:
5
src/utils/auth-client.ts
Normal file
5
src/utils/auth-client.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createAuthClient } from "better-auth/client";
|
||||
|
||||
export const authClient = createAuthClient({
|
||||
baseURL: process.env.BETTER_AUTH_URL!,
|
||||
});
|
||||
Reference in New Issue
Block a user