Commit 0ec19f2c authored by Travis Fischer's avatar Travis Fischer Committed by GitHub

Merge pull request #190 from danielehrhardt/email-input-fix

parents 3b4e59aa eeb2bf45
......@@ -167,8 +167,7 @@ export async function getOpenAIAuth({
await delay(1000)
} else {
await page.waitForSelector('#username')
await page.type('#username', email, { delay: 20 })
await delay(100)
await page.type('#username', email)
// NOTE: this is where you may encounter a CAPTCHA
if (hasNopechaExtension) {
......
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