mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-23 12:40:42 +08:00
Update website/src/pages/api/auth/[...nextauth].ts
Co-authored-by: Ville Lahdenvuo <tuhoojabotti@gmail.com>
This commit is contained in:
co-authored by
Ville Lahdenvuo
parent
d9dec84818
commit
2a814b5b0b
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user