mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-11 17:56:15 +00:00
fix: improve email typing with verification and remove example accounts file
This commit is contained in:
@@ -322,7 +322,8 @@ export class Login {
|
||||
if (checkCount % 3 === 0) {
|
||||
await Promise.allSettled([
|
||||
this.passkeyHandler.handlePasskeyPrompts(page, 'oauth'),
|
||||
this.totpHandler.tryAutoTotp(page, 'mobile-oauth')
|
||||
this.totpHandler.tryAutoTotp(page, 'mobile-oauth'),
|
||||
this.bot.browser.utils.tryDismissAllMessages(page)
|
||||
])
|
||||
}
|
||||
|
||||
@@ -837,7 +838,8 @@ export class Login {
|
||||
if (checkCount % 3 === 0) {
|
||||
await Promise.allSettled([
|
||||
this.passkeyHandler.handlePasskeyPrompts(page, 'main'),
|
||||
this.totpHandler.tryAutoTotp(page, 'post-password wait')
|
||||
this.totpHandler.tryAutoTotp(page, 'post-password wait'),
|
||||
this.bot.browser.utils.tryDismissAllMessages(page)
|
||||
])
|
||||
} else {
|
||||
await this.passkeyHandler.handlePasskeyPrompts(page, 'main')
|
||||
|
||||
Reference in New Issue
Block a user