Minor fixes

This commit is contained in:
Frederic Guillot
2016-06-05 18:22:19 -04:00
parent 9ce6a28419
commit 5ffdf286e7
5 changed files with 15 additions and 5 deletions

View File

@@ -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'));
}
}