remove newuser commented

fix/no-auth-new
Agusti Fernandez Pardo 2022-05-16 17:34:05 +02:00
parent 7fca5720db
commit c7153e6fb6
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ export default NextAuth({
signIn: "/auth/login",
signOut: "/auth/logout",
error: "/auth/error", // Error code passed in query string as ?error=
// newUser: "/auth/new", // New users will be directed here on first sign in (leave the property out if not of interest)
},
providers,
callbacks: {