1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Synced with 0.7

This commit is contained in:
Eldad Fux 2021-01-04 01:29:04 +02:00
parent b4969f553c
commit cbb0584006

View file

@ -308,7 +308,7 @@ App::get('/v1/mock/tests/general/oauth2/token')
->param('client_secret', '', new Text(100), 'OAuth2 scope list.')
->param('code', '', new Text(100), 'OAuth2 state.')
->inject('response')
->action(function ($client_id, $redirectURI, $clientSecret, $code, $response) {
->action(function ($client_id, $redirectURI, $client_secret, $code, $response) {
/** @var Appwrite\Utopia\Response $response */
if ($client_id != '1') {