changes in admin dashboard

This commit is contained in:
Malini 2025-10-27 13:01:16 +05:30
parent 5e23992c3d
commit eabcc4e421

View File

@ -86,7 +86,7 @@ const Login = () => {
} catch (storageError) { } catch (storageError) {
console.warn('Unable to clear establishment ID', storageError); console.warn('Unable to clear establishment ID', storageError);
} }
navigate('/admin'); navigate('/admin/dashboard');
return; return;
} }