We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ed2de commit e3aabe7Copy full SHA for e3aabe7
solid/lib/Controller/ServerController.php
@@ -227,7 +227,7 @@ public function authorize() {
227
return $result;
228
}
229
230
- $approval = $this->checkApproval($clientId);
+ $approval = $this->checkApproval($clientId, $clientRegistration);
231
if (!$approval) {
232
$result = new JSONResponse('Approval required');
233
$result->setStatus(302);
0 commit comments