Remove old comment

This commit is contained in:
Weves 2023-12-25 21:24:06 -08:00 committed by Chris Weaver
parent dab3ba8a41
commit 2e9af3086a

View File

@ -71,7 +71,7 @@ OAUTH_CLIENT_SECRET = (
or ""
)
# The following Basic Auth configs are not supported by the frontend UI
# for basic auth
REQUIRE_EMAIL_VERIFICATION = (
os.environ.get("REQUIRE_EMAIL_VERIFICATION", "").lower() == "true"
)