authscape 1.0.454 → 1.0.456

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/index.js CHANGED
@@ -343,7 +343,8 @@ function AuthScapeApp(_ref) {
343
343
  setIsLoading: setIsLoading,
344
344
  toast: _reactToastify.toast,
345
345
  store: useStore,
346
- setToastMessage: setToastMessage
346
+ setToastMessage: setToastMessage,
347
+ pageProps: pageProps
347
348
  }), layout == null && /*#__PURE__*/_react["default"].createElement(Component, _extends({}, pageProps, {
348
349
  currentUser: signedInUser.current,
349
350
  loadedUser: frontEndLoadedState,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.454",
3
+ "version": "1.0.456",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -314,7 +314,8 @@ export function AuthScapeApp ({Component, layout, loadingLayout, pageProps, muiT
314
314
  setIsLoading: setIsLoading,
315
315
  toast: toast,
316
316
  store: useStore,
317
- setToastMessage: setToastMessage
317
+ setToastMessage: setToastMessage,
318
+ pageProps: pageProps
318
319
  })}
319
320
 
320
321
  {layout == null &&