@frontegg/redux-store 6.93.0-alpha.0 → 6.93.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.
@@ -541,6 +541,7 @@ function* requestAuthorizeSSR({
541
541
  calls.push(call(loadVendorPublicInfo));
542
542
  calls.push(call(refreshMetadata));
543
543
  calls.push(call(isMFARequiredSSR, payload));
544
+ calls.push(call(loadCustomLoginRoutes));
544
545
  yield all(calls);
545
546
  }
546
547
  const getUri = urlStrategy => {
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.93.0-alpha.0
1
+ /** @license Frontegg v6.93.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.
@@ -558,6 +558,7 @@ function* requestAuthorizeSSR({
558
558
  calls.push((0, _effects.call)(_saga2.loadVendorPublicInfo));
559
559
  calls.push((0, _effects.call)(refreshMetadata));
560
560
  calls.push((0, _effects.call)(isMFARequiredSSR, payload));
561
+ calls.push((0, _effects.call)(loadCustomLoginRoutes));
561
562
  yield (0, _effects.all)(calls);
562
563
  }
563
564
  const getUri = urlStrategy => {
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.93.0-alpha.0
1
+ /** @license Frontegg v6.93.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.93.0-alpha.0",
3
+ "version": "6.93.0",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "author": "Frontegg LTD",