fix: add staging domain to trusted origin
All checks were successful
renovate / renovate (push) Successful in 35s
Docker Build and Push / build-and-push (push) Successful in 6m45s

This commit is contained in:
2025-12-30 18:53:00 +07:00
parent eea5ec0eab
commit 8be0119dd6

View File

@@ -1,5 +1,3 @@
import { createAuthClient } from "better-auth/react" import { createAuthClient } from "better-auth/react"
export const authClient = createAuthClient({ export const authClient = createAuthClient({
/** The base URL of the server (optional if you're using the same domain) */
baseURL: "http://localhost:3000"
}) })