// Class Of Learners Global Authentication System (Supabase) // --- Shared Login Modal Injection --- // Injects the standard loginMo modal if the page doesn't already have one inline. function injectLoginModal() { if (document.getElementById('loginMo')) return const mo = document.createElement('div') mo.className = 'col-auth-mo' mo.id = 'loginMo' mo.innerHTML = '
Unlock dashboard storage and cloud sync.
Unlock dashboard storage and cloud sync.
${window.colUser.email}