You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more for future projects but error handling is an important feature for your users. This workshop from day 2 has some excellent guidance on how to signal to your user that something isn't working the way it should be.
You can also add validation to you forms and let the user know which fields are required, and perhaps some info on what the minimum criteria for the password is.
Again this is more for future projects when you are using routes to move between multiple pages but having a back/home button or 'emergency exit' is really important for a user:
every system should have a clearly marked “emergency exit” mechanism, that provides users with an easy way back after they find themselves in an unwanted state.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: