Skip to content

Commit

Permalink
Minor adjustment to (hopefully) avoid codeql flag
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Nov 1, 2023
1 parent 541c5c1 commit 9b2d78f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ private async Task<AuthorizeRequestValidationResult> ValidateOptionalParametersA
}
else
{
_logger.LogError("Unsupported prompt mode - ignored: " + prompt);
LogError("Unsupported prompt mode.", request);
return Invalid(request, description: "Invalid prompt");
}
}
Expand Down

0 comments on commit 9b2d78f

Please sign in to comment.