Skip to content

Commit

Permalink
Merge pull request #160 from meshery/webhook-sep
Browse files Browse the repository at this point in the history
Chadha93 authored Sep 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents fc530c1 + 5d84a59 commit 089013c
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
@@ -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/s4jo47a8ydq6uk7gg16wuukgr4l52p8c", {
memberFormOne
});

0 comments on commit 089013c

Please sign in to comment.