Update user navigation route

This commit is contained in:
Davenludd 2024-03-18 21:37:52 +01:00
parent b9d7e57f2c
commit 847180cf75

View file

@ -13,7 +13,7 @@ function App(): JSX.Element {
} else if (authority === 2) {
navigate("/pm");
} else if (authority === 3) {
navigate("/user");
navigate("/yourProjects");
}
}, [authority, navigate]);