update: unlock tcp forwarding for non-auth user
This commit is contained in:
@@ -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"
|
||||
})
|
||||
export const authClient = createAuthClient({})
|
||||
Reference in New Issue
Block a user