This commit is contained in:
2022-12-16 00:55:43 +01:00
parent 9ef06db411
commit cc1805e1d4
25 changed files with 5824 additions and 8345 deletions

View File

@ -45,6 +45,7 @@ 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>()