acsi-core 0.1.87 → 0.1.88

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.
package/dist/index.js CHANGED
@@ -1735,6 +1735,7 @@ var useLogin = function useLogin(onNavigate, trackEvent) {
1735
1735
  return Promise.resolve(apiSendEmailCode(body)).then(function (res) {
1736
1736
  var data = res.data;
1737
1737
  if (data.success) {
1738
+ setTimeLeft(minutes * 60);
1738
1739
  setIsScreenCode(true);
1739
1740
  } else {
1740
1741
  dispatch(setLoading(false));