@ -21,10 +21,10 @@ async function getVerificationToken (email) {
const res = await fetch('http://localhost:3001/', {
method: 'POST',
mode: 'cors',
headers: new Headers({
headers: {
'Content-Type': 'application/json',
'Content-Length': data.length
}),
},
body: data
});