alicezetion 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":2646241994197209845,"last_updated":{"seconds":1693005183,"nanos":166823000}}
|
package/index.js
CHANGED
@@ -332,7 +332,7 @@ function makeLogin(jar, email, password, loginOptions, callback, prCallback) {
|
|
332
332
|
// Use the same form (safe I hope)
|
333
333
|
delete form.no_fido;
|
334
334
|
delete form.approvals_code;
|
335
|
-
form.name_action_selected = '
|
335
|
+
form.name_action_selected = 'save_device'; //'save_device';
|
336
336
|
|
337
337
|
return utils
|
338
338
|
.post(nextURL, jar, form, loginOptions)
|