From 08c75f61ad934c3f60df090cc5056149f61d8ad4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 11:20:42 +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 1ab4a9a..ea43666 100644 --- a/src/Http/Controllers/SocialiteController.php +++ b/src/Http/Controllers/SocialiteController.php @@ -33,8 +33,8 @@ class SocialiteController extends Controller try { $user = Socialite::driver($provider)->user(); $authUser = $this->findOrCreateUser($user, $provider); - Auth::login($authUser, true); + dd($authUser); return redirect('/test'); } catch (\Exception $e) { return $this->redirect(); -- 2.39.5