Skip to content

Commit ec38df6

Browse files
authored
Update PhutilMediaWikiAuthAdapter.php
1 parent 88b3b3c commit ec38df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oauth/PhutilMediaWikiAuthAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ protected function loadOAuthAccountData() {
105105
list($body) = $future->resolvex();
106106
try {
107107
$data = phutil_json_decode($body);
108-
return $data['result'];
108+
return $data;
109109
} catch (PhutilJSONParserException $ex) {
110110
throw new Exception(
111111
pht(

0 commit comments

Comments
 (0)