fix: ocClient is not clearing from cache after logout
As AccountRemovedReceiver is called after the account removed, the account is not retrieving in the receiver, so client is not clearing. To resove this, we can now remove the client via the account name only.