π Blockchain Explorer
Dati reali dal backend Rust
Caricamento...
`;
}
// ==================== UTILS ====================
function logout() {
S.user=null;S.tenant=null;S.token=null;
localStorage.removeItem('lu');localStorage.removeItem('ltn');localStorage.removeItem('lt');
navigate('home');
}
// Avvio
if (S.token && S.user) navigate('certify');
else navigate('home');