diff --git a/website/src/pages/api/auth/[...nextauth].ts b/website/src/pages/api/auth/[...nextauth].ts index fbd0b3d9..2cfe08df 100644 --- a/website/src/pages/api/auth/[...nextauth].ts +++ b/website/src/pages/api/auth/[...nextauth].ts @@ -34,7 +34,7 @@ if (process.env.DISCORD_CLIENT_ID) { ); } -if (boolean(process.env.NODE_ENV === "development")) { +if (process.env.NODE_ENV === "development") { providers.push( CredentialsProvider({ name: "Debug Credentials",