diff --git a/src/IdentityServer/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs b/src/IdentityServer/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs index bca646b79..de5596884 100644 --- a/src/IdentityServer/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs +++ b/src/IdentityServer/ResponseHandling/Default/AuthorizeInteractionResponseGenerator.cs @@ -81,7 +81,7 @@ public virtual async Task ProcessInteractionAsync(Validated Logger.LogTrace("ProcessInteractionAsync"); - // handle the scenario where use choose to deny prior to even logging in + // handle the scenario where user choose to deny prior to even logging in if (consent != null && consent.Granted == false && consent.Error.HasValue) { // special case when anonymous user has issued an error prior to authenticating @@ -413,4 +413,4 @@ protected internal virtual async Task ProcessConsentAsync(V return new InteractionResponse(); } -} \ No newline at end of file +}