contentoh-components-library 21.4.79 → 21.4.80

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.
@@ -162,7 +162,7 @@ var EditGroup = function EditGroup(_ref) {
162
162
  _context.next = 3;
163
163
  return _axios.default.post("".concat(process.env.REACT_APP_GROUPS_ENDPOINT, "/get"), {}, {
164
164
  headers: {
165
- Authorization: sessionStorage.getItem("jwt")
165
+ Authorization: token
166
166
  }
167
167
  });
168
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentoh-components-library",
3
- "version": "21.4.79",
3
+ "version": "21.4.80",
4
4
  "dependencies": {
5
5
  "@aws-amplify/auth": "^4.5.3",
6
6
  "@aws-amplify/datastore": "^3.11.0",
@@ -67,7 +67,7 @@ export const EditGroup = ({ token }) => {
67
67
  {},
68
68
  {
69
69
  headers: {
70
- Authorization: sessionStorage.getItem("jwt"),
70
+ Authorization: token,
71
71
  },
72
72
  }
73
73
  );