Don't return_transfer on oauth revoke

This commit is contained in:
Bofh 2021-11-27 14:58:39 +01:00
parent f83f86554c
commit c927aeed6d
1 changed files with 0 additions and 1 deletions

View File

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