From e5434498849c8aec05e0795436ce68d2c067326c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Oct 2021 20:57:53 +0200 Subject: [PATCH] wip #4765 @0.25 --- config/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ], -- 2.39.5