dsads
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user