This commit is contained in:
Iliyan Angelov
2025-11-21 09:57:52 +02:00
parent b56f1a6769
commit 2251e97688
22 changed files with 1769 additions and 2170 deletions

View File

@@ -36,7 +36,7 @@ const SidebarStaff: React.FC<SidebarStaffProps> = ({
const handleLogout = async () => {
try {
await logout();
navigate('/login');
navigate('/');
if (isMobile) {
setIsMobileOpen(false);
}