Update website/src/pages/api/auth/[...nextauth].ts

Co-authored-by: Ville Lahdenvuo <tuhoojabotti@gmail.com>
This commit is contained in:
Yannic Kilcher
2022-12-27 13:57:55 +01:00
committed by GitHub
co-authored by Ville Lahdenvuo
parent d9dec84818
commit 2a814b5b0b
+1 -1
View File
@@ -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",