From 8be0119dd61b21bafd11c5eac89771dd781403a3 Mon Sep 17 00:00:00 2001 From: bagas Date: Tue, 30 Dec 2025 18:53:00 +0700 Subject: [PATCH] fix: add staging domain to trusted origin --- lib/auth-client.ts | 2 -- 1 file changed, 2 deletions(-) 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