diff --git a/bsition/frontend/src/components/Sidebar.tsx b/bsition/frontend/src/components/Sidebar.tsx index 6277f74..d63bf00 100644 --- a/bsition/frontend/src/components/Sidebar.tsx +++ b/bsition/frontend/src/components/Sidebar.tsx @@ -130,7 +130,7 @@ const Sidebar = () => { }); localStorage.removeItem("token") - router.push("/") + router.push("/login") } return (