@social-mail/social-mail-hosted-web 1.2.12 → 1.2.13

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.
@@ -16507,6 +16507,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dis
16507
16507
  }
16508
16508
  init() {
16509
16509
  return __awaiter(this, void 0, void 0, function* () {
16510
+ this.hideToolbar = true;
16510
16511
  this.element.className = css;
16511
16512
  this.title = "Social Mail Signup";
16512
16513
  const {
@@ -16553,7 +16554,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dis
16553
16554
  }), XNode.create(MaskedInput, {
16554
16555
  "data-mask": Bind.oneWayAsync(() => formatForCountry(this.model.country)),
16555
16556
  value: Bind.twoWaysImmediate(() => this.model.phoneNumberText)
16556
- }))), XNode.create("div", null, "We require phone numer verification to prevent misuse and fraud over the email. And it will also help you in setting up two factor authentication to prevent hackers from accessing your private emails."), XNode.create("br", null), XNode.create("br", null), XNode.create(FormField, {
16557
+ }))), XNode.create("div", null, "We require phone number verification to prevent misuse and fraud over the email. And it will also help you in setting up two factor authentication to prevent hackers from accessing your private emails."), XNode.create("br", null), XNode.create("br", null), XNode.create(FormField, {
16557
16558
  label: "Captcha"
16558
16559
  }, XNode.create("img", {
16559
16560
  src: `/api/users/captcha/${id}`