mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-10 18:36:17 +00:00
Change login URL to Bing rewards dashboard
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user