Skip to content

Commit

Permalink
Merge pull request #168 from meshery/theBeginner86-patch-1
Browse files Browse the repository at this point in the history
[chore] Update index.js
  • Loading branch information
theBeginner86 committed Dec 3, 2023
2 parents 726324e + 4e04b80 commit ea03cad
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/7c1op88rysnmeitovt35fxzcv2spspp0", {
axios.post("https://hook.us1.make.com/r5qgpjel5tlhtyndcgjvkrdkoc65417y", {
memberFormOne
});

Expand Down

0 comments on commit ea03cad

Please sign in to comment.