@social-mail/social-mail-client 1.8.160 → 1.8.162
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.
- package/dist/admin/AdminAppIndex.pack.js +1 -1
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/common/pages/user/multi-factor/SetupMultiFactorPage.js +1 -1
- package/dist/common/pages/user/multi-factor/SetupMultiFactorPage.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +6 -6
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js +5 -5
- package/dist/site-editor-app/pages/websites/studio/WebSiteStudioPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +1 -1
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common/pages/user/multi-factor/SetupMultiFactorPage.tsx +1 -1
- package/src/site-editor-app/pages/websites/studio/WebSiteStudioPage.tsx +1 -1
|
@@ -48386,7 +48386,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
|
|
|
48386
48386
|
}
|
|
48387
48387
|
verifyCellPhone() {
|
|
48388
48388
|
return __awaiter(this, void 0, void 0, function* () {
|
|
48389
|
-
const pv = this.pendingPhoneVerification;
|
|
48389
|
+
const pv = this.pendingPhoneVerification || this.model.authFactors.find(x => x.method === "otp-in" && x.verificationToken);
|
|
48390
48390
|
if (!pv) {
|
|
48391
48391
|
return yield this.addCellPhone();
|
|
48392
48392
|
}
|