From 44fe466634dde7e4b5ae9c77838a3ffd54141060 Mon Sep 17 00:00:00 2001 From: bagas Date: Thu, 1 Jan 2026 23:46:11 +0700 Subject: [PATCH] update: unlock tcp forwarding for non-auth user --- lib/auth-client.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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