Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusPC authored Nov 18, 2024
1 parent a076553 commit 6bde49b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public virtual async Task<InteractionResponse> 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
Expand Down Expand Up @@ -413,4 +413,4 @@ protected internal virtual async Task<InteractionResponse> ProcessConsentAsync(V

return new InteractionResponse();
}
}
}

0 comments on commit 6bde49b

Please sign in to comment.