Solved bug or typo in oauth mastodon

This commit is contained in:
Bofh 2021-11-27 01:42:51 +01:00
parent 564f81d5d5
commit f65402204e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ curl_setopt($ch, CURLOPT_POSTFIELDS, [
'code' => $code
]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$auth = curl_exec($ch);
$output = curl_exec($ch);
curl_close($ch);
# get mastodon account info