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

pull/182/head^2
Travis Fischer 2022-12-22 10:34:04 -06:00 zatwierdzone przez GitHub
commit 0ec19f2cfb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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) {