Skip to content

Commit b9846eb

Browse files
authored
Update PhutilMediaWikiAuthAdapter.php
1 parent d71cdb5 commit b9846eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oauth/PhutilMediaWikiAuthAdapter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ public function getAccountRealName() {
7474
}
7575

7676
protected function getAuthenticateBaseURI() {
77-
return $this->getMediaWikiURI('rest.php/oauth2/authorize/');
77+
return $this->getMediaWikiURI('rest.php/oauth2/authorize');
7878
}
7979

8080
protected function getTokenBaseURI() {
81-
return $this->getMediaWikiURI('rest.php/oauth2/access_token/');
81+
return $this->getMediaWikiURI('rest.php/oauth2/access_token');
8282
}
8383

8484
public function getScope() {

0 commit comments

Comments
 (0)