Skip to content

Commit

Permalink
Merge pull request #164 from meshery/revert-132-revert-126-theBeginne…
Browse files Browse the repository at this point in the history
…r86-patch-1

[chore] Update webhook URL for signup form
  • Loading branch information
theBeginner86 authored Oct 7, 2023
2 parents 089013c + f0b574f commit 782a641
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/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
memberFormOne
});

Expand Down

0 comments on commit 782a641

Please sign in to comment.