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
store [nfc]: Move some declarations up out of a switch case
And rethrow AccountNotFoundExceptions in an explicit `on` block,
rather than in the `default` case of this `switch`. (Otherwise the
account-exists check would throw.)
0 commit comments