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 00acbc1 commit cb041a3Copy full SHA for cb041a3
src/recaptcha.js
@@ -5,6 +5,7 @@ export default class ReCAPTCHA extends React.Component {
5
constructor() {
6
super();
7
this.state = {};
8
+ this.handleExpired = this.handleExpired.bind(this);
9
}
10
11
getValue() {
0 commit comments