1
0
Fork 0
mirror of synced 2024-06-24 17:20:36 +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' => [
'developers' => 'https://www.instagram.com/developer/',
'icon' => 'icon-instagram',
'enabled' => false,
'enabled' => true,
],
'microsoft' => [
'developers' => 'https://developer.microsoft.com/en-us/',

View file

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

View file