Added pop-up to show user if login was successful or not
This could be refactored to be more flexible and reusable. However, since we're in a time-crunch, I'm focused more on the functionality; if there's time, then we can refactor.
Testing
Spin up resources
Navigate to http://localhost:8080/login
Use a random login for login fail; check that failure notification pops up
Use email: jane.doe@email.com, password: password for successful log in. Check that (1) The Log In button has a spinner, (2) that a green pop-up at the bottom of the page appears, (3) that you're routed to the dashboard page
Summary
This could be refactored to be more flexible and reusable. However, since we're in a time-crunch, I'm focused more on the functionality; if there's time, then we can refactor.
Testing
http://localhost:8080/login
jane.doe@email.com
, password:password
for successful log in. Check that (1) TheLog In
button has a spinner, (2) that a green pop-up at the bottom of the page appears, (3) that you're routed to the dashboard page