onAuthStateChanged(auth, async (user) => { if (!user) { location.replace(`/auth.html?next=${encodeURIComponent(location.pathname + location.search)}`); return; } // ...continue with role checks & UI setup }); Ready2School — Teacher List Builder

Teacher List Builder beta

Checking auth…