You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding an account with a QRCode, you see the "Account was already added" message. Looks like the read event fires twice, where the second one is (correctly) dismissed as a duplicate.
We should debounce the read or check wether we can make sure it's only fired once.
The text was updated successfully, but these errors were encountered:
When adding an account with a QRCode, you see the "Account was already added" message. Looks like the read event fires twice, where the second one is (correctly) dismissed as a duplicate.
We should debounce the read or check wether we can make sure it's only fired once.
The text was updated successfully, but these errors were encountered: