feat: add 'Medewerkers' link to navigation and update redirect path in employee login

This commit is contained in:
vista-man
2025-04-03 14:08:38 +02:00
parent a42c4493f1
commit bad807013e
4 changed files with 6 additions and 69 deletions

View File

@@ -72,7 +72,7 @@
if (username === 'admin' && password === 'password') {
alert('Succesvol ingelogd!');
window.location.href = 'qr-scanner.php';
window.location.href = 'qr/qr.html';
} else {
alert('Ongeldige inloggegevens.');
}