Fix Authentication

This commit is contained in:
Art4 2024-11-17 20:22:01 +00:00
parent 6dc193500d
commit ab2f7d8845

View file

@ -510,7 +510,7 @@ class App implements AppHelper
} }
if (!$this->mode->isBackend()) { if (!$this->mode->isBackend()) {
$auth->withSession(); $auth->withSession($this);
} }
if ($this->session->isUnauthenticated()) { if ($this->session->isUnauthenticated()) {