Skip to content

Commit

Permalink
Remove unnecessary args
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Oct 31, 2023
1 parent 84001a9 commit aa35418
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/oidc/php/callback.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ class Callback extends \NDB_Page
'grant_type' => 'authorization_code',
'code' => $code,
'redirect_uri' => $clientsettings['redirect_uri'],
'client_id' => $clientsettings['client_id'],
'client_secret' => $clientsettings['client_secret'],
]
]
);
Expand Down

0 comments on commit aa35418

Please # to comment.