This commit is contained in:
2025-12-08 01:54:31 +01:00
parent b170af3945
commit c931d79e32
12 changed files with 415 additions and 399 deletions

View File

@@ -123,7 +123,7 @@ function enforcePageAccess() {
if (pageType !== 'admin') return;
if (isAdmin()) return;
toast('Kein Zugriff auf diesen Bereich', false, { duration: 2500 });
window.location.href = '/account.php';
window.location.href = '/admin/profile.php';
}
function handleUserContextChange() {