diff --git a/backend/danswer/configs/app_configs.py b/backend/danswer/configs/app_configs.py index 7ec2c4334..d4f869156 100644 --- a/backend/danswer/configs/app_configs.py +++ b/backend/danswer/configs/app_configs.py @@ -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" )