mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
修复一下图表的bug
This commit is contained in:
@@ -10,7 +10,7 @@ const SECURE_COOKIES:boolean = !!process.env.SECURE_COOKIES;
|
||||
|
||||
export const authOptions: NextAuthOptions = {
|
||||
// debug: !VERCEL_DEPLOYMENT,
|
||||
debug: SECURE_COOKIES,
|
||||
debug: !SECURE_COOKIES,
|
||||
useSecureCookies: SECURE_COOKIES,
|
||||
secret: process.env.NEXTAUTH_SECRET,
|
||||
providers: [
|
||||
|
||||
Reference in New Issue
Block a user