mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 19:06:18 +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.bot.log(this.bot.isMobile, 'LOGIN', 'Starting login process')
|
||||||
this.currentTotpSecret = (totpSecret && totpSecret.trim()) || undefined
|
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 this.disableFido(page)
|
||||||
await page.waitForLoadState('domcontentloaded').catch(()=>{})
|
await page.waitForLoadState('domcontentloaded').catch(()=>{})
|
||||||
await this.bot.browser.utils.reloadBadPage(page)
|
await this.bot.browser.utils.reloadBadPage(page)
|
||||||
|
|||||||
Reference in New Issue
Block a user