factor out auth constants, remove TAlias is Alias is not an extensible type, improve SiteOptions cache clearing, improve principal validation, localization improvements
This commit is contained in:
@ -82,7 +82,7 @@ namespace Oqtane.Models
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Site-specific settings
|
||||
/// Site-specific settings (only available on the server via HttpContext for security reasons)
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public Dictionary<string, string> SiteSettings { get; set; }
|
||||
|
Reference in New Issue
Block a user