updated login redirect

This commit is contained in:
Joshua Perry 2023-01-25 16:21:56 +00:00
parent 53e43927b3
commit ef25225091
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class User {
$this->vars['response'] .= 'Login Unsuccessful';
}
return ['template' => 'login.html.php',
return ['template' => 'response.html.php',
'title' => 'Jo\'s Jobs- Login',
'vars' => $this->vars
];