From 411b435555d65385061e88fc486d4d56503062e6 Mon Sep 17 00:00:00 2001 From: LightZirconite Date: Tue, 4 Nov 2025 22:23:58 +0100 Subject: [PATCH] feat: update sign-in URL to redirect to the rewards dashboard --- src/constants.ts | 2 +- src/functions/Login.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 0488155..a3f2ed8 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -68,7 +68,7 @@ export const SELECTORS = { export const URLS = { REWARDS_BASE: 'https://rewards.bing.com', - REWARDS_SIGNIN: 'https://rewards.bing.com/signin', + REWARDS_SIGNIN: 'https://www.bing.com/rewards/dashboard', APP_USER_DATA: 'https://prod.rewardsplatform.microsoft.com/dapi/me?channel=SAAndroid&options=613' } as const diff --git a/src/functions/Login.ts b/src/functions/Login.ts index de0ed42..9dd04c5 100644 --- a/src/functions/Login.ts +++ b/src/functions/Login.ts @@ -102,7 +102,7 @@ export class Login { return } - await page.goto('https://rewards.bing.com/signin', { waitUntil: 'domcontentloaded' }) + await page.goto('https://www.bing.com/rewards/dashboard', { waitUntil: 'domcontentloaded' }) await this.disableFido(page) const [, , portalCheck] = await Promise.allSettled([