Skip to content

Commit

Permalink
Merge pull request #126 from meshery/theBeginner86-patch-1
Browse files Browse the repository at this point in the history
[chore] Update webhook URL for signup form
  • Loading branch information
theBeginner86 committed Jul 11, 2023
2 parents 953b6aa + c29522f commit 1d08868
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 @@ -31,7 +31,7 @@ const SignupForm = ({onSubmit}) => {
if (formSubmitted) {
onSubmit();

axios.post("https://hook.us1.make.com/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
memberFormOne
});
window.scrollTo({
Expand Down

0 comments on commit 1d08868

Please sign in to comment.