WEB-646 Use the official Mifos logo in the login page

This commit is contained in:
JaySoni1 2026-02-01 04:01:44 +05:30
parent fc710ff3cf
commit ebb16fd521

View File

@ -62,7 +62,7 @@ export const environment = {
displayTenantSelector: loadedEnv['displayTenantSelector'] || 'true',
/** Production mode - when true, shows minimal hero with only branding at bottom */
productionMode: loadedEnv['productionMode'] === 'true' || loadedEnv['productionMode'] === true || false,
tenantLogoUrl: loadedEnv['tenantLogoUrl'] || 'assets/images/mifos_lg-logo.jpg',
tenantLogoUrl: loadedEnv['tenantLogoUrl'] || 'assets/images/default_home.png',
documentationBaseUrl: loadedEnv['documentationBaseUrl'] || 'https://mifosforge.jira.com/wiki',
// Time in seconds, default 60 seconds
waitTimeForNotifications: loadedEnv['waitTimeForNotifications'] || 60,