AdminDashboard

This commit is contained in:
2025-09-03 17:13:18 +02:00
parent e4f6218066
commit 1a377517a6
4 changed files with 1198 additions and 4 deletions

View File

@@ -284,7 +284,7 @@
if (result.success) {
showSuccess('✅ Anmeldung erfolgreich! Weiterleitung...');
setTimeout(() => {
window.location.href = '/generator';
window.location.href = '/admin-dashboard';
}, 1000);
} else {
showError(result.message || 'Anmeldung fehlgeschlagen');