We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950baed commit 18148d0Copy full SHA for 18148d0
app/Http/Controllers/Auth/GitHubController.php
@@ -47,7 +47,7 @@ public function handleProviderCallback()
47
return $this->userFound($user, $socialiteUser);
48
}
49
50
- private function getSocialiteUser(): SocialiteUser
+ private function getSocialiteUser(): SocialiteUser|RedirectResponse
51
{
52
try {
53
return Socialite::driver('github')->user();
0 commit comments