When I use this, the network falls back to mainnet 0x1:
Moralis.authenticate({
provider: 'magicLink',
email: email.value,
apiKey: process.env.VUE_MAGIC_LINK_PK,
network: 'goerli',
})
Is goerli supported yet in the Moralis connector?