suggestions from review

This commit is contained in:
Cody Robibero
2022-01-10 10:59:32 -07:00
parent 6520ad03f0
commit 0d335082c8
4 changed files with 4 additions and 12 deletions

View File

@@ -29,10 +29,4 @@ public class BrandingOptions
/// </remarks>
[JsonIgnore]
public string? SplashscreenLocation { get; set; }
/// <summary>
/// Gets the splashscreen url.
/// </summary>
[XmlIgnore]
public string SplashscreenUrl => "/Branding/Splashscreen";
}