diff --git a/ui/ParOidcEvents.cs b/ui/ParOidcEvents.cs index 257eb0a..7b2f60b 100644 --- a/ui/ParOidcEvents.cs +++ b/ui/ParOidcEvents.cs @@ -10,7 +10,6 @@ namespace WebCodeFlowPkceClient; /// original code src: /// https://github.com/DuendeSoftware/IdentityServer /// - public class ParOidcEvents(HttpClient httpClient, IDiscoveryCache discoveryCache, ILogger logger, IConfiguration configuration) : OpenIdConnectEvents { private readonly HttpClient _httpClient = httpClient;