Skip to content

Commit 78723e5

Browse files
authored
Update PhutilMediaWikiAuthAdapter.php
1 parent 4008684 commit 78723e5

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
@@ -48,7 +48,7 @@ public function getAdapterType() {
4848
}
4949

5050
public function getAccountID() {
51-
$this->getHandshakeData();
51+
// $this->getHandshakeData();
5252
return idx($this->loadOAuthAccountData(), 'userid');
5353
}
5454

0 commit comments

Comments
 (0)