Remove redundant Dashboardpage and load correct one in Users Landingpage

This commit is contained in:
chfhtw
2026-04-08 14:27:56 +02:00
parent 344c68bf08
commit 5a1b94f45b
2 changed files with 1 additions and 44 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class Auth extends FHC_Controller
if ($this->form_validation->run())
{
redirect($this->authlib->getLandingPage('/CisVue/Dashboard'));
redirect($this->authlib->getLandingPage('/Cis4'));
}
else
{