I’m using a custom connector and I’ve this:
const { isAuthenticated } = useMoralis();
but when the login is done the only way to see the account connected is refreshing the page, the console.log of isAuthenticated is always false.
Is there a way I can retrieve the information similar to isAuthenticated in another way to close the login modal and refresh the page with the account connected?
Thanks