]> _ Git - odl.git/commitdiff
wip #4765 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Oct 2021 18:57:53 +0000 (20:57 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Oct 2021 18:57:53 +0000 (20:57 +0200)
config/auth.php

index cf1003a551a0886c12e86b73af6a0302146c225c..f7a962963e37e703bbf3b2425b48ceb74321e495 100644 (file)
@@ -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,
         ],