React-based JavaScript frontend framework to create a progressive web app (PWA) storefront for Salesforce B2C Commerce.
BSD 3-Clause "New" or "Revised" License
284
stars
134
forks
source link
[BUG] Improve errors when logging in with invalid credentials #1412
Open
johnboxall opened 1 year ago
The error message displayed when a shopper enters an invalid password could be improved.
This happens in two places – 1st in the login modal:
Observe an unhelpful "something went wrong!" message, expect a "your credentials are invalid" or something like that.
It also happens in the login form in the checkout:
Observe a very unhelpful "401" message, expect a "your credentials are invalid" or something like that.