fix localhost

This commit is contained in:
2026-02-25 15:44:26 +08:00
parent 38b22dd2dd
commit 9b015ec84d
3 changed files with 5 additions and 8 deletions

View File

@@ -38,7 +38,6 @@ export const auth = betterAuth({
},
},
secret: process.env.BETTER_AUTH_SECRET,
trustedOrigins: ["http://localhost:5173", "http://localhost:3000"],
session: {
cookieCache: {
enabled: true,