This addresses ENG-9373.
What's happening here:
- When findUserIdentities starts, there is a UserInfo for this user in the store
- By the time findUserIdentitiesActionTypes.success is reduced, the UserInfo is empty, so we end up inserting just the username into the store
- As a result, we end up passing a UserInfo without an ID to C++, which causes a crash