From 5d84a596a0c1acf7699efc9fd2c5a10a4a85406d Mon Sep 17 00:00:00 2001 From: Gaurav Chadha <65453826+Chadha93@users.noreply.github.com> Date: Thu, 28 Sep 2023 01:58:20 +0530 Subject: [PATCH 1/2] update-webhook-september Signed-off-by: Gaurav Chadha <65453826+Chadha93@users.noreply.github.com> --- site/src/components/SignupForm/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/SignupForm/index.js b/site/src/components/SignupForm/index.js index cf81b50..d553503 100644 --- a/site/src/components/SignupForm/index.js +++ b/site/src/components/SignupForm/index.js @@ -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 }); From f0b574f19b694c9bbde496ec83486d8a3f06a609 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Sat, 7 Oct 2023 16:06:06 +0530 Subject: [PATCH 2/2] Revert "Revert "[chore] Update webhook URL for signup form"" --- site/src/components/SignupForm/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/components/SignupForm/index.js b/site/src/components/SignupForm/index.js index d553503..27a7412 100644 --- a/site/src/components/SignupForm/index.js +++ b/site/src/components/SignupForm/index.js @@ -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 });