Small nit

This commit is contained in:
David Fowler 2023-05-08 08:50:11 -07:00 committed by Reuben Bond
parent 52cdd1645a
commit a87efdef32

View File

@ -42,8 +42,7 @@ internal static class Extensions
.AddHttpMessageHandler<HttpClientAuthorizationDelegatingHandler>() .AddHttpMessageHandler<HttpClientAuthorizationDelegatingHandler>()
.AddHttpMessageHandler<HttpClientRequestIdDelegatingHandler>(); .AddHttpMessageHandler<HttpClientRequestIdDelegatingHandler>();
// Add custom application services
//add custom application services
services.AddTransient<IIdentityParser<ApplicationUser>, IdentityParser>(); services.AddTransient<IIdentityParser<ApplicationUser>, IdentityParser>();
} }