diff --git a/epic-games.js b/epic-games.js index f23f229..4c0e7bd 100644 --- a/epic-games.js +++ b/epic-games.js @@ -90,7 +90,7 @@ try { await notify('epic-games: got captcha during login. Please check.'); }).catch(_ => { }); page.waitForSelector('h6:has-text("Incorrect response.")').then(async () => { - console.error('CAPTCHA!') + console.error('Incorrect repsonse for captcha!') }).catch(_ => { }); // handle MFA, but don't await it page.waitForURL('**/id/login/mfa**').then(async () => {