Skip to content

Commit 18148d0

Browse files
committed
Fix login issue
1 parent 950baed commit 18148d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Auth/GitHubController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function handleProviderCallback()
4747
return $this->userFound($user, $socialiteUser);
4848
}
4949

50-
private function getSocialiteUser(): SocialiteUser
50+
private function getSocialiteUser(): SocialiteUser|RedirectResponse
5151
{
5252
try {
5353
return Socialite::driver('github')->user();

0 commit comments

Comments
 (0)