Skip to content

Commit 0e94a8a

Browse files
committed
[added] stoken parameter
- this commit is for release purposes
1 parent cd95189 commit 0e94a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recaptcha.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const ReCAPTCHA = React.createClass({
7777
render() {
7878
// consume properties owned by the reCATPCHA, pass the rest to the div so the user can style it.
7979
/* eslint-disable no-unused-vars */
80-
let { sitekey, onChange, theme, type, tabindex, onExpired, size, ...childProps } = this.props;
80+
let { sitekey, onChange, theme, type, tabindex, onExpired, size, stoken, ...childProps } = this.props;
8181
/* eslint-enable no-unused-vars */
8282
return (
8383
<div {...childProps} ref="captcha" />

0 commit comments

Comments
 (0)