This commit is contained in:
Felix Ivo
2025-07-07 10:21:31 +02:00
3 changed files with 7 additions and 10 deletions

View File

@@ -28,9 +28,6 @@ class UserController
}
else {
$this->view->setDoMethodName("showUserLoginForm");
## $this->view->setVars([
## "errmsg" => $erg["message"]
## ]);
$this->showUserLoginForm();
}