mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-18 06:53:41 +08:00
修复样式
This commit is contained in:
@@ -198,7 +198,7 @@ export const authOptions: NextAuthOptions = {
|
||||
},
|
||||
// 重定向
|
||||
async redirect({ url, baseUrl }) {
|
||||
console.log('---------', url, new URL(url), baseUrl)
|
||||
// console.log('---------', url, new URL(url), baseUrl)
|
||||
return baseUrl;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user