mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 21:36:31 +01:00
update QR scanner functionality and fix redirect in employee login
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user