diff --git a/lib/auth-client.ts b/lib/auth-client.ts index d629cc4..498340a 100644 --- a/lib/auth-client.ts +++ b/lib/auth-client.ts @@ -1,5 +1,2 @@ import { createAuthClient } from "better-auth/react" -export const authClient = createAuthClient({ - /** The base URL of the server (optional if you're using the same domain) */ - baseURL: "http://localhost:3000" -}) \ No newline at end of file +export const authClient = createAuthClient({}) \ No newline at end of file