Wrong password for that account.';
e.classList.add('on'); return;
}
}
e.innerHTML='We don\u2019t recognise that email. Check the account details in your invitation.';
e.classList.add('on');
}
window.addEventListener('message', function(ev){
var d=ev.data||{};
if(d.etamuGo==='student'||d.etamuGo==='faculty') openApp(d.etamuGo);
if(d.etamuOut) signOut();
});