Skip to content

Commit

Permalink
Revert "Update SignUp Form Webhook"
Browse files Browse the repository at this point in the history
  • Loading branch information
theBeginner86 authored Jan 21, 2024
1 parent 2d8b011 commit fd6a10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/SignupForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const SignupForm = ({ onSubmit }) => {
if (formSubmitted) {
onSubmit();

axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
axios.post("https://hook.us1.make.com/x4crqi16j8wfhctosk8y47fj6gknyvvh", {
memberFormOne
});

Expand Down

0 comments on commit fd6a10a

Please sign in to comment.