authscape 1.0.446 → 1.0.450
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 +1 -1
- package/package.json +1 -1
- package/src/components/AuthScapeApp.js +1 -1
package/index.js
CHANGED
|
@@ -342,7 +342,7 @@ function AuthScapeApp(_ref) {
|
|
|
342
342
|
setIsLoading: setIsLoading,
|
|
343
343
|
toast: _reactToastify.toast,
|
|
344
344
|
store: useStore,
|
|
345
|
-
|
|
345
|
+
setToastMessage: setToastMessage
|
|
346
346
|
}), layout == null && /*#__PURE__*/_react["default"].createElement(Component, _extends({}, pageProps, {
|
|
347
347
|
currentUser: signedInUser.current,
|
|
348
348
|
toast: _reactToastify.toast,
|
package/package.json
CHANGED
|
@@ -310,7 +310,7 @@ export function AuthScapeApp ({Component, layout, loadingLayout, pageProps, muiT
|
|
|
310
310
|
setIsLoading: setIsLoading,
|
|
311
311
|
toast: toast,
|
|
312
312
|
store: useStore,
|
|
313
|
-
|
|
313
|
+
setToastMessage: setToastMessage
|
|
314
314
|
})}
|
|
315
315
|
|
|
316
316
|
{layout == null &&
|