We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885e575 commit 69705e8Copy full SHA for 69705e8
1 file changed
src/Server/Grants/PreAuthCodeGrant.php
@@ -175,7 +175,7 @@ public function respondToAccessTokenRequest(
175
$resultBag = $this->requestRulesManager->check(
176
$request,
177
[AuthorizationDetailsRule::class],
178
- // TODO: Response mode is not relevant for token request, as there is
+ // Response mode is not relevant for token request, as there is
179
// no redirection, but we need to provide something to execute rules.
180
new QueryResponseMode(),
181
$this->allowedTokenHttpMethods,
0 commit comments