cambio gestione login

This commit is contained in:
zaccaria.majid
2022-11-16 10:18:53 +01:00
parent 5eaeebc283
commit c17001ec28
4 changed files with 41 additions and 42 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
using Blazored.SessionStorage;
using Microsoft.AspNetCore.Authentication.Negotiate;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
@@ -38,7 +39,7 @@ builder.Services.AddServerSideBlazor();
builder.Services.AddSingleton<IConnectionMultiplexer>(redisMultiplexer);
builder.Services.AddSingleton<MiDataService>();
builder.Services.AddScoped<MessageService>();
builder.Services.AddBlazoredSessionStorage();
builder.Services.AddHttpClient();
builder.Services.AddSingleton<IOApiService>();