Merge branch 'dev_v1-admin' into debian12_v1-admin

This commit is contained in:
2025-09-28 16:08:20 +02:00
3 changed files with 57 additions and 35 deletions

View File

@@ -39,6 +39,7 @@ const Layout: React.FC = () => {
const handleLogout = () => {
Cookies.remove("token");
window.location.pathname = "/";
setIsLoggedIn(false);
};