Skip to content

Commit

Permalink
delete no-cors from community-access request
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlesspanda committed Feb 4, 2024
1 parent 09f24e7 commit b29ed65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Forms/CommunityForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function CommunityForm({ translation }) {
let requestOptions = {
method: 'POST',
headers: myHeaders,
mode: 'no-cors',
body: formData,
redirect: 'follow'
};
Expand Down

0 comments on commit b29ed65

Please sign in to comment.