@social-mail/social-mail-client 1.4.78 → 1.4.79
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.
|
@@ -22506,7 +22506,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
|
|
|
22506
22506
|
delete this.model.phone.addresses;
|
|
22507
22507
|
const {
|
|
22508
22508
|
userID
|
|
22509
|
-
} = yield FetchBuilder.post("/social-mail/
|
|
22509
|
+
} = yield FetchBuilder.post("/social-mail/site/signup").jsonBody(this.model).asJson();
|
|
22510
22510
|
if (userID) {
|
|
22511
22511
|
location.reload();
|
|
22512
22512
|
}
|