fix login logo
This commit is contained in:
@@ -58,7 +58,7 @@ Espo.define('views/login', 'view', function (Dep) {
|
||||
getLogoSrc: function () {
|
||||
var companyLogoId = this.getConfig().get('companyLogoId');
|
||||
if (!companyLogoId) {
|
||||
return this.getBasePath() + (this.getThemeManager().getParam('logo') || 'client/img/logo.png');
|
||||
return this.getBasePath() + ('client/img/logo.png');
|
||||
}
|
||||
return this.getBasePath() + '?entryPoint=LogoImage&id='+companyLogoId+'&t=' + companyLogoId;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user