mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Redirect to /index after login
This commit is contained in:
parent
58b4674f58
commit
a9086c5388
@ -149,7 +149,7 @@ class ActionController extends Zend_Controller_Action
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function redirectToLogin($afterLogin = '/index/welcome')
|
||||
protected function redirectToLogin($afterLogin = '/index')
|
||||
{
|
||||
if ($this->getRequest()->isXmlHttpRequest()) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user