We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792e70b commit 1dae41eCopy full SHA for 1dae41e
README.md
@@ -187,7 +187,6 @@ useEffect(() => {
187
...formValues,
188
"g-recaptcha-response": token
189
};
190
- console.log(data);
191
const options = {
192
method: "POST",
193
headers: { "Content-Type": "application/x-www-form-urlencoded" },
src/FormikForm.js
@@ -24,7 +24,6 @@ export default () => {
24
25
26
27
28
29
30
0 commit comments