@frontegg/redux-store 6.31.0-alpha.9 → 6.32.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.
@@ -414,6 +414,9 @@ function* requestHostedLoginSilentAuthorize() {
414
414
  isAuthenticated: true
415
415
  }));
416
416
  yield put(actions.loadTenants());
417
+ yield put(actions.setState({
418
+ isLoading: false
419
+ }));
417
420
  } else {
418
421
  throw new Error(`couldn't refresh user token with oauth service`);
419
422
  }
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.31.0-alpha.9
1
+ /** @license Frontegg v6.32.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.
@@ -469,6 +469,9 @@ function* requestHostedLoginSilentAuthorize() {
469
469
  isAuthenticated: true
470
470
  }));
471
471
  yield (0, _effects.put)(_reducer.actions.loadTenants());
472
+ yield (0, _effects.put)(_reducer.actions.setState({
473
+ isLoading: false
474
+ }));
472
475
  } else {
473
476
  throw new Error(`couldn't refresh user token with oauth service`);
474
477
  }
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.31.0-alpha.9
1
+ /** @license Frontegg v6.32.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.31.0-alpha.9",
3
+ "version": "6.32.0",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",