fix: better auth env variable

This commit is contained in:
Maze Winther
2025-07-14 16:16:10 +02:00
parent 238f8e85bb
commit 73ba7d6577
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ export const auth = betterAuth({
clientSecret: process.env.GOOGLE_CLIENT_SECRET as string,
},
},
baseURL: process.env.NEXT_PUBLIC_BETTER_AUTH_URL,
appName: "OpenCut",
trustedOrigins: ["http://localhost:3000"],
});