diff --git a/lib/auth-client.ts b/lib/auth-client.ts index d629cc4..9381878 100644 --- a/lib/auth-client.ts +++ b/lib/auth-client.ts @@ -1,5 +1,3 @@ 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