fix: WhatsApp Autentication by oguzhan51 (#237)

The selector used to detect successful authentication was changed in WhatsApp Web v2.2023.2

Co-authored-by: oguzhan51
This commit is contained in:
Caio Henrique Agiani
2020-06-04 21:03:44 -03:00
committed by Pedro Lopez
parent c032ea4387
commit 9c9b3c4441

View File

@@ -68,7 +68,7 @@ class Client extends EventEmitter {
timeout: 0,
});
const KEEP_PHONE_CONNECTED_IMG_SELECTOR = '[data-asset-intro-image="true"]';
const KEEP_PHONE_CONNECTED_IMG_SELECTOR = '[data-asset-intro-image-light="true"]';
if (this.options.session) {
// Check if session restore was successfull