提交的内容
This commit is contained in:
4
vendor/overtrue/socialite/src/Providers/GitHub.php
vendored
Executable file → Normal file
4
vendor/overtrue/socialite/src/Providers/GitHub.php
vendored
Executable file → Normal file
@ -9,9 +9,9 @@ use Overtrue\Socialite\User;
|
||||
|
||||
class GitHub extends Base
|
||||
{
|
||||
public const NAME = 'github';
|
||||
public const NAME = 'github';
|
||||
|
||||
protected array $scopes = ['read:user'];
|
||||
protected array $scopes = ['read:user'];
|
||||
|
||||
protected string $scopeSeparator = ' ';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user