From: Vincent Vanwaelscappel Date: Thu, 7 Oct 2021 18:57:53 +0000 (+0200) Subject: wip #4765 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e5434498849c8aec05e0795436ce68d2c067326c;p=odl.git wip #4765 @0.25 --- diff --git a/config/auth.php b/config/auth.php index cf1003a..f7a9629 100644 --- a/config/auth.php +++ b/config/auth.php @@ -37,7 +37,7 @@ return [ 'guards' => [ 'web' => [ - 'driver' => 'null', + 'driver' => 'socialitegoogle', 'provider' => 'users', ], ], @@ -61,7 +61,7 @@ return [ 'providers' => [ 'users' => [ - 'driver' => 'socialitegoogle', + 'driver' => 'users', 'model' => \App\Models\User::class, ],