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()) {