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

@@ -34,7 +34,7 @@ const DashboardPage: React.FC = () => {
const handleLogout = async () => {
try {
await logout();
navigate('/login');
navigate('/');
} catch (error) {
console.error('Logout error:', error);
}