mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-24 08:51:04 +00:00
Apply yellowBright color on LOGIN-PASSWORDLESS events for visibility and fixes mobile flow failed (need tests) (#442)
* Apply yellowBright color on LOGIN-PASSWORDLESS events for visibility * Fix Mobile flow failed for abc@email.com: Request failed with status code 400 Fixes #441
This commit is contained in:
@@ -55,7 +55,7 @@ export class Login {
|
||||
totpInput: 'input[name="otc"]',
|
||||
totpInputOld: 'form[name="OneTimeCodeViewForm"]',
|
||||
identityBanner: '[data-testid="identityBanner"]',
|
||||
viewFooter: '[data-testid="viewFooter"] span[role="button"] >> nth=-1',
|
||||
viewFooter: '[data-testid="viewFooter"] >> [role="button"]',
|
||||
bingProfile: '#id_n',
|
||||
requestToken: 'input[name="__RequestVerificationToken"]',
|
||||
requestTokenMeta: 'meta[name="__RequestVerificationToken"]'
|
||||
|
||||
Reference in New Issue
Block a user