1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

chore: removed debug comments

This commit is contained in:
Christy Jacob 2020-01-13 00:15:01 +05:30
parent 55707e86cb
commit ecae436f4f

View file

@ -32,13 +32,9 @@ class Bitbucket extends OAuth
*/
public function getLoginURL(): string
{
// add each required scope to the user scopes and pass $this->scopes to the query builder
// var_dump($this->getScopes());
foreach ($this->requiredScope as $item) {
$this->addScope($item);
}
// var_dump($this->getScopes());
// exit();
return 'https://bitbucket.org/site/oauth2/authorize?' .http_build_query([
'response_type' => 'code',