Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 17, 2023
1 parent 3a6c754 commit 7c68960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/ParOidcEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace WebCodeFlowPkceClient;
/// original code src:
/// https://github.com/DuendeSoftware/IdentityServer
/// </summary>

public class ParOidcEvents(HttpClient httpClient, IDiscoveryCache discoveryCache, ILogger<ParOidcEvents> logger, IConfiguration configuration) : OpenIdConnectEvents
{
private readonly HttpClient _httpClient = httpClient;
Expand Down

0 comments on commit 7c68960

Please sign in to comment.