Revert "Don't return_transfer on oauth revoke"

This reverts commit c927aeed6d.
This commit is contained in:
Bofh 2021-11-27 21:51:25 +01:00
parent 0c04725568
commit 325268ba6b
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ if ($valid_cookie) {
'client_secret' => $row->auth_more->result->client_secret, 'client_secret' => $row->auth_more->result->client_secret,
'token' => $row->access_token 'token' => $row->access_token
]); ]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_exec($ch); curl_exec($ch);
curl_close($ch); curl_close($ch);
# we don't care about the output # we don't care about the output