From a14f61b02304f3c1af9cb1e1eeadb6cd55f48464 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 17:16:31 +0200 Subject: [PATCH] wip #4765 --- config/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/auth.php b/config/auth.php index d37c8da..06beba1 100644 --- a/config/auth.php +++ b/config/auth.php @@ -37,7 +37,7 @@ return [ 'guards' => [ 'web' => [ - 'driver' => 'session', + 'driver' => 'socialite', 'provider' => 'users', ], ], -- 2.39.5