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
If a user has multiple connected tokens, we should only blink the ones that are "useful" for the request. For instance, if the request requires user verification, we should only blink tokens capable of UV.
We have to be careful to blink at least one token, i.e. we shouldn't leak the fact that none of the user's tokens are suitable, but otherwise this seems like it would improve user experience.
The text was updated successfully, but these errors were encountered:
If a user has multiple connected tokens, we should only blink the ones that are "useful" for the request. For instance, if the request requires user verification, we should only blink tokens capable of UV.
We have to be careful to blink at least one token, i.e. we shouldn't leak the fact that none of the user's tokens are suitable, but otherwise this seems like it would improve user experience.
The text was updated successfully, but these errors were encountered: