📓 Blind Date with a Journal
V1.0
Loading...
setTimeout(async function(){
var user; try{ user = await checkAuth(); } catch(e){}
if(user && (user.role==="owner"||user.role==="staff")){
document.getElementById("navLogin").style.display = "none";
document.getElementById("navSettings").style.display = "inline";
document.getElementById("navMagic").style.display = "inline";
}
}, 300);