feat: update sign-in URL to redirect to the rewards dashboard

This commit is contained in:
2025-11-04 22:23:58 +01:00
parent 76c7ce3100
commit 411b435555
2 changed files with 2 additions and 2 deletions

View File

@@ -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