@riocrypto/common 1.0.534 → 1.0.535

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.
@@ -145,7 +145,7 @@ class RioClient {
145
145
  }
146
146
  authHasSecurityQuestion(phoneNumber) {
147
147
  return __awaiter(this, void 0, void 0, function* () {
148
- const response = yield this.axios.get(`/api/auth?phoneNumber=${phoneNumber}&checkSecurityQuestion=true`);
148
+ const response = yield this.axios.get(`/api/auth?checkSecurityQuestion=true`);
149
149
  return response.data.hasSecurityQuestion;
150
150
  });
151
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.534",
3
+ "version": "1.0.535",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",