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
getAccountsFromDevice interface returns nullable accounts and nullable error.
General pattern should be to return empty list unless error is occurred.
Make sure that we don't return nil accounts from that API, as well as that it is consistent with other account enumeration APIs.
The text was updated successfully, but these errors were encountered:
getAccountsFromDevice interface returns nullable accounts and nullable error.
General pattern should be to return empty list unless error is occurred.
Make sure that we don't return nil accounts from that API, as well as that it is consistent with other account enumeration APIs.
The text was updated successfully, but these errors were encountered: