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:
@ -16,8 +16,7 @@ namespace Oqtane.Services
|
||||
private readonly SiteState _siteState;
|
||||
|
||||
public SiteService(HttpClient http, SiteState siteState) : base(http)
|
||||
{
|
||||
|
||||
{
|
||||
_siteState = siteState;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user