Fix logout redirect bug

Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
Co-authored-by: Juan Barmasch <jbarmasch@itba.edu.ar>
This commit is contained in:
Santiago Lo Coco 2022-12-20 14:57:13 -03:00
parent 60a1027b7e
commit 32d3c1b9a0
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ const Sidebar = () => {
});
localStorage.removeItem("token")
router.push("/")
router.push("/login")
}
return (