Description
After a successful login, users are redirected to /home. However, the application does not define a /home route, resulting in a 404 page.
Expected Behavior
Users should be redirected to a valid route after login
Actual Behavior
Users are redirected to /home, which returns a 404 error because the route does not exist.
Description
After a successful login, users are redirected to
/home. However, the application does not define a/homeroute, resulting in a 404 page.Expected Behavior
Users should be redirected to a valid route after login
Actual Behavior
Users are redirected to
/home, which returns a 404 error because the route does not exist.