浏览代码

Update [...nextauth].ts

main
Steve Ruiz 4 年前
父节点
当前提交
01fc6f5723
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      pages/api/auth/[...nextauth].ts

+ 0
- 2
pages/api/auth/[...nextauth].ts 查看文件

@@ -9,8 +9,6 @@ export default NextAuth({
9 9
       clientSecret: process.env.GITHUB_SECRET,
10 10
     }),
11 11
   ],
12
-  // SQL or MongoDB database (or leave empty)
13
-  // database: process.env.DATABASE_URL,
14 12
   callbacks: {
15 13
     async redirect(url, baseUrl) {
16 14
       return url.startsWith(baseUrl) ? url : baseUrl

正在加载...
取消
保存