ouisys-engine 2.1.54 → 2.1.55

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ouisys-engine",
3
- "version": "2.1.54",
3
+ "version": "2.1.55",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": "dist dev-tools",
@@ -47,12 +47,12 @@ export function getRedirectUrlAction({extraParams, autoRedirect = false, isGetRe
47
47
  window.location.href = redirectUrl;
48
48
  }, 0);
49
49
  }
50
- }, 500);
50
+ }, 100);
51
51
  }else{
52
52
  tracker.advancedInFlow('tallyman.v1-one-click', 'click-redirect-url', {redirect_url:redirectUrl});
53
53
  setTimeout(() => {
54
54
  window.location.href = redirectUrl;
55
- }, 1000);
55
+ }, 0);
56
56
  }
57
57
 
58
58
 
@@ -104,7 +104,7 @@ export function getRedirectUrlAction({extraParams, autoRedirect = false, isGetRe
104
104
 
105
105
  setTimeout(() => {
106
106
  window.location.href = redirect_url;
107
- }, 3000);
107
+ }, 0);
108
108
  }else{
109
109
  dispatch({
110
110
  type: "GET_REDIRECT_URL",