Commit b56dcf15 authored by Dillon's avatar Dillon
Browse files

Added enable_username_password_login to the Config object

parent 63ffdb38
......@@ -145,6 +145,7 @@ type Config = {
auth: boolean;
auth_trusted_header: boolean;
enable_signup: boolean;
enable_username_password_login: boolean;
enable_web_search?: boolean;
enable_image_generation: boolean;
enable_admin_export: boolean;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment