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:
parent
60a1027b7e
commit
32d3c1b9a0
|
@ -130,7 +130,7 @@ const Sidebar = () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
localStorage.removeItem("token")
|
localStorage.removeItem("token")
|
||||||
router.push("/")
|
router.push("/login")
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue