You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to log in with a GitHub account that does not have an email address, creating of the ThirdPartyAuthenticationData fails because the email is null.
Argument 3 passed to App\Service\Authentication\ThirdPartyAuthenticationData::new() must be of the type string, null given, called in /data/home/phphants/phph-site/src/App/Service/GitHub/GitHubAuthentication.php on line 73
When trying to log in with a GitHub account that does not have an email address, creating of the
ThirdPartyAuthenticationDatafails because the email isnull.Argument 3 passed to App\Service\Authentication\ThirdPartyAuthenticationData::new() must be of the type string, null given, called in /data/home/phphants/phph-site/src/App/Service/GitHub/GitHubAuthentication.php on line 73