mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add response argument to verifyCallback handler
This is provided by Recaptcha upon successful verification.
This commit is contained in:
Vendored
+1
-1
@@ -19,7 +19,7 @@ interface RecaptchaProps {
|
||||
tabindex?: string;
|
||||
theme?: "dark" | "light";
|
||||
type?: string;
|
||||
verifyCallback?(): any;
|
||||
verifyCallback?(response:string): any;
|
||||
verifyCallbackName?: string;
|
||||
sitekey?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user