Przeglądaj źródła

Update [...nextauth].ts

main
Steve Ruiz 4 lat temu
rodzic
commit
01fc6f5723
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0
    2
      pages/api/auth/[...nextauth].ts

+ 0
- 2
pages/api/auth/[...nextauth].ts Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz