Skip to content

Commit

Permalink
[added] stoken parameter
Browse files Browse the repository at this point in the history
- this commit is for release purposes
  • Loading branch information
dozoisch committed Nov 28, 2015
1 parent cd95189 commit 0e94a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recaptcha.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div {...childProps} ref="captcha" />
Expand Down

0 comments on commit 0e94a8a

Please sign in to comment.