This commit is contained in:
2025-11-12 15:11:34 +01:00
parent c8db961af7
commit 1d3e95bdac
3 changed files with 8 additions and 16 deletions

View File

@@ -142,7 +142,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['username'], $_POST['p
<body>
<div class="login-container">
<h2>🔐 Inloggen</h2>
<h2>Inloggen</h2>
<?php if (!empty($error)): ?>
<div class="error"><?= htmlspecialchars($error) ?></div>