From d5e2f5d725a6d75c7f6cc8b707645fca5cd180f3 Mon Sep 17 00:00:00 2001 From: Alain Belair Date: Thu, 30 Apr 2020 13:59:54 -0400 Subject: [PATCH] [fix] - App exit --- src/Auth.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Auth.php b/src/Auth.php index 1bab8fc9..5895c156 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -255,8 +255,7 @@ public function displayLoginForm() $login->layout->template->set('title', 'Log-in Required'); $login->run(); - $this->app->terminate(); - exit; + $this->app->callExit(); } /**