This commit is contained in:
2025-12-07 00:48:51 +01:00
parent 9e1dccdd09
commit 14d307da3a
3 changed files with 58 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ async function ensureAuthenticated() {
window.location.href = '/login.php';
return false;
}
// ✅ nur für eingeloggte Nutzer: UI freigeben
// ✅ nur für eingeloggte Nutzer: UI freigebensss
document.documentElement.classList.remove('auth-pending');
const appRoot = document.getElementById('app');
if (appRoot && appRoot.hasAttribute('hidden')) appRoot.removeAttribute('hidden');