diff --git a/.gitignore b/.gitignore index e1fc54d..4a366f9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ note accounts.dev.json accounts.main.json .DS_Store -.playwright-chromium-installed \ No newline at end of file +.playwright-chromium-installed +bun.lock diff --git a/src/browser/auth/Login.ts b/src/browser/auth/Login.ts index 532f4af..e3f3709 100644 --- a/src/browser/auth/Login.ts +++ b/src/browser/auth/Login.ts @@ -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"]', + viewFooter: '[data-testid="viewFooter"] span[role="button"] >> nth=-1', bingProfile: '#id_n', requestToken: 'input[name="__RequestVerificationToken"]', requestTokenMeta: 'meta[name="__RequestVerificationToken"]'