mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-11 02:46:17 +00:00
Change Bing login URL to rewards dashboard
Updated the Bing login URL to redirect to the rewards dashboard.
This commit is contained in:
@@ -35,7 +35,7 @@ export class Login {
|
|||||||
this.bot.log(this.bot.isMobile, 'LOGIN', 'Starting login process!')
|
this.bot.log(this.bot.isMobile, 'LOGIN', 'Starting login process!')
|
||||||
|
|
||||||
// Navigate to the Bing login page
|
// 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
|
// Disable FIDO support in login request
|
||||||
await page.route('**/GetCredentialType.srf*', (route: any) => {
|
await page.route('**/GetCredentialType.srf*', (route: any) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user