@stokr/components-library 2.3.41-beta.6 → 2.3.41-beta.8

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.
@@ -136,7 +136,7 @@ var ResetPasswordModal = function ResetPasswordModal(_ref) {
136
136
  case 0:
137
137
  _context2.prev = 0;
138
138
  _context2.next = 3;
139
- return (0, _fetchData.default)('auth/resend-activation-email', {
139
+ return (0, _fetchData.default)('/api/v1/auth/resend-activation-email', {
140
140
  method: 'POST',
141
141
  headers: {
142
142
  'Content-Type': 'application/json'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stokr/components-library",
3
- "version": "2.3.41-beta.6",
3
+ "version": "2.3.41-beta.8",
4
4
  "description": "STOKR - Components Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",