kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: prettier; re-add delay
rodzic
dc12e2e98d
commit
f3d516a4e3
|
@ -167,6 +167,7 @@ export async function getOpenAIAuth({
|
||||||
} else {
|
} else {
|
||||||
await page.waitForSelector('#username')
|
await page.waitForSelector('#username')
|
||||||
await page.type('#username', email)
|
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