mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 12:27:44 +00:00
fix: trusted origins list not being respsected
This commit is contained in:
@@ -41,7 +41,7 @@ export const auth = betterAuth({
|
||||
appName: "Better Auth Demo",
|
||||
database: {
|
||||
dialect,
|
||||
type: "mysql",
|
||||
type: process.env.USE_MYSQL ? "mysql" : "sqlite",
|
||||
},
|
||||
session: {
|
||||
cookieCache: {
|
||||
|
||||
Reference in New Issue
Block a user