fix: auth flow - logout nuclear, router redirige admin a panel, login sin bloqueo BD

This commit is contained in:
2026-02-25 22:38:03 -05:00
parent 84055a25de
commit 963d255ea2
4 changed files with 69 additions and 28 deletions

View File

@ -146,9 +146,8 @@ const openReportModal = () => {
}
const handleLogout = () => {
authStore.logout()
showMenu.value = false
router.push('/login')
authStore.logout()
}
</script>