N°5028 Fix updated default logo in unauthenticated webpages

This commit is contained in:
Stephen Abello
2022-04-07 14:59:48 +02:00
parent 46f232d561
commit b15050487c
3 changed files with 3 additions and 32 deletions

View File

@@ -73,7 +73,7 @@ class UnauthenticatedWebPage extends NiceWebPage
$this->sContent = '';
$this->sPanelTitle = '';
$this->sPanelIcon = Branding::GetFullMainLogoAbsoluteUrl();
$this->sPanelIcon = Branding::GetLoginLogoAbsoluteUrl();
$this->SetContentType('text/html');