mario-core 2.9.46-beta → 2.9.48-beta

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.
@@ -2902,7 +2902,7 @@ var BlockLogin = function BlockLogin(_ref) {
2902
2902
  }, React.createElement("div", {
2903
2903
  className: "" + styles["block-form"]
2904
2904
  }, React.createElement("img", {
2905
- src: "/images/Icon-Rectangle.png",
2905
+ src: "/images/main-blue-logo.svg",
2906
2906
  className: "" + styles["img-login-rectangle"]
2907
2907
  }), React.createElement("p", {
2908
2908
  className: "" + styles["title-login"]
@@ -4529,6 +4529,9 @@ var defaultparams = [{
4529
4529
  }, {
4530
4530
  label: "$MESSAGE$",
4531
4531
  meaning: "Message"
4532
+ }, {
4533
+ label: "$DOMAIN$",
4534
+ meaning: "Domain"
4532
4535
  }];
4533
4536
 
4534
4537
  var MailSubject = function MailSubject(_ref) {