Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tamw-wnet committed Oct 1, 2024
1 parent 2a4dbf8 commit e9e3278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/class-PMSSO-Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ public function get_latest_pbs_userinfo($access_token = '') {
if (!empty($vppa_redirect)) {
$userinfo['vppa_redirect'] = $vppa_redirect;
}
error_log("get latest userinfo: " . json_encode($userinfo));
return $userinfo;
}

Expand Down

0 comments on commit e9e3278

Please sign in to comment.