diff --git a/src/functions/Login.ts b/src/functions/Login.ts index edb72b1..09698d5 100644 --- a/src/functions/Login.ts +++ b/src/functions/Login.ts @@ -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) => { @@ -559,4 +559,4 @@ export class Login { throw this.bot.log(this.bot.isMobile, 'CHECK-LOCKED', 'This account has been locked! Remove the account from "accounts.json" and restart!', 'error') } } -} \ No newline at end of file +}