hi I’m trying to integrate web3auth into react moralis and so far it’s been working great. but when I closed the web3auth modal without user authentication, moralis auth state is still isAuthenticating: true
which prevents from opening up a modal again when click sign-in.
is there away to stop this authenticating process? simply logout() wouldn’t work