fix #4017 - SiteState being lost in server rendered scenarios
This commit is contained in:
@ -99,9 +99,6 @@ namespace Microsoft.Extensions.DependencyInjection
|
||||
services.AddScoped<IVisitorService, VisitorService>();
|
||||
services.AddScoped<ISyncService, SyncService>();
|
||||
|
||||
// alternative used within infrastructure classes
|
||||
services.AddScoped<Oqtane.Infrastructure.SiteState>();
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user