blixify-ui-web 0.4.193 → 0.4.194

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.
@@ -105,7 +105,7 @@ var handleUpdateMobile = function (space, userId, phoneNumber, create) { return
105
105
  case 0:
106
106
  _b.trys.push([0, 3, , 4]);
107
107
  if (!space.authCustomAPI) return [3 /*break*/, 2];
108
- dataLink = "".concat(space.authCustomAPI, "/").concat(create ? "create" : "email");
108
+ dataLink = "".concat(space.authCustomAPI, "/").concat(create ? "create" : "phone");
109
109
  return [4 /*yield*/, axios_1.default.post(dataLink, {
110
110
  userId: userId,
111
111
  phoneNumber: phoneNumber,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blixify-ui-web",
3
- "version": "0.4.193",
3
+ "version": "0.4.194",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "private": false,