提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

4
vendor/overtrue/socialite/src/Providers/Facebook.php vendored Executable file → Normal file
View File

@ -17,9 +17,9 @@ class Facebook extends Base
protected string $version = 'v3.3';
protected array $fields = ['first_name', 'last_name', 'email', 'gender', 'verified'];
protected array $fields = ['first_name', 'last_name', 'email', 'gender', 'verified', 'picture'];
protected array $scopes = ['email'];
protected array $scopes = [];
protected bool $popup = false;