What you need to do
Our login form needs to show a message for 2 cases:
- The user has logged in successfully.
- The user failed to provide valid credentials.
Please add this feature to our form submission handler. Valid credentials can be found here.
Expected behavior
- Our form should handle authentication success, like so:

- Our form should handle authentication failure, like so:
