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 6m42s

This commit is contained in:
2025-12-30 17:31:51 +07:00
parent 625e281a14
commit eea5ec0eab
2 changed files with 20 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import { db } from "@/lib/db";
import * as schema from "@/lib/schema/auth"
export const auth = betterAuth({
trustedOrigins: ["https://staging.tunnl.live"],
socialProviders: {
google: {
clientId: process.env.GOOGLE_CLIENT_ID!,