Merge branch 'dev_v1-admin' into debian12_v1-admin
This commit is contained in:
@@ -39,6 +39,7 @@ const Layout: React.FC = () => {
|
||||
|
||||
const handleLogout = () => {
|
||||
Cookies.remove("token");
|
||||
window.location.pathname = "/";
|
||||
setIsLoggedIn(false);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user