mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-28 10:51:03 +00:00
fix: select wrong button when Attempting to bypass "Get code" (#437)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -10,4 +10,5 @@ note
|
|||||||
accounts.dev.json
|
accounts.dev.json
|
||||||
accounts.main.json
|
accounts.main.json
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.playwright-chromium-installed
|
.playwright-chromium-installed
|
||||||
|
bun.lock
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ export class Login {
|
|||||||
totpInput: 'input[name="otc"]',
|
totpInput: 'input[name="otc"]',
|
||||||
totpInputOld: 'form[name="OneTimeCodeViewForm"]',
|
totpInputOld: 'form[name="OneTimeCodeViewForm"]',
|
||||||
identityBanner: '[data-testid="identityBanner"]',
|
identityBanner: '[data-testid="identityBanner"]',
|
||||||
viewFooter: '[data-testid="viewFooter"] span[role="button"]',
|
viewFooter: '[data-testid="viewFooter"] span[role="button"] >> nth=-1',
|
||||||
bingProfile: '#id_n',
|
bingProfile: '#id_n',
|
||||||
requestToken: 'input[name="__RequestVerificationToken"]',
|
requestToken: 'input[name="__RequestVerificationToken"]',
|
||||||
requestTokenMeta: 'meta[name="__RequestVerificationToken"]'
|
requestTokenMeta: 'meta[name="__RequestVerificationToken"]'
|
||||||
|
|||||||
Reference in New Issue
Block a user