From 1f4cb0e1ca80bb004e2f238e897f3ef464daf357 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Thu, 4 Jan 2024 15:30:55 -0800 Subject: [PATCH] chore: add config for Darkmode logo for whitelabeling (#8597) - Add config for dark mode logo --- .../controllers/enterprise/super_admin/app_configs_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/enterprise/app/controllers/enterprise/super_admin/app_configs_controller.rb b/enterprise/app/controllers/enterprise/super_admin/app_configs_controller.rb index c8a42e391..628ac0b3c 100644 --- a/enterprise/app/controllers/enterprise/super_admin/app_configs_controller.rb +++ b/enterprise/app/controllers/enterprise/super_admin/app_configs_controller.rb @@ -9,6 +9,7 @@ module Enterprise::SuperAdmin::AppConfigsController @allowed_configs = %w[ LOGO_THUMBNAIL LOGO + LOGO_DARK BRAND_NAME INSTALLATION_NAME BRAND_URL