1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00

chore: removed commented line

This commit is contained in:
Christy Jacob 2019-10-01 14:47:55 +05:30
parent b589baf155
commit 25ad32abc4
3 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,7 @@ return [
'instagram' => [ 'instagram' => [
'developers' => 'https://www.instagram.com/developer/', 'developers' => 'https://www.instagram.com/developer/',
'icon' => 'icon-instagram', 'icon' => 'icon-instagram',
'enabled' => false, 'enabled' => true,
], ],
'microsoft' => [ 'microsoft' => [
'developers' => 'https://developer.microsoft.com/en-us/', 'developers' => 'https://developer.microsoft.com/en-us/',

View file

@ -29,7 +29,6 @@ class Bitbucket extends OAuth
{ {
return 'https://bitbucket.org/site/oauth2/authorize?' . return 'https://bitbucket.org/site/oauth2/authorize?' .
'client_id=' . urlencode($this->appID). 'client_id=' . urlencode($this->appID).
// '&redirect_uri=' . urlencode($this->callback).
'&state=' . urlencode(json_encode($this->state)). '&state=' . urlencode(json_encode($this->state)).
'&response_type=code'; '&response_type=code';
} }

View file