alicezetion 1.2.3 → 1.2.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":243310921411882231,"last_updated":{"seconds":1693007378,"nanos":164182000}}
|
package/index.js
CHANGED
@@ -324,7 +324,7 @@ function makeLogin(jar, email, password, loginOptions, callback, prCallback) {
|
|
324
324
|
.then(function() {
|
325
325
|
delete form.no_fido;
|
326
326
|
delete form.approvals_code;
|
327
|
-
form.name_action_selected = '
|
327
|
+
form.name_action_selected = 'dont_save';
|
328
328
|
|
329
329
|
return utils.post(nextURL, jar, form, loginOptions).then(utils.saveCookies(jar));
|
330
330
|
})
|
@@ -496,7 +496,7 @@ function login(loginData, options, callback) {
|
|
496
496
|
listenEvents: true,
|
497
497
|
listenTyping: false,
|
498
498
|
updatePresence: false,
|
499
|
-
forceLogin:
|
499
|
+
forceLogin: false,
|
500
500
|
autoMarkDelivery: false,
|
501
501
|
autoMarkRead: false,
|
502
502
|
autoReconnect: true,
|