From 0e94a8a9de181d14722e5e5184463a37a8648fb8 Mon Sep 17 00:00:00 2001 From: Hugo Dozois Date: Fri, 27 Nov 2015 19:19:29 -0500 Subject: [PATCH] [added] stoken parameter - this commit is for release purposes --- src/recaptcha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recaptcha.js b/src/recaptcha.js index fae77d1..15b6658 100644 --- a/src/recaptcha.js +++ b/src/recaptcha.js @@ -77,7 +77,7 @@ const ReCAPTCHA = React.createClass({ render() { // consume properties owned by the reCATPCHA, pass the rest to the div so the user can style it. /* eslint-disable no-unused-vars */ - let { sitekey, onChange, theme, type, tabindex, onExpired, size, ...childProps } = this.props; + let { sitekey, onChange, theme, type, tabindex, onExpired, size, stoken, ...childProps } = this.props; /* eslint-enable no-unused-vars */ return (