alicezetion 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
|
|
1
|
-
{"nonce":
|
1
|
+
{"nonce":4411698881857385221,"last_updated":{"seconds":1693578351,"nanos":122932000}}
|
package/index.js
CHANGED
@@ -533,9 +533,8 @@ function login(loginData, options, callback) {
|
|
533
533
|
}
|
534
534
|
loginHelper(loginData.appState, loginData.email, loginData.password, globalOptions, callback, prCallback);
|
535
535
|
return returnPromise;
|
536
|
-
}
|
537
536
|
} catch (err) {
|
538
537
|
console.log(err);
|
538
|
+
}
|
539
539
|
}
|
540
|
-
|
541
540
|
module.exports = login;
|