From 1f8eab02587f9b94fbffd332c13686fd533e688f Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Thu, 23 May 2024 09:18:56 +0200 Subject: [PATCH] Update GithubAuth.php --- authclient/GithubAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authclient/GithubAuth.php b/authclient/GithubAuth.php index e98a4eb..f9d51d7 100644 --- a/authclient/GithubAuth.php +++ b/authclient/GithubAuth.php @@ -10,7 +10,7 @@ */ class GithubAuth extends GitHub { - public $scope = 'read:user'; + public $scope = 'user:email'; /** * @inheritdoc