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 2024b4d commit 1d22b12Copy full SHA for 1d22b12
javascript/tokenscript-viewer/src/integration/turnstileCaptcha.ts
@@ -39,7 +39,6 @@ export async function getTurnstileToken(sitekey?: string){
39
widgetId = turnstile.render("#" + elemId, {
40
sitekey,
41
callback: function (token) {
42
- console.log(`Challenge Success ${token}`);
43
resolve(token);
44
turnstile.remove(widgetId);
45
elem.remove();
0 commit comments