Commit 168ab1fc authored by Travis Fischer's avatar Travis Fischer Committed by GitHub

Merge pull request #322 from purerosefallen/patch-1

parents 74368462 84751d9e
...@@ -212,7 +212,7 @@ export async function getOpenAIAuth({ ...@@ -212,7 +212,7 @@ export async function getOpenAIAuth({
await submit.click() await submit.click()
await page.waitForSelector('#password', { timeout: timeoutMs }) await page.waitForSelector('#password', { timeout: timeoutMs })
await page.type('#password', password) await page.type('#password', password)
await delay(50) await delay(200)
submitP = () => page.click('button[type="submit"]') submitP = () => page.click('button[type="submit"]')
} }
......
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