From: Vincent Vanwaelscappel Date: Tue, 12 Oct 2021 16:45:15 +0000 (+0200) Subject: wip #4765 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d31fa2310dbfe76f9ff7f61ec682c91e2d5420f0;p=cubist_socialite.git wip #4765 --- diff --git a/src/Http/Controllers/SocialiteController.php b/src/Http/Controllers/SocialiteController.php index a16fc59..7f7c885 100644 --- a/src/Http/Controllers/SocialiteController.php +++ b/src/Http/Controllers/SocialiteController.php @@ -19,7 +19,7 @@ class SocialiteController extends Controller $user = Socialite::driver($provider)->stateless()->user(); $authUser = $this->findOrCreateUser($user, $provider); Auth::login($authUser, true); - return redirect('/test'); + return redirect('/'); } catch (\Exception $e) { return Socialite::driver($provider)->stateless()->redirect(); }