From fe7678a82ec1d42b4bbce565f499d6a68a21ebea Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Oct 2021 20:56:01 +0200 Subject: [PATCH] wip #4765 --- src/Http/Controllers/SocialiteController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Controllers/SocialiteController.php b/src/Http/Controllers/SocialiteController.php index 258b044..a1d96a3 100644 --- a/src/Http/Controllers/SocialiteController.php +++ b/src/Http/Controllers/SocialiteController.php @@ -29,6 +29,6 @@ class SocialiteController extends Controller public function callback() { - + redirect('/'); } } \ No newline at end of file -- 2.39.5