From e25461a439228a03346b0103e0ad148dc09bb3c6 Mon Sep 17 00:00:00 2001 From: Constantin Graf Date: Fri, 14 Feb 2025 10:55:20 -0500 Subject: [PATCH] Fix desktop auth --- config/passport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/passport.php b/config/passport.php index 7c129d27..99f8aa8f 100644 --- a/config/passport.php +++ b/config/passport.php @@ -15,7 +15,7 @@ return [ | */ - 'guard' => 'api', + 'guard' => 'web', /* |--------------------------------------------------------------------------