From: Vincent Vanwaelscappel Date: Fri, 8 Oct 2021 16:11:23 +0000 (+0200) Subject: wip #4765 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=41f5ecea908adde312f8b79ad0cacc3094b5b9a8;p=cubist_socialite.git wip #4765 --- diff --git a/src/Http/Controllers/SocialiteController.php b/src/Http/Controllers/SocialiteController.php index 0e850ba..a745fdb 100644 --- a/src/Http/Controllers/SocialiteController.php +++ b/src/Http/Controllers/SocialiteController.php @@ -32,7 +32,7 @@ class SocialiteController extends Controller $provider = request()->provider; if (in_array($provider, $this->providers, true)) { $user = User::fromProvider($provider); - Auth::setUser($user); +// Auth::setUser($user); dd('1', auth()->user()); } }