Summary
As a user submitting the login form, I don't see any feedback that my request is processing.
The login form does not disable the submit button while the login request is processing. This means that double clicking submit will send two overlapping login requests.
Category
BUG
Usage Details
How to reproduce
- Open Chrome dev tools network inspector
- Open login page
- Set network throttling to "Slow 3G"
- Input fake credentials
- Click the Sign In multiple times, quickly
- Observe multiple overlapping requests
Screenshot

Summary
As a user submitting the login form, I don't see any feedback that my request is processing.
The login form does not disable the submit button while the login request is processing. This means that double clicking submit will send two overlapping login requests.
Category
BUG
Usage Details
How to reproduce
Screenshot