From 368417c5d8425c1046e7d5c542a88d728642162a Mon Sep 17 00:00:00 2001 From: Netsky <56271887+TheNetsky@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:12:48 +0100 Subject: [PATCH] Change login URL to Bing rewards dashboard --- src/functions/Login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)