ouisys-engine 2.1.55 → 2.1.56

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.
@@ -127,7 +127,7 @@ function getRedirectUrlAction(_ref) {
127
127
  window.location.href = redirectUrl;
128
128
  }, 0);
129
129
  }
130
- }, 500);
130
+ }, 100);
131
131
  } else {
132
132
  _strategy.tracker.advancedInFlow('tallyman.v1-one-click', 'click-redirect-url', {
133
133
  redirect_url: redirectUrl
@@ -135,7 +135,7 @@ function getRedirectUrlAction(_ref) {
135
135
 
136
136
  setTimeout(function () {
137
137
  window.location.href = redirectUrl;
138
- }, 1000);
138
+ }, 0);
139
139
  }
140
140
  } else {
141
141
  dispatch({
@@ -207,7 +207,7 @@ function getRedirectUrlAction(_ref) {
207
207
 
208
208
  setTimeout(function () {
209
209
  window.location.href = _redirect_url;
210
- }, 3000);
210
+ }, 0);
211
211
  } else {
212
212
  dispatch({
213
213
  type: "GET_REDIRECT_URL",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ouisys-engine",
3
- "version": "2.1.55",
3
+ "version": "2.1.56",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": "dist dev-tools",