Skip to content

Commit

Permalink
Update DependencyInjection.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Dec 10, 2024
1 parent 29c09bd commit 0727540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Server.UI/DependencyInjection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public static IServiceCollection AddServerUI(this IServiceCollection services, I
c.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
});
services.AddScoped<LocalTimeOffset>();
//services.AddHttpContextAccessor();
services.AddScoped<HubClient>();
services
.AddScoped<AuthenticationStateProvider, IdentityRevalidatingAuthenticationStateProvider>()
Expand Down

0 comments on commit 0727540

Please sign in to comment.