From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 09:16:18 +0000 (+0200) Subject: wip #4765 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4f6d4da84610caf2dd4747588f9c4041ee596e4c;p=cubist_socialite.git wip #4765 --- diff --git a/src/Http/Controllers/SocialiteController.php b/src/Http/Controllers/SocialiteController.php index eed3f91..1ab4a9a 100644 --- a/src/Http/Controllers/SocialiteController.php +++ b/src/Http/Controllers/SocialiteController.php @@ -37,7 +37,7 @@ class SocialiteController extends Controller Auth::login($authUser, true); return redirect('/test'); } catch (\Exception $e) { - $this->redirect(); + return $this->redirect(); } } }