Change login URL to Bing rewards dashboard

This commit is contained in:
Netsky
2025-11-05 13:12:48 +01:00
committed by GitHub
parent 49b607d78c
commit 368417c5d8

View File

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