refactor: remove debug option from authOptions for production readiness
This commit is contained in:
parent
0cc0d18558
commit
90fd37fde1
@ -41,7 +41,6 @@ export const authOptions: AuthOptions = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
debug: process.env.NODE_ENV === "development",
|
|
||||||
callbacks: {
|
callbacks: {
|
||||||
async jwt({ token, account, user: profile }) {
|
async jwt({ token, account, user: profile }) {
|
||||||
// Initial sign in
|
// Initial sign in
|
||||||
|
Loading…
Reference in New Issue
Block a user