mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 13:26:49 +01:00
feat: add 'Medewerkers' link to navigation and update redirect path in employee login
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user