authscape 1.0.616 → 1.0.618

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
@@ -5937,7 +5937,7 @@ function PrivateLabelEditor(_ref) {
5937
5937
  }();
5938
5938
  (0, _react.useEffect)(function () {
5939
5939
  if (loadedUser) {
5940
- FetchOEMDData();
5940
+ FetchOEMData();
5941
5941
  }
5942
5942
  }, [loadedUser]);
5943
5943
  var _React$useState = _react["default"].useState({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.616",
3
+ "version": "1.0.618",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -126,7 +126,7 @@ export function PrivateLabelEditor({loadedUser, notification, showAllDomains = f
126
126
 
127
127
  if (loadedUser)
128
128
  {
129
- FetchOEMDData();
129
+ FetchOEMData();
130
130
  }
131
131
 
132
132
  }, [loadedUser]);