From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 09:29:01 +0000 (+0200) Subject: wip #4765 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2ee04cafab011cf728de69f28f7353a2e14b90d1;p=cubist_socialite.git wip #4765 --- diff --git a/src/Http/Controllers/SocialiteController.php b/src/Http/Controllers/SocialiteController.php index 32c71e0..33e949d 100644 --- a/src/Http/Controllers/SocialiteController.php +++ b/src/Http/Controllers/SocialiteController.php @@ -37,7 +37,7 @@ class SocialiteController extends Controller dd($authUser); return redirect('/test'); } catch (\Exception $e) { - return $this->redirect(); + dd($e); } } }