Skip to content

Commit

Permalink
updated websites
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinLynch04 committed Dec 8, 2023
1 parent 7026c22 commit d6f86e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/LoginSignup.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const LoginClick = async ({ email, password, setErrors, navigate }) => {
headers: {
"Content-Type": "application/json",
},
mode: 'no-cors',
body: JSON.stringify(data),
});

Expand Down

0 comments on commit d6f86e5

Please sign in to comment.