mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: linting
This commit is contained in:
@@ -46,7 +46,7 @@ class Bitbucket extends OAuth
|
||||
|
||||
$accessToken = $this->request(
|
||||
'POST',
|
||||
'https://bitbucket.org/site/oauth2/access_token',
|
||||
'https://bitbucket.org/site/oauth2/access_token',
|
||||
$headers,
|
||||
'code=' . urlencode($code) .
|
||||
'&client_id=' . urlencode($this->appID) .
|
||||
@@ -127,5 +127,4 @@ class Bitbucket extends OAuth
|
||||
}
|
||||
return $this->user;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user