Skip to content

Commit

Permalink
Allow unverified logins
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed Mar 9, 2024
1 parent fe9266d commit 182a279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion local_intelligence_hub/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,6 @@
"MAP_AUTO_ID_AS_GLOBAL_ID": False
}

SCHEDULED_UPDATE_SECONDS_DELAY = env("SCHEDULED_UPDATE_SECONDS_DELAY")
SCHEDULED_UPDATE_SECONDS_DELAY = env("SCHEDULED_UPDATE_SECONDS_DELAY")

ALLOW_LOGIN_NOT_VERIFIED = True

0 comments on commit 182a279

Please sign in to comment.