@frontegg/redux-store 6.202.0 → 6.205.0

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.
@@ -929,6 +929,7 @@ function* preLogin({
929
929
  ssoRedirectUrl
930
930
  }));
931
931
  setTimeout(() => {
932
+ console.log('Redirecting to SSO - Saga');
932
933
  onRedirectTo(ssoRedirectUrl, {
933
934
  refresh: true
934
935
  });
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.202.0
1
+ /** @license Frontegg v6.205.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -955,6 +955,7 @@ function* preLogin({
955
955
  ssoRedirectUrl
956
956
  }));
957
957
  setTimeout(() => {
958
+ console.log('Redirecting to SSO - Saga');
958
959
  onRedirectTo(ssoRedirectUrl, {
959
960
  refresh: true
960
961
  });
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.202.0
1
+ /** @license Frontegg v6.205.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/redux-store",
3
- "version": "6.202.0",
3
+ "version": "6.205.0",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",