Skip to content

Commit

Permalink
fix (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
woei66 authored Sep 1, 2023
1 parent 470b781 commit 6df7695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Facebook.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Facebook extends Base

protected array $fields = ['first_name', 'last_name', 'email', 'gender', 'verified'];

protected array $scopes = ['email'];
protected array $scopes = [];

protected bool $popup = false;

Expand Down

0 comments on commit 6df7695

Please sign in to comment.