Change login image to new SVG. (#13493)

This commit is contained in:
Niels Lyngsø
2022-11-28 19:55:15 +01:00
committed by GitHub
parent 7342fde17f
commit 188fa237cd
4 changed files with 4 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ public class ContentSettings
internal const string StaticMacroErrors = "Inline";
internal const string StaticDisallowedUploadFiles = "ashx,aspx,ascx,config,cshtml,vbhtml,asmx,air,axd,xamlx";
internal const bool StaticShowDeprecatedPropertyEditors = false;
internal const string StaticLoginBackgroundImage = "assets/img/login.jpg";
internal const string StaticLoginBackgroundImage = "assets/img/login.svg";
internal const string StaticLoginLogoImage = "assets/img/application/umbraco_logo_white.svg";
internal const bool StaticHideBackOfficeLogo = false;
internal const bool StaticDisableDeleteWhenReferenced = false;