Iām attempting to link the current address every time the user(non-crypto) connects to metamask⦠I signed the message but it is not updating the database:
    const web3mm = async () =>{ 
      await Moralis.enable();
      await Moralis.link(window.ethereum._state.accounts[0])
    }