Skip to content

Commit

Permalink
Fix a login error when using a password manager (#5261)
Browse files Browse the repository at this point in the history
* fix too many attempts login error when using a password manager

* tests

* remove promise

---------

Co-authored-by: Paweł Chyła <[email protected]>
  • Loading branch information
Cloud11PL and poulch committed Jan 8, 2025
1 parent d120bae commit 5717954
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-actors-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Now there can only be one login request running at a time. This means using a password manager to log in no longer cause an error. If there are too many login requests Dashboard now shows a corresponding error message.

0 comments on commit 5717954

Please sign in to comment.