Skip to content

Commit

Permalink
fix: send captcha to backend to make it effective
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Apr 8, 2022
1 parent a9f422b commit 15b4a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const FormView = ({

const onVerifyCaptcha = useCallback(
(token) => {
captcha.current = { captcha_provider, token };
captcha.current = { provider: captcha_provider, token };
},
[captcha],
);
Expand Down

0 comments on commit 15b4a4f

Please sign in to comment.