Ver código fonte

Update [...nextauth].ts

main
Steve Ruiz 4 anos atrás
pai
commit
01fc6f5723
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0
    2
      pages/api/auth/[...nextauth].ts

+ 0
- 2
pages/api/auth/[...nextauth].ts Ver arquivo

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

Carregando…
Cancelar
Salvar