aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/auth.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/auth.php b/admin/auth.php
index b90db92..160516b 100644
--- a/admin/auth.php
+++ b/admin/auth.php
@@ -60,9 +60,7 @@ else {
try {
$AuthTemplate = Template\Factory::build('auth');
$AuthTemplate->set('FORM', [
- 'INFO' => [
- 'LIST' => $messages ?? [],
- ],
+ 'INFO' => $messages ?? [],
'DATA' => [
'USERNAME' => HTTP::POST('username'),
'PASSWORD' => HTTP::POST('password'),