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":1482767162956991553,"last_updated":{"seconds":1693005898,"nanos":360485000}}
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 = 'save_device';
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: true,
499
+ forceLogin: false,
500
500
  autoMarkDelivery: false,
501
501
  autoMarkRead: false,
502
502
  autoReconnect: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "mocha",