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

index 32c71e0fcd743fe663e0de1613f7054e51457fa5..33e949df1d864abe02c255168dd0fbea3eb9b1f0 100644 (file)
@@ -37,7 +37,7 @@ class SocialiteController extends Controller
                 dd($authUser);
                 return redirect('/test');
             } catch (\Exception $e) {
-                return $this->redirect();
+                dd($e);
             }
         }
     }