From 0017d8b911d08ccf64eb8a1fd63ac77a37720ed1 Mon Sep 17 00:00:00 2001 From: skooch Date: Tue, 11 Jun 2024 16:37:51 +1000 Subject: [PATCH] Arkose: run() not reset() on repeat attempts, as this will break callbacks --- src/web-auth/captcha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web-auth/captcha.js b/src/web-auth/captcha.js index a3f43c86..acf04e13 100644 --- a/src/web-auth/captcha.js +++ b/src/web-auth/captcha.js @@ -231,7 +231,7 @@ function handleCaptchaProvider(element, options, challenge, done) { globalForCaptchaProvider(challenge.provider) ) { setValue(); - globalForCaptchaProvider(challenge.provider).reset(); + globalForCaptchaProvider(challenge.provider).run(); return; } else if (widgetId) { setValue();