QR Invitation System

Welcome to the School Invitations Management Dashboard

ocument.getElementById('authLinks').style.display = 'none'; document.getElementById('adminActions').style.display = 'block'; const statusDiv = document.getElementById('userStatus'); statusDiv.innerText = 'Welcome: ' + user + ' (' + (role === 'admin' ? 'Admin' : 'User') + ')'; statusDiv.style.display = 'block'; } } function logout() { localStorage.clear(); window.location.reload(); } checkAuth(); localStorage.clear(); window.location.reload(); } checkAuth();
Web hosting by Somee.com