There was an error while loading. Please reload this page.
1 parent e4ab89d commit 10dea92Copy full SHA for 10dea92
1 file changed
apps/oauth2/lib/Controller/OauthApiController.php
@@ -93,7 +93,7 @@ public function getToken(
93
$response = new JSONResponse([
94
'error' => 'invalid_request',
95
], Http::STATUS_BAD_REQUEST);
96
- $response->throttle(['invalid_request' => 'token not found', 'code' => $code]);
+ $response->throttle(['invalid_request' => 'token not found']);
97
return $response;
98
}
99
0 commit comments