This commit is contained in:
2022-12-16 20:19:23 +01:00
parent cc1805e1d4
commit 872d1460f8
2 changed files with 1 additions and 3 deletions

View File

@ -45,7 +45,6 @@ builder.Services.AddOptions()
.AddScoped<AuthenticationStateProvider>(provider => provider.GetRequiredService<TokenAuthStateProvider>())
.AddSingleton(typeof(CoalescingStringLocalizer))
//.AddTransient<IHttpService, HttpService>()
.AddHotKeys(options => options.DisableClientScriptAutoInjection = true)
.AddHeadElementHelper(options => options.DisableClientScriptAutoInjection = true)
.AddLocalization()
.AddTransient<IStorage, Storage>()