difficulty | training | chapter | tags |
---|---|---|---|
1 |
true |
Chapter 3: Advanced State Management |
vue |
In this challenge, there is a bug preventing the login form from redirecting to the user's profile page after successful login. Your task is to figure out why the bug exists and fix it!
- The app should continue to use the
useAuthUser
composable to keep up with the logged in user's data - After login with a valid username and password, the page should redirect to the user's profile
- The profile page should show the data corresponding to the user that logged in
💡 HINT: There are 2 available users to test with:
janedoe
andjohndoe
. They both have the passwordvueisawesome