Skip to content

Commit

Permalink
Merge pull request #180 from vishalvivekm/patch-1
Browse files Browse the repository at this point in the history
[chore] Update webhook signup forms
  • Loading branch information
ritiksaxena124 authored Feb 8, 2024
2 parents 15a7e46 + 4c97865 commit d1c6d64
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/x4crqi16j8wfhctosk8y47fj6gknyvvh", {
axios.post("https://hook.us1.make.com/7c1op88rysnmeitovt35fxzcv2spspp0", {
memberFormOne
});

Expand Down

0 comments on commit d1c6d64

Please sign in to comment.