bug fixed

This commit is contained in:
daniel31x13
2024-07-26 11:54:13 -04:00
parent 8e6f88d29f
commit 061e22d225
2 changed files with 2 additions and 6 deletions
+1 -2
View File
@@ -414,8 +414,7 @@ export function getLogins() {
}
return {
credentialsEnabled:
process.env.NEXT_PUBLIC_CREDENTIALS_ENABLED === "true" ||
process.env.NEXT_PUBLIC_CREDENTIALS_ENABLED === undefined
process.env.NEXT_PUBLIC_CREDENTIALS_ENABLED !== "false"
? "true"
: "false",
emailEnabled: