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
Description: I found await GlobalStore.get(['account_emails']); to be usable at some point when identifying user accounts, however, when performing user reset (soft logout using reset account), the GlobalStore.get(['account_emails']) items retains the same, which should ideally be reduced the account email that already been performed logout for more accurate result.