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([