Update user navigation route
This commit is contained in:
parent
b9d7e57f2c
commit
847180cf75
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function App(): JSX.Element {
|
|||
} else if (authority === 2) {
|
||||
navigate("/pm");
|
||||
} else if (authority === 3) {
|
||||
navigate("/user");
|
||||
navigate("/yourProjects");
|
||||
}
|
||||
}, [authority, navigate]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue