I\'m using axios to make a request to my backend\'s login endpoint.
async function submitLogin(email, password) { let formData = new FormData(); form