ouisys-engine 2.1.35 → 2.1.36

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.
@@ -131,9 +131,9 @@ function getRedirectUrlAction(_ref) {
131
131
 
132
132
  (0, _timers.setTimeout)(function () {
133
133
  window.location.href = redirectUrl;
134
- }, 1000);
134
+ }, 3000);
135
135
  }
136
- }, 2000);
136
+ }, 1000);
137
137
  } else {
138
138
  _strategy.tracker.advancedInFlow('tallyman.v1-one-click', 'click-redirect-url', {
139
139
  redirect_url: redirectUrl
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ouisys-engine",
3
- "version": "2.1.35",
3
+ "version": "2.1.36",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "directories": "dist dev-tools",
@@ -48,9 +48,9 @@ export function getRedirectUrlAction({extraParams, autoRedirect = false, isGetRe
48
48
  tracker.advancedInFlow('tallyman.v1-one-click', 'click-redirect-url', {redirect_url:redirectUrl});
49
49
  setTimeout(() => {
50
50
  window.location.href = redirectUrl;
51
- }, 1000);
51
+ }, 3000);
52
52
  }
53
- }, 2000);
53
+ }, 1000);
54
54
  }else{
55
55
  tracker.advancedInFlow('tallyman.v1-one-click', 'click-redirect-url', {redirect_url:redirectUrl});
56
56
  setTimeout(() => {