Skip to content

Commit

Permalink
Code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 3, 2024
1 parent 52616db commit 22944a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/oauth/microsoft_oauthcallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
// Microsoft is a service that does not need state to be stored as second parameter of requestAccessToken

//print $token->getAccessToken().'<br><br>';
//print $token->getExtraParams()['id_token'].'<br>';
//print $token->getExtraParams()['id_token'].'<br><br>';
//print $token->getRefreshToken().'<br>';exit;

setEventMessages($langs->trans('NewTokenStored'), null, 'mesgs'); // Stored into object managed by class DoliStorage so into table oauth_token
Expand Down

0 comments on commit 22944a2

Please sign in to comment.