From ab2f7d8845c4cf1c79051106bdb6e903f857764f Mon Sep 17 00:00:00 2001 From: Art4 Date: Sun, 17 Nov 2024 20:22:01 +0000 Subject: [PATCH] Fix Authentication --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index 46639f8939..a39f33f41c 100644 --- a/src/App.php +++ b/src/App.php @@ -510,7 +510,7 @@ class App implements AppHelper } if (!$this->mode->isBackend()) { - $auth->withSession(); + $auth->withSession($this); } if ($this->session->isUnauthenticated()) {