Commit eeb2bf45 authored by Daniel Ehrhardt's avatar Daniel Ehrhardt

fix: email input not complete

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