From b5734beb3285248629f0c7f285a740725b9d0fab Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 31 Dec 2022 07:34:46 +0100 Subject: [PATCH] Fix https://github.com/orgs/firefly-iii/discussions/6775 --- config/passport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/passport.php b/config/passport.php index f025442040..3cb6bc8d72 100644 --- a/config/passport.php +++ b/config/passport.php @@ -14,7 +14,7 @@ return [ | */ - 'guard' => envNonEmpty('AUTHENTICATION_GUARD', 'web'), + 'guard' => 'web, /* |--------------------------------------------------------------------------