In Moralis User Object when consider a scenario like this,
User A has linked two accounts [x , y]
User B has an account [ z ]
When we trying to change the account between x and z , Moralis.onAccountChange event is triggers but there is an error,
{
"code": 208,
"error": "this auth is already used"
}
Is there any way to to solve this issue?