fix: add staging domain to trusted origin
This commit is contained in:
@@ -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!,
|
||||
|
||||
Reference in New Issue
Block a user