]> _ Git - cubist_socialite.git/commitdiff
wip #4765
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 09:16:18 +0000 (11:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Oct 2021 09:16:18 +0000 (11:16 +0200)
src/Http/Controllers/SocialiteController.php

index eed3f91e78deb5c90c3dd59c7c5279efae6d8a90..1ab4a9a5e3a05bfad24d92eded571278e67b1b12 100644 (file)
@@ -37,7 +37,7 @@ class SocialiteController extends Controller
                 Auth::login($authUser, true);
                 return redirect('/test');
             } catch (\Exception $e) {
-                $this->redirect();
+                return $this->redirect();
             }
         }
     }