MCPcopy Create free account
hub / github.com/appleboy/react-recaptcha / verifyCallback

Function verifyCallback

example/main.js:14–16  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

12};
13
14const verifyCallback = (response) => {
15 console.log(response);
16};
17
18const expiredCallback = () => {
19 console.log(`Recaptcha expired`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…