There are currently two components that call findUserIdentities: UserInfosHandler and FarcasterDataHandler.
The former goes through useFindUserIdentities, but the latter accesses findUserIdentities directly via the IdentityClientContext context.
This diff makes both of them go through useFindUserIdentities, as preparation for adding a caching layer to that hook.
This is the first step to addressing ENG-9002.