vuelve a la raiz al cerrar sesion

master/frontend-google-map
Francisco Sandoval 2023-07-02 20:09:58 -04:00
parent 9229cf80e3
commit 71f9365242
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
function onLogout() {
sessionStorage.clear();
document.location.reload()
document.location.href = '/';
}
</script>
@ -32,4 +32,4 @@
Salir
</a>
</div>
</li>
</li>