we don't have an unauth API on the identity service to check if a user already exists. maybe we can consider moving the FindUserID RPC to the unauth proto, but for now, we should just proceed to log in the existing user.use FindUserID RPC to check if wallet address is associated with existing account
Depends on D11005