Compare commits

..

No commits in common. "97137da6b949b8c3c6e04c653b26bb5d6579ecfb" and "75742157b70bb2bf63daf9bdcbaaacd9c8e0e0df" have entirely different histories.

View File

@ -19,13 +19,8 @@ class UserController
public function loginUser()
{
var_dump($_POST);
echo $_POST["username"];
// on fail
$this->view->setDoMethodName("showUserLoginForm");
$this->showUserLoginForm();
echo "test";
//verifyLogin($_POST['username'] ?? '', $_POST['password'] ?? '')
}