Commit 6187ded9 authored by Travis Fischer's avatar Travis Fischer

🔖

parent 94e7db38
...@@ -595,7 +595,7 @@ async function waitForRecaptcha( ...@@ -595,7 +595,7 @@ async function waitForRecaptcha(
const value = (await captcha.evaluate((el) => el.value))?.trim() const value = (await captcha.evaluate((el) => el.value))?.trim()
if (value?.length) { if (value?.length) {
// recaptcha has been solved! // recaptcha has been solved!
console.log('captcha solved; continuin') console.log('captcha solved; continuing')
break break
} }
} catch (err) { } catch (err) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment