i am trying to integrate metamask auth to vue,i am using this code
const test = await Moralis.start({
apiKey: ‘secretkey from my account’,
});
await Moralis.authenticate();
console.log(333,Moralis, test);
but there is error
what i am doing wrong?