Change Bing login URL to rewards dashboard

Updated the Bing login URL to redirect to the rewards dashboard.
This commit is contained in:
Netsky
2025-11-05 13:12:28 +01:00
committed by GitHub
parent f857b3ad1a
commit 3b21f45fcc

View File

@@ -35,7 +35,7 @@ export class Login {
this.bot.log(this.bot.isMobile, 'LOGIN', 'Starting login process!')
// Navigate to the Bing login page
await page.goto('https://rewards.bing.com/signin')
await page.goto('https://www.bing.com/rewards/dashboard')
// Disable FIDO support in login request
await page.route('**/GetCredentialType.srf*', (route: any) => {