Skip to content

Commit

Permalink
Merge pull request #1626 from JuliusPC/patch-1
Browse files Browse the repository at this point in the history
fix typo in comment
  • Loading branch information
josephdecock authored Nov 26, 2024
2 parents e8b7d19 + 6bde49b commit fa17d98
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 fa17d98

Please sign in to comment.