Skip to content

Commit

Permalink
Merge pull request #63 from celestiaorg/hotfix/added-cors-to-newsletter
Browse files Browse the repository at this point in the history
Added cors to newsletter fetch
  • Loading branch information
sysrex authored Jan 27, 2025
2 parents bea673a + 4ad0125 commit 62025d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Newsletter/Newsletter.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const Newsletter = () => {
email,
recaptchaToken: token,
}),
mode: "cors",
});

const data = await response.json();
Expand Down

0 comments on commit 62025d4

Please sign in to comment.