@social-mail/social-mail-client 1.8.159 → 1.8.160

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.
@@ -48286,7 +48286,10 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
48286
48286
  return __awaiter(this, void 0, void 0, function* () {
48287
48287
  var _a;
48288
48288
  this.model = yield this.userService.getCurrent();
48289
- this.pendingPhoneVerification = (_a = this.model.authFactors) === null || _a === void 0 ? void 0 : _a.find(x => x.method === "otp-in" && x.verified === false && x.verificationToken !== null);
48289
+ this.pendingPhoneVerification = (_a = this.model.authFactors) === null || _a === void 0 ? void 0 : _a.find(x => {
48290
+ var _a;
48291
+ return x.method === "otp-in" && x.verified === false && ((_a = x.verificationToken) === null || _a === void 0 ? void 0 : _a.verificationID) > 0;
48292
+ });
48290
48293
  const {
48291
48294
  multiFactor
48292
48295
  } = this.model;