Skip to content

Commit

Permalink
nova homepara cada tipo de usuário usuário
Browse files Browse the repository at this point in the history
  • Loading branch information
yaskisoba committed Dec 13, 2023
1 parent 806946c commit 431042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Signin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Signin = () => {
navigate("/home");
} else {
console.log("é aluno ")
navigate('/home')
navigate('/home-student')
}

} else {
Expand Down

0 comments on commit 431042b

Please sign in to comment.