Skip to content

Commit

Permalink
fix: add default scope
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic committed Jan 13, 2025
1 parent 561239f commit 19bbafa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GoHighLevel/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class Provider extends AbstractProvider

protected $scopeSeparator = ' ';

protected $scopes = ['users.readonly'];

protected function getAuthUrl($state): string
{
return $this->buildAuthUrlFromBase('https://marketplace.leadconnectorhq.com/oauth/chooselocation', $state);
Expand Down

0 comments on commit 19bbafa

Please sign in to comment.