Problem/Motivation
Notice: Trying to access array offset on value of type null in Drupal\social_auth_github\Plugin\Network\GitHubAuth->initSdk() (line 59 of /var/www/html/web/modules/contrib/social_auth_github/src/Plugin/Network/GitHubAuth.php)
Steps to reproduce
Go to the /user/login/github controller as anonymous user.
Proposed resolution
Use null coalescing operator to prevent the notice.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork social_auth_github-3227974
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
volegerComment #6
wellsThanks, @voleger!