From 6b55f8f60675c05390b57a3c86473e8891a2c09f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 8 Oct 2021 18:48:57 +0200 Subject: [PATCH] wip #4765 --- src/CubistSocialiteAuthServiceProvider.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/CubistSocialiteAuthServiceProvider.php b/src/CubistSocialiteAuthServiceProvider.php index c6701e1..313d262 100644 --- a/src/CubistSocialiteAuthServiceProvider.php +++ b/src/CubistSocialiteAuthServiceProvider.php @@ -19,11 +19,11 @@ class CubistSocialiteAuthServiceProvider extends AuthServiceProvider $this->registerPolicies(); Auth::viaRequest('socialitegoogle', function (Request $request) { - try { - $user= User::fromProvider('google'); - } catch (\Exception $e) { - return null; - } +// try { +// $user= User::fromProvider('google'); +// } catch (\Exception $e) { +// return null; +// } }); } } \ No newline at end of file -- 2.39.5