remove newuser commented
parent
7fca5720db
commit
c7153e6fb6
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue