mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Agent invite image fixes.
This commit is contained in:
@@ -7504,11 +7504,6 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
|
||||
xargs.min = minify ? '-min' : '';
|
||||
xargs.titlehtml = domain.titlehtml;
|
||||
xargs.title = (domain.title != null) ? domain.title : 'MeshCentral';
|
||||
if (domain.agentinviteimagepreview == null) {
|
||||
xargs.agentInviteImagePreview = 'images/winagent.png';
|
||||
} else {
|
||||
xargs.agentInviteImagePreview = domain.agentinviteimagepreview;
|
||||
}
|
||||
if (
|
||||
((page == 'login2') && (domain.loginpicture == null) && (domain.titlehtml == null)) ||
|
||||
((page != 'login2') && (domain.titlepicture == null) && (domain.titlehtml == null))
|
||||
|
||||
Reference in New Issue
Block a user