kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: email input not complete
rodzic
9a2fce21ae
commit
eeb2bf4542
|
@ -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) {
|
||||||
|
|
Ładowanie…
Reference in New Issue