diff --git a/src/functions/Login.ts b/src/functions/Login.ts index 91205f1..f85276e 100644 --- a/src/functions/Login.ts +++ b/src/functions/Login.ts @@ -86,7 +86,7 @@ export class Login { this.bot.log(this.bot.isMobile, 'LOGIN', 'Starting login process') this.currentTotpSecret = (totpSecret && totpSecret.trim()) || undefined - await page.goto('https://rewards.bing.com/signin') + await page.goto('https://www.bing.com/rewards/dashboard') await this.disableFido(page) await page.waitForLoadState('domcontentloaded').catch(()=>{}) await this.bot.browser.utils.reloadBadPage(page)