update QR scanner functionality and fix redirect in employee login

This commit is contained in:
vista-man
2025-04-03 12:13:17 +02:00
parent 3a447d9f0e
commit 90eaeca54d
3 changed files with 51 additions and 3 deletions

View File

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