summaryrefslogtreecommitdiff
path: root/app/Controller/AuthController.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-05 18:22:19 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-05 18:22:19 -0400
commit5ffdf286e7cebd522f406fbeb83f78e4e4a3b711 (patch)
tree1ab4d8fa6ed4364a4774b933214de36cf596f4e3 /app/Controller/AuthController.php
parent9ce6a284193cf07404872a3c3ad746c1f1f4f5db (diff)
Minor fixes
Diffstat (limited to 'app/Controller/AuthController.php')
-rw-r--r--app/Controller/AuthController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/AuthController.php b/app/Controller/AuthController.php
index dc46070c..d1fba92c 100644
--- a/app/Controller/AuthController.php
+++ b/app/Controller/AuthController.php
@@ -61,7 +61,7 @@ class AuthController extends BaseController
$this->sessionManager->close();
$this->response->redirect($this->helper->url->to('AuthController', 'login'));
} else {
- $this->response->redirect($this->helper->url->to('AuthController', 'index'));
+ $this->response->redirect($this->helper->url->to('DashboardController', 'show'));
}
}