Skip to content

Commit

Permalink
PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan authored and jeffersoncasimir committed Oct 31, 2023
1 parent 3194788 commit 039b2ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/oidc/php/callback.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ class Callback extends \NDB_Page
$clientsettings['client_secret'],
],
'form_params' => [
'grant_type' => 'authorization_code',
'code' => $code,
'redirect_uri' => $clientsettings['redirect_uri'],
'grant_type' => 'authorization_code',
'code' => $code,
'redirect_uri' => $clientsettings['redirect_uri'],
]
]
);
Expand Down

0 comments on commit 039b2ec

Please # to comment.