Fix cosmetic issues and update api documentation

This commit is contained in:
Frederic Guillot
2016-02-20 15:31:26 -05:00
parent fc468088c3
commit 0261c751cf
11 changed files with 246 additions and 273 deletions

View File

@@ -58,8 +58,7 @@ class Auth extends Base
if (! DISABLE_LOGOUT) {
$this->sessionManager->close();
$this->response->redirect($this->helper->url->to('auth', 'login'));
}
else {
} else {
$this->response->redirect($this->helper->url->to('auth', 'index'));
}
}