authhero 8.25.2 → 8.26.1

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.
Files changed (38) hide show
  1. package/dist/authhero.cjs +116 -116
  2. package/dist/authhero.d.ts +165 -137
  3. package/dist/authhero.mjs +102 -87
  4. package/dist/tsconfig.types.tsbuildinfo +1 -1
  5. package/dist/types/authentication-flows/passwordless.d.ts +4 -4
  6. package/dist/types/helpers/codes-cleanup.d.ts +28 -0
  7. package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
  8. package/dist/types/index.d.ts +136 -134
  9. package/dist/types/routes/auth-api/index.d.ts +24 -24
  10. package/dist/types/routes/auth-api/passwordless.d.ts +6 -6
  11. package/dist/types/routes/auth-api/register/index.d.ts +2 -2
  12. package/dist/types/routes/auth-api/revoke.d.ts +6 -6
  13. package/dist/types/routes/auth-api/token.d.ts +10 -10
  14. package/dist/types/routes/management-api/action-executions.d.ts +1 -1
  15. package/dist/types/routes/management-api/action-triggers.d.ts +1 -1
  16. package/dist/types/routes/management-api/actions.d.ts +1 -1
  17. package/dist/types/routes/management-api/authentication-methods.d.ts +1 -1
  18. package/dist/types/routes/management-api/branding.d.ts +1 -1
  19. package/dist/types/routes/management-api/clients.d.ts +10 -10
  20. package/dist/types/routes/management-api/connections.d.ts +5 -5
  21. package/dist/types/routes/management-api/custom-domains.d.ts +8 -8
  22. package/dist/types/routes/management-api/email-templates.d.ts +18 -18
  23. package/dist/types/routes/management-api/failed-events.d.ts +1 -1
  24. package/dist/types/routes/management-api/guardian.d.ts +5 -5
  25. package/dist/types/routes/management-api/helpers.d.ts +1 -1
  26. package/dist/types/routes/management-api/index.d.ts +99 -99
  27. package/dist/types/routes/management-api/logs.d.ts +4 -4
  28. package/dist/types/routes/management-api/migration-sources.d.ts +6 -6
  29. package/dist/types/routes/management-api/organizations.d.ts +6 -6
  30. package/dist/types/routes/management-api/prompts.d.ts +4 -4
  31. package/dist/types/routes/management-api/roles.d.ts +1 -1
  32. package/dist/types/routes/management-api/tenant-operations.d.ts +4 -4
  33. package/dist/types/routes/management-api/users.d.ts +2 -2
  34. package/dist/types/routes/universal-login/common.d.ts +4 -4
  35. package/dist/types/routes/universal-login/flow-api.d.ts +4 -4
  36. package/dist/types/routes/universal-login/u2-index.d.ts +5 -5
  37. package/dist/types/routes/universal-login/u2-routes.d.ts +5 -5
  38. package/package.json +6 -6
package/dist/authhero.mjs CHANGED
@@ -8799,7 +8799,7 @@ var qne = (e, t) => {
8799
8799
  }, Xd = (e, t, n, r) => {
8800
8800
  let i = Qne(t, n, r);
8801
8801
  e.header("Set-Cookie", i, { append: !0 });
8802
- }, Zd = "mrng36fy", $ne = /* @__PURE__ */ p({
8802
+ }, Zd = "mrp5hprf", $ne = /* @__PURE__ */ p({
8803
8803
  common: () => Qd,
8804
8804
  consent: () => $d,
8805
8805
  default: () => ere,
@@ -26839,7 +26839,10 @@ var wj = Ga({ users: r.array(Dt) }), Tj = r.object({
26839
26839
  path: "/",
26840
26840
  request: {
26841
26841
  headers: r.object({ "tenant-id": r.string().optional() }),
26842
- body: { content: { "application/json": { schema: Tt.extend({ password: r.string().optional() }) } } }
26842
+ body: {
26843
+ required: !0,
26844
+ content: { "application/json": { schema: Tt.extend({ password: r.string().optional() }) } }
26845
+ }
26843
26846
  },
26844
26847
  security: [{ Bearer: ["create:users", "auth:write"] }],
26845
26848
  responses: { 201: {
@@ -26851,6 +26854,12 @@ var wj = Ga({ users: r.array(Dt) }), Tj = r.object({
26851
26854
  let t = e.req.valid("json");
26852
26855
  e.set("body", t);
26853
26856
  let n = P(e), { email: r, phone_number: i, name: a, linked_to: o, email_verified: s, provider: c, connection: l, password: u, user_id: d, verify_email: f, last_ip: p, is_social: m, last_login: h, registration_completed_at: g, ...v } = t, y = await e.env.data.connections.get(n, l), b = (y ? aa(y.strategy) : l === j.USERNAME_PASSWORD || gj(c)) ? await hj(e.env, n) : y ? dj(y) : c || l, x = t.user_id, S = `${b}|${x ? Rh(x) : Lh()}`;
26857
+ if (b === "sms" && i && await Bh({
26858
+ userAdapter: e.env.data.users,
26859
+ tenant_id: n,
26860
+ username: i,
26861
+ provider: "sms"
26862
+ })) throw new _(409, { message: "User already exists" });
26854
26863
  try {
26855
26864
  let t;
26856
26865
  u && (t = await Fg(u));
@@ -38826,7 +38835,7 @@ var vR = class extends _ {
38826
38835
  AC: [
38827
38836
  "247",
38828
38837
  "00",
38829
- "(?:[01589]\\d|[46])\\d{4}",
38838
+ "(?:[01589]\\d|[2-467])\\d{4}",
38830
38839
  [5, 6]
38831
38840
  ],
38832
38841
  AD: [
@@ -41043,12 +41052,12 @@ var vR = class extends _ {
41043
41052
  [
41044
41053
  "(\\d{3})(\\d{2})(\\d{2})(\\d{2})",
41045
41054
  "$1 $2 $3 $4",
41046
- ["[57]"]
41055
+ ["5(?:[0-46-9]|5[0-57-9])|7", "5(?:[0-46-9]|5(?:[0-357-9]|44))|7"]
41047
41056
  ],
41048
41057
  [
41049
41058
  "(\\d{3})(\\d{2})(\\d{2})(\\d{2})",
41050
41059
  "$1 $2 $3 $4",
41051
- ["[348]"],
41060
+ ["[3-58]"],
41052
41061
  "0$1"
41053
41062
  ]
41054
41063
  ],
@@ -46001,13 +46010,13 @@ var vR = class extends _ {
46001
46010
  }
46002
46011
  };
46003
46012
  //#endregion
46004
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js
46013
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js
46005
46014
  function bR(e, t) {
46006
46015
  var n = Array.prototype.slice.call(t);
46007
46016
  return n.push(yR), e.apply(this, n);
46008
46017
  }
46009
46018
  //#endregion
46010
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/tools/semver-compare.js
46019
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/tools/semver-compare.js
46011
46020
  function xR(e, t) {
46012
46021
  e = e.split("-"), t = t.split("-");
46013
46022
  for (var n = e[0].split("."), r = t[0].split("."), i = 0; i < 3; i++) {
@@ -46020,19 +46029,19 @@ function xR(e, t) {
46020
46029
  return e[1] && t[1] ? e[1] > t[1] ? 1 : e[1] < t[1] ? -1 : 0 : !e[1] && t[1] ? 1 : e[1] && !t[1] ? -1 : 0;
46021
46030
  }
46022
46031
  //#endregion
46023
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/isObject.js
46032
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/isObject.js
46024
46033
  var SR = {}.constructor;
46025
46034
  function CR(e) {
46026
46035
  return e != null && e.constructor === SR;
46027
46036
  }
46028
46037
  //#endregion
46029
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js
46038
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/isCallingCode.js
46030
46039
  var wR = /^\d+$/;
46031
46040
  function TR(e) {
46032
46041
  return wR.test(e);
46033
46042
  }
46034
46043
  //#endregion
46035
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/metadata.js
46044
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/metadata.js
46036
46045
  function ER(e) {
46037
46046
  "@babel/helpers - typeof";
46038
46047
  return ER = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
@@ -46502,7 +46511,7 @@ function GR(e) {
46502
46511
  typeof t == "number" ? (this.v1 = t === 1, this.v2 = t === 2, this.v3 = t === 3, this.v4 = t === 4) : t ? xR(t, MR) === -1 ? this.v2 = !0 : xR(t, NR) === -1 ? this.v3 = !0 : this.v4 = !0 : this.v1 = !0;
46503
46512
  }
46504
46513
  //#endregion
46505
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js
46514
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js
46506
46515
  function KR(e, t) {
46507
46516
  var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
46508
46517
  if (n) return (n = n.call(e)).next.bind(n);
@@ -46540,7 +46549,7 @@ function YR(e, t) {
46540
46549
  });
46541
46550
  }
46542
46551
  //#endregion
46543
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js
46552
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js
46544
46553
  function XR(e, t, n) {
46545
46554
  return ZR(e, void 0, t, n);
46546
46555
  }
@@ -46558,7 +46567,7 @@ function ZR(e, t, n, r) {
46558
46567
  return c === s ? "IS_POSSIBLE" : c > s ? "TOO_SHORT" : a[a.length - 1] < s ? "TOO_LONG" : a.indexOf(s, 1) >= 0 ? "IS_POSSIBLE" : "INVALID_LENGTH";
46559
46568
  }
46560
46569
  //#endregion
46561
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/isPossible.js
46570
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/isPossible.js
46562
46571
  function QR(e, t, n) {
46563
46572
  /* istanbul ignore if */
46564
46573
  t === void 0 && (t = {});
@@ -46587,12 +46596,12 @@ function $R(e, t) {
46587
46596
  }
46588
46597
  }
46589
46598
  //#endregion
46590
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js
46599
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js
46591
46600
  function ez(e, t) {
46592
46601
  return e ||= "", RegExp("^(?:" + t + ")$").test(e);
46593
46602
  }
46594
46603
  //#endregion
46595
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/getNumberType.js
46604
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/getNumberType.js
46596
46605
  function tz(e, t) {
46597
46606
  var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
46598
46607
  if (n) return (n = n.call(e)).next.bind(n);
@@ -46650,14 +46659,14 @@ function oz(e, t, n) {
46650
46659
  return !r || !r.pattern() || r.possibleLengths() && r.possibleLengths().indexOf(e.length) < 0 ? !1 : ez(e, r.pattern());
46651
46660
  }
46652
46661
  //#endregion
46653
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/isValid.js
46662
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/isValid.js
46654
46663
  function sz(e, t, n) {
46655
46664
  t ||= {};
46656
46665
  var r = new FR(n);
46657
46666
  return r.selectNumberingPlan(e.country || e.countryCallingCode), r.hasTypes() ? az(e, t, r.metadata) !== void 0 : ez(t.v2 ? e.nationalNumber : e.phone, r.nationalNumberPattern());
46658
46667
  }
46659
46668
  //#endregion
46660
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js
46669
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/isCountryCode.js
46661
46670
  var cz = /^[A-Z]{2}$/;
46662
46671
  function lz(e) {
46663
46672
  return cz.test(e);
@@ -46670,7 +46679,7 @@ function uz(e, t) {
46670
46679
  };
46671
46680
  }
46672
46681
  //#endregion
46673
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js
46682
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js
46674
46683
  function dz(e, t, n) {
46675
46684
  var r = new FR(n).getCountryCodesForCallingCode(e);
46676
46685
  return r ? r.filter(function(e) {
@@ -46682,7 +46691,7 @@ function fz(e, t, n) {
46682
46691
  return r.selectNumberingPlan(t), r.numberingPlan.possibleLengths().indexOf(e.length) >= 0;
46683
46692
  }
46684
46693
  //#endregion
46685
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/constants.js
46694
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/constants.js
46686
46695
  var pz = "0-90-9٠-٩۰-۹", mz = "-‐-―−ー-//.. \xA0­​⁠ ()()[]\\[\\]~⁓∼~", hz = "++", gz = RegExp("([" + pz + "])");
46687
46696
  function _z(e, t, n, r) {
46688
46697
  if (t) {
@@ -46697,7 +46706,7 @@ function _z(e, t, n, r) {
46697
46706
  }
46698
46707
  }
46699
46708
  //#endregion
46700
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js
46709
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js
46701
46710
  function vz(e, t) {
46702
46711
  if (e && t.numberingPlan.nationalPrefixForParsing()) {
46703
46712
  var n = RegExp("^(?:" + t.numberingPlan.nationalPrefixForParsing() + ")"), r = n.exec(e);
@@ -46723,7 +46732,7 @@ function vz(e, t) {
46723
46732
  return { nationalNumber: e };
46724
46733
  }
46725
46734
  //#endregion
46726
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js
46735
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js
46727
46736
  function yz(e, t) {
46728
46737
  var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
46729
46738
  if (n) return (n = n.call(e)).next.bind(n);
@@ -46767,7 +46776,7 @@ function Cz(e, t) {
46767
46776
  if (i) return i.length === 1 ? i[0] : Sz(n, i, r.metadata);
46768
46777
  }
46769
46778
  //#endregion
46770
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js
46779
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js
46771
46780
  function wz(e, t, n) {
46772
46781
  var r = vz(e, n), i = r.carrierCode, a = r.nationalNumber;
46773
46782
  return a !== e && (!Tz(e, a, n) || n.numberingPlan.possibleLengths() && (t ||= Cz(n.numberingPlan.callingCode(), {
@@ -46789,7 +46798,7 @@ function Ez(e, t, n) {
46789
46798
  }
46790
46799
  }
46791
46800
  //#endregion
46792
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js
46801
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js
46793
46802
  function Dz(e, t, n, r, i) {
46794
46803
  if (!(t || n || r)) return { number: e };
46795
46804
  var a = t || n ? UR(t || n, i) : r;
@@ -46805,7 +46814,7 @@ function Dz(e, t, n, r, i) {
46805
46814
  return { number: e };
46806
46815
  }
46807
46816
  //#endregion
46808
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js
46817
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js
46809
46818
  function Oz(e, t, n, r, i) {
46810
46819
  if (!e) return {};
46811
46820
  var a;
@@ -46837,12 +46846,12 @@ function Oz(e, t, n, r, i) {
46837
46846
  return {};
46838
46847
  }
46839
46848
  //#endregion
46840
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js
46849
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js
46841
46850
  function kz(e) {
46842
46851
  return e.replace(RegExp(`[${mz}]+`, "g"), " ").trim();
46843
46852
  }
46844
46853
  //#endregion
46845
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js
46854
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js
46846
46855
  var Az = /(\$\d)/;
46847
46856
  function jz(e, t, n) {
46848
46857
  var r = n.useInternationalFormat, i = n.withNationalPrefix;
@@ -46851,7 +46860,7 @@ function jz(e, t, n) {
46851
46860
  return r ? kz(a) : a;
46852
46861
  }
46853
46862
  //#endregion
46854
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js
46863
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js
46855
46864
  var Mz = /^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;
46856
46865
  function Nz(e, t, n) {
46857
46866
  var r = new FR(n);
@@ -46859,7 +46868,7 @@ function Nz(e, t, n) {
46859
46868
  if (Mz.test(r.IDDPrefix())) return r.IDDPrefix();
46860
46869
  }
46861
46870
  //#endregion
46862
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js
46871
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js
46863
46872
  var Pz = ";ext=", Fz = function(e) {
46864
46873
  return `([${pz}]{1,${e}})`;
46865
46874
  };
@@ -46868,7 +46877,7 @@ function Iz(e) {
46868
46877
  return p + "|" + m + "|" + h + "|" + g + "|" + _ + "|" + v;
46869
46878
  }
46870
46879
  //#endregion
46871
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js
46880
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js
46872
46881
  var Lz = "[" + pz + "]{2}", Rz = "[" + hz + "]{0,1}(?:[" + mz + "]*[" + pz + "]){3,}[" + mz + pz + "]*", zz = RegExp("^[" + hz + "]{0,1}(?:[" + mz + "]*[" + pz + "]){1,2}$", "i"), Bz = Rz + "(?:" + Iz() + ")?", Vz = RegExp("^" + Lz + "$|^" + Bz + "$", "i");
46873
46882
  function Hz(e) {
46874
46883
  return e.length >= 2 && Vz.test(e);
@@ -46877,7 +46886,7 @@ function Uz(e) {
46877
46886
  return zz.test(e);
46878
46887
  }
46879
46888
  //#endregion
46880
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/RFC3966.js
46889
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/RFC3966.js
46881
46890
  function Wz(e) {
46882
46891
  var t = e.number, n = e.ext;
46883
46892
  if (!t) return "";
@@ -46885,7 +46894,7 @@ function Wz(e) {
46885
46894
  return `tel:${t}${n ? ";ext=" + n : ""}`;
46886
46895
  }
46887
46896
  //#endregion
46888
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/format.js
46897
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/format.js
46889
46898
  var Gz = { formatExtension: function(e, t, n) {
46890
46899
  return `${e}${n.ext()}${t}`;
46891
46900
  } };
@@ -46956,7 +46965,7 @@ function Qz(e, t) {
46956
46965
  }
46957
46966
  }
46958
46967
  //#endregion
46959
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/PhoneNumber.js
46968
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/PhoneNumber.js
46960
46969
  function $z(e) {
46961
46970
  "@babel/helpers - typeof";
46962
46971
  return $z = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
@@ -47110,7 +47119,7 @@ var cB = /*#__PURE__*/ function() {
47110
47119
  ]);
47111
47120
  }(), lB = /^\+\d+$/;
47112
47121
  //#endregion
47113
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/ParseError.js
47122
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/ParseError.js
47114
47123
  function uB(e) {
47115
47124
  "@babel/helpers - typeof";
47116
47125
  return uB = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
@@ -47236,7 +47245,7 @@ function OB(e) {
47236
47245
  }
47237
47246
  }
47238
47247
  //#endregion
47239
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/parseDigits.js
47248
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/parseDigits.js
47240
47249
  var kB = {
47241
47250
  0: "0",
47242
47251
  1: "1",
@@ -47283,7 +47292,7 @@ function AB(e) {
47283
47292
  return kB[e];
47284
47293
  }
47285
47294
  //#endregion
47286
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js
47295
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js
47287
47296
  function jB(e, t) {
47288
47297
  var n = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
47289
47298
  if (n) return (n = n.call(e)).next.bind(n);
@@ -47341,7 +47350,7 @@ function JB(e) {
47341
47350
  return e === null ? !0 : e.length === 0 ? !1 : RB.test(e) || UB.test(e);
47342
47351
  }
47343
47352
  //#endregion
47344
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js
47353
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js
47345
47354
  function YB(e, t) {
47346
47355
  var n = t.extractFormattedPhoneNumber, r = qB(e);
47347
47356
  if (!JB(r)) throw new EB("NOT_A_NUMBER");
@@ -47356,7 +47365,7 @@ function YB(e, t) {
47356
47365
  if (c > 0 && (i = i.substring(0, c)), i !== "") return i;
47357
47366
  }
47358
47367
  //#endregion
47359
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/parse.js
47368
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/parse.js
47360
47369
  var XB = 250, ZB = RegExp("[" + hz + pz + "]"), QB = RegExp("[^" + pz + "#]+$");
47361
47370
  function $B(e, t, n) {
47362
47371
  t ||= {};
@@ -47445,7 +47454,7 @@ function rV(e, t, n, r) {
47445
47454
  };
47446
47455
  }
47447
47456
  //#endregion
47448
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js
47457
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js
47449
47458
  function iV(e) {
47450
47459
  "@babel/helpers - typeof";
47451
47460
  return iV = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
@@ -47501,7 +47510,7 @@ function uV(e, t, n) {
47501
47510
  return $B(e, oV(oV({}, t), {}, { v2: !0 }), n);
47502
47511
  }
47503
47512
  //#endregion
47504
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/normalizeArguments.js
47513
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/normalizeArguments.js
47505
47514
  function dV(e) {
47506
47515
  "@babel/helpers - typeof";
47507
47516
  return dV = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
@@ -47609,7 +47618,7 @@ function CV(e) {
47609
47618
  };
47610
47619
  }
47611
47620
  //#endregion
47612
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js
47621
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js
47613
47622
  function wV(e) {
47614
47623
  "@babel/helpers - typeof";
47615
47624
  return wV = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
@@ -47671,18 +47680,18 @@ function AV(e, t, n) {
47671
47680
  }
47672
47681
  }
47673
47682
  //#endregion
47674
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/es6/parsePhoneNumber.js
47683
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/es6/parsePhoneNumber.js
47675
47684
  function jV() {
47676
47685
  var e = CV(arguments), t = e.text, n = e.options, r = e.metadata;
47677
47686
  return AV(t, n, r);
47678
47687
  }
47679
47688
  //#endregion
47680
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js
47689
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js
47681
47690
  function MV() {
47682
47691
  return bR(jV, arguments);
47683
47692
  }
47684
47693
  //#endregion
47685
- //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.8/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js
47694
+ //#region ../../node_modules/.pnpm/libphonenumber-js@1.13.9/node_modules/libphonenumber-js/min/exports/isSupportedCountry.js
47686
47695
  function NV() {
47687
47696
  return bR(WR, arguments);
47688
47697
  }
@@ -47727,18 +47736,18 @@ function IV(e, t = "US") {
47727
47736
  //#endregion
47728
47737
  //#region src/emails/defaults/compiled.ts
47729
47738
  var LV = {
47730
- reset_email: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ password_reset_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ password_reset_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ reset_password_email_click_to_reset }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ reset_password_email_reset }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47731
- reset_email_by_code: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ password_reset_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ password_reset_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ reset_password_email_enter_code }}\n </p>\n <p\n style=\"font-size:1.875rem;line-height:1.2;font-weight:700;text-align:center;margin-bottom:1.5rem;margin-top:1.5rem;letter-spacing:0.25em\">\n {{ code }}\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ code_valid_30_minutes }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47732
- verify_email: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ welcome_to_your_account }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ welcome_to_your_account }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ link_email_click_to_login }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ link_email_login }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n {% if code %}\n <p\n style=\"font-size:14px;line-height:24px;text-align:center;color:rgb(113,113,123);margin-top:1.5rem;margin-bottom:0\">\n {{ link_email_or_enter_code }}\n </p>\n <p\n style=\"font-size:1.5rem;line-height:1.3333333333333333;font-weight:700;text-align:center;margin-bottom:0.5rem;margin-top:0.5rem;letter-spacing:0.25em\">\n {{ code }}\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ code_valid_30_minutes }}\n </p>\n {% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47733
- verify_email_by_code: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ welcome_to_your_account }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ welcome_to_your_account }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ link_email_click_to_login }}\n </p>\n <p\n style=\"font-size:1.875rem;line-height:1.2;font-weight:700;text-align:center;margin-bottom:1.5rem;margin-top:1.5rem;letter-spacing:0.25em\">\n {{ code }}\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ code_valid_30_minutes }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47734
- welcome_email: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ welcome_to_your_account }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ welcome_to_your_account }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ welcome_body }}\n </p>\n {% if url %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ welcome_cta }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n {% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47735
- user_invitation: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ invitation_email_subject }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ invitation_email_subject }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ invitation_email_intro }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:16px;margin-bottom:16px\">\n {{ invitation_email_click_to_accept }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ invitation_email_accept_button\n }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin-top:1.5rem;margin-bottom:0\">\n {{ invitation_expires_in }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47736
- blocked_account: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ blocked_account_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ blocked_account_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ blocked_account_intro }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ blocked_account_unblock_button\n }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47737
- stolen_credentials: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ stolen_credentials_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ stolen_credentials_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ stolen_credentials_intro }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0.75rem;margin-bottom:16px\">\n {{ stolen_credentials_action }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ reset_password_email_reset }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47738
- enrollment_email: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ enrollment_email_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ enrollment_email_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ enrollment_email_intro }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ enrollment_email_button }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47739
- mfa_oob_code: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ mfa_oob_code_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ mfa_oob_code_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ mfa_oob_code_intro }}\n </p>\n <p\n style=\"font-size:1.875rem;line-height:1.2;font-weight:700;text-align:center;margin-bottom:1.5rem;margin-top:1.5rem;letter-spacing:0.25em\">\n {{ code }}\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ code_valid_30_minutes }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47740
- change_password: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ password_reset_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ password_reset_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ reset_password_email_click_to_reset }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ reset_password_email_reset }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47741
- password_reset: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ password_reset_notification_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0;margin-bottom:0.75rem\">\n {{ password_reset_notification_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0;margin-bottom:16px\">\n {{ password_reset_notification_intro }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0.75rem;margin-bottom:16px\">\n {{ password_reset_notification_followup }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0;white-space:pre-line;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n"
47739
+ reset_email: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ password_reset_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ password_reset_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ reset_password_email_click_to_reset }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ reset_password_email_reset }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47740
+ reset_email_by_code: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ password_reset_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ password_reset_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ reset_password_email_enter_code }}\n </p>\n <p\n style=\"font-size:1.875rem;line-height:1.2;font-weight:700;text-align:center;margin-bottom:1.5rem;margin-top:1.5rem;letter-spacing:0.25em\">\n {{ code }}\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ code_valid_30_minutes }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47741
+ verify_email: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ welcome_to_your_account }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ welcome_to_your_account }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ link_email_click_to_login }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ link_email_login }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n {% if code %}\n <p\n style=\"font-size:14px;line-height:24px;text-align:center;color:rgb(113,113,123);margin-top:1.5rem;margin-bottom:0px\">\n {{ link_email_or_enter_code }}\n </p>\n <p\n style=\"font-size:1.5rem;line-height:1.3333333333333333;font-weight:700;text-align:center;margin-bottom:0.5rem;margin-top:0.5rem;letter-spacing:0.25em\">\n {{ code }}\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ code_valid_30_minutes }}\n </p>\n {% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47742
+ verify_email_by_code: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ welcome_to_your_account }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ welcome_to_your_account }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ link_email_click_to_login }}\n </p>\n <p\n style=\"font-size:1.875rem;line-height:1.2;font-weight:700;text-align:center;margin-bottom:1.5rem;margin-top:1.5rem;letter-spacing:0.25em\">\n {{ code }}\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ code_valid_30_minutes }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47743
+ welcome_email: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ welcome_to_your_account }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ welcome_to_your_account }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ welcome_body }}\n </p>\n {% if url %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ welcome_cta }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n {% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47744
+ user_invitation: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ invitation_email_subject }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ invitation_email_subject }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ invitation_email_intro }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:16px;margin-bottom:16px\">\n {{ invitation_email_click_to_accept }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ invitation_email_accept_button\n }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin-top:1.5rem;margin-bottom:0px\">\n {{ invitation_expires_in }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47745
+ blocked_account: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ blocked_account_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ blocked_account_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ blocked_account_intro }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ blocked_account_unblock_button\n }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47746
+ stolen_credentials: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ stolen_credentials_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ stolen_credentials_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ stolen_credentials_intro }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0.75rem;margin-bottom:16px\">\n {{ stolen_credentials_action }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ reset_password_email_reset }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47747
+ enrollment_email: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ enrollment_email_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ enrollment_email_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ enrollment_email_intro }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ enrollment_email_button }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47748
+ mfa_oob_code: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ mfa_oob_code_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ mfa_oob_code_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ mfa_oob_code_intro }}\n </p>\n <p\n style=\"font-size:1.875rem;line-height:1.2;font-weight:700;text-align:center;margin-bottom:1.5rem;margin-top:1.5rem;letter-spacing:0.25em\">\n {{ code }}\n </p>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);text-align:center;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ code_valid_30_minutes }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47749
+ change_password: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ password_reset_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ password_reset_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ reset_password_email_click_to_reset }}\n </p>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"text-align:center;margin-bottom:1.5rem;margin-top:1.5rem\">\n <tbody>\n <tr>\n <td>\n <a\n href=\"{{ url }}\"\n style=\"line-height:100%;text-decoration:none;display:inline-block;max-width:100%;mso-padding-alt:0px;background-color:{{ branding.primary_color }};color:{{ branding.button_text_color }};border-radius:{{ branding.button_border_radius }};font-size:14px;font-weight:600;padding:12px 28px;padding-top:12px;padding-right:28px;padding-bottom:12px;padding-left:28px\"\n target=\"_blank\"\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%;mso-text-raise:18\" hidden>&#8202;&#8202;&#8202;</i><![endif]--></span\n ><span\n style=\"max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px\"\n >{{ reset_password_email_reset }}</span\n ><span\n ><!--[if mso]><i style=\"mso-font-width:466.6666666666667%\" hidden>&#8202;&#8202;&#8202;&#8203;</i><![endif]--></span\n ></a\n >\n </td>\n </tr>\n </tbody>\n </table>\n <p\n style=\"font-size:14px;line-height:24px;color:rgb(63,63,70);margin-top:1.5rem;margin-bottom:0.25rem\">\n {{ link_email_fallback_intro }}\n </p>\n <p\n style=\"font-size:13px;line-height:24px;word-break:break-all;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n <a\n href=\"{{ url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:none\"\n target=\"_blank\"\n >{{ url }}</a\n >\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n",
47750
+ password_reset: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html dir=\"ltr\" lang=\"en\">\n <head>\n <meta content=\"text/html; charset=UTF-8\" http-equiv=\"Content-Type\" />\n <meta name=\"x-apple-disable-message-reformatting\" />\n </head>\n <body style=\"background-color:rgb(244,244,245);margin:0\">\n <!--$--><!--html--><!--head-->\n <div\n style=\"display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0\"\n data-skip-in-text=\"true\">\n {{ password_reset_notification_title }}\n <div>\n \xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\xA0‌​‍‎‏\n </div>\n </div>\n <!--body-->\n <table\n border=\"0\"\n width=\"100%\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n align=\"center\">\n <tbody>\n <tr>\n <td\n style='background-color:rgb(244,244,245);font-family:ui-sans-serif,system-ui,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\",\"Noto Color Emoji\";margin:0px'>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;background-color:rgb(255,255,255);margin-bottom:2rem;margin-top:2rem;margin-right:auto;margin-left:auto;border-radius:0.375rem;overflow:hidden\">\n <tbody>\n <tr style=\"width:100%\">\n <td>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:2.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n {% if branding.logo %}<img\n alt=\"{{ tenant.friendly_name }}\"\n src=\"{{ branding.logo }}\"\n style=\"display:block;outline:none;border:none;text-decoration:none;margin-right:auto;margin-left:auto\"\n width=\"140\" />{% endif %}\n </td>\n </tr>\n </tbody>\n </table>\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;color:rgb(39,39,42);font-size:15px;line-height:1.625\">\n <tbody>\n <tr>\n <td>\n <h1\n style=\"font-size:1.125rem;line-height:1.5555555555555556;font-weight:600;margin-top:0px;margin-bottom:0.75rem\">\n {{ password_reset_notification_title }}\n </h1>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0px;margin-bottom:16px\">\n {{ password_reset_notification_intro }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;margin-top:0.75rem;margin-bottom:16px\">\n {{ password_reset_notification_followup }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% unless signature.enabled == false %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1.5rem;padding-bottom:0.5rem;color:rgb(39,39,42);font-size:15px\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:14px;line-height:24px;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ kind_regards }}\n </p>\n <p\n style=\"font-size:14px;line-height:24px;font-weight:600;margin-top:0.25rem;margin-bottom:0px\">\n {{ team_signature }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endunless %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"padding-right:1.5rem;padding-left:1.5rem;padding-top:1rem;padding-bottom:2rem\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);font-style:italic;margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ support_info }}<!-- -->\n <!-- -->{% if tenant.support_url %}<a\n href=\"{{ tenant.support_url }}\"\n style=\"color:{{ branding.primary_color }};text-decoration-line:underline;font-style:italic\"\n target=\"_blank\"\n >{{ contact_us }}</a\n >{% endif %}<!-- -->.\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n {% if footer.address %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:0.5rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(113,113,123);margin:0px;white-space:pre-line;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ footer.address }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n {% endif %}\n <table\n align=\"center\"\n width=\"100%\"\n border=\"0\"\n cellpadding=\"0\"\n cellspacing=\"0\"\n role=\"presentation\"\n style=\"max-width:560px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;padding-bottom:2rem;text-align:center\">\n <tbody>\n <tr>\n <td>\n <p\n style=\"font-size:0.75rem;line-height:1.3333333333333333;color:rgb(159,159,169);margin:0px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px\">\n {{ copyright }}\n </p>\n </td>\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n <!--/$-->\n </body>\n</html>\n"
47742
47751
  }, RV = {
47743
47752
  reset_email: "{{ password_reset_title }}",
47744
47753
  reset_email_by_code: "{{ password_reset_title }}",
@@ -92402,6 +92411,12 @@ async function U9(e, t = {}) {
92402
92411
  return e.cleanup(r);
92403
92412
  }
92404
92413
  //#endregion
92414
+ //#region src/helpers/codes-cleanup.ts
92415
+ async function lDe(e, t = {}) {
92416
+ let n = t.retentionDays ?? 1, r = (/* @__PURE__ */ new Date(Date.now() - n * 24 * 60 * 60 * 1e3)).toISOString();
92417
+ return e.cleanup(r);
92418
+ }
92419
+ //#endregion
92405
92420
  //#region src/helpers/default-destinations.ts
92406
92421
  function W9(e) {
92407
92422
  let { dataAdapter: t, getServiceToken: n, webhookTimeoutMs: r, webhookInvoker: i, controlPlaneSync: a, codeExecutor: o } = e;
@@ -92424,7 +92439,7 @@ function W9(e) {
92424
92439
  }
92425
92440
  //#endregion
92426
92441
  //#region src/helpers/run-outbox-relay.ts
92427
- async function lDe(e) {
92442
+ async function uDe(e) {
92428
92443
  let { dataAdapter: t, issuer: n, webhookInvoker: r, retentionDays: i = 7, batchSize: a, maxRetries: o, webhookTimeoutMs: s, codeExecutor: c } = e;
92429
92444
  if (!t.outbox) return;
92430
92445
  let l = W9({
@@ -92451,8 +92466,8 @@ async function lDe(e) {
92451
92466
  }
92452
92467
  //#endregion
92453
92468
  //#region src/adapters/control-plane-custom-domains.ts
92454
- var uDe = "/api/v2/proxy/control-plane/custom-domains";
92455
- function dDe(e, t) {
92469
+ var dDe = "/api/v2/proxy/control-plane/custom-domains";
92470
+ function fDe(e, t) {
92456
92471
  if (typeof e == "object" && e) {
92457
92472
  let t = e;
92458
92473
  if (typeof t.message == "string") return t.message;
@@ -92461,7 +92476,7 @@ function dDe(e, t) {
92461
92476
  return t;
92462
92477
  }
92463
92478
  function G9(e, t) {
92464
- let n = dDe(e.data, `Control plane failed to ${t} (status ${e.status})`);
92479
+ let n = fDe(e.data, `Control plane failed to ${t} (status ${e.status})`);
92465
92480
  return e.status >= 400 && e.status < 500 ? new _(e.status, { message: n }) : new _(502, { message: n });
92466
92481
  }
92467
92482
  function K9(e, t) {
@@ -92469,7 +92484,7 @@ function K9(e, t) {
92469
92484
  if (!n.success) throw new _(502, { message: `Control plane returned an unparseable custom domain on ${t}` });
92470
92485
  return n.data;
92471
92486
  }
92472
- function fDe(e) {
92487
+ function pDe(e) {
92473
92488
  let { client: t, mirror: n } = e, r = e.basePath ?? "/api/v2/proxy/control-plane/custom-domains", i = CQ;
92474
92489
  async function a(e, t) {
92475
92490
  if (await n.update(e, t.custom_domain_id, t)) return;
@@ -92619,7 +92634,7 @@ function fDe(e) {
92619
92634
  }
92620
92635
  //#endregion
92621
92636
  //#region src/tenant-members/local-backend.ts
92622
- function pDe(e) {
92637
+ function mDe(e) {
92623
92638
  let { data: t, controlPlaneTenantId: n, issuer: r } = e;
92624
92639
  async function i(e) {
92625
92640
  let r = await t.organizations.get(n, e);
@@ -92736,7 +92751,7 @@ function pDe(e) {
92736
92751
  }
92737
92752
  //#endregion
92738
92753
  //#region src/tenant-members/remote-backend.ts
92739
- function mDe(e, t) {
92754
+ function hDe(e, t) {
92740
92755
  if (typeof e == "object" && e) {
92741
92756
  let t = e;
92742
92757
  if (typeof t.message == "string") return t.message;
@@ -92745,7 +92760,7 @@ function mDe(e, t) {
92745
92760
  return t;
92746
92761
  }
92747
92762
  function q9(e, t) {
92748
- let n = mDe(e.data, `Control plane failed to ${t} (status ${e.status})`);
92763
+ let n = hDe(e.data, `Control plane failed to ${t} (status ${e.status})`);
92749
92764
  return e.status >= 400 && e.status < 500 ? new _(e.status, { message: n }) : new _(502, { message: n });
92750
92765
  }
92751
92766
  function J9(e) {
@@ -92754,7 +92769,7 @@ function J9(e) {
92754
92769
  let n = t.toString();
92755
92770
  return n ? `?${n}` : "";
92756
92771
  }
92757
- function hDe(e) {
92772
+ function gDe(e) {
92758
92773
  let { client: t } = e, n = e.basePath ?? "/api/v2/proxy/control-plane/tenant-members", r = wQ;
92759
92774
  return {
92760
92775
  async listMembers(e, i = {}) {
@@ -92902,16 +92917,16 @@ function hDe(e) {
92902
92917
  }
92903
92918
  //#endregion
92904
92919
  //#region src/helpers/control-plane-client.ts
92905
- var gDe = 5e3, _De = 60;
92906
- function vDe(e, t) {
92920
+ var _De = 5e3, vDe = 60;
92921
+ function yDe(e, t) {
92907
92922
  try {
92908
92923
  let { payload: n } = kv(e), r = n.exp;
92909
92924
  if (typeof r == "number") return r * 1e3 - t * 1e3;
92910
92925
  } catch {}
92911
92926
  return Date.now() + 6e4;
92912
92927
  }
92913
- function yDe(e) {
92914
- let t = e.baseUrl.replace(/\/+$/, ""), n = e.fetchImpl ?? fetch, r = e.timeoutMs ?? gDe, i = e.tokenRefreshSkewSeconds ?? _De, a = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
92928
+ function bDe(e) {
92929
+ let t = e.baseUrl.replace(/\/+$/, ""), n = e.fetchImpl ?? fetch, r = e.timeoutMs ?? _De, i = e.tokenRefreshSkewSeconds ?? vDe, a = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
92915
92930
  function s(e) {
92916
92931
  for (let [t, n] of a) n.expiresAt <= e && a.delete(t);
92917
92932
  }
@@ -92927,7 +92942,7 @@ function yDe(e) {
92927
92942
  s(Date.now());
92928
92943
  let u = e.getServiceToken(t, n).then((e) => (a.set(c, {
92929
92944
  value: e,
92930
- expiresAt: vDe(e, i)
92945
+ expiresAt: yDe(e, i)
92931
92946
  }), e)).finally(() => {
92932
92947
  o.delete(c);
92933
92948
  });
@@ -92966,7 +92981,7 @@ function yDe(e) {
92966
92981
  }
92967
92982
  //#endregion
92968
92983
  //#region src/routes/proxy-control-plane/kv-publish.ts
92969
- function bDe(e) {
92984
+ function xDe(e) {
92970
92985
  let { customDomains: t, proxyRoutes: n, kv: r, resolveHost: i, keyPrefix: a = bQ, waitUntil: o, onError: s } = e;
92971
92986
  function c(e) {
92972
92987
  let t = e.catch(() => void 0);
@@ -93038,7 +93053,7 @@ function bDe(e) {
93038
93053
  }
93039
93054
  };
93040
93055
  }
93041
- async function xDe(e) {
93056
+ async function SDe(e) {
93042
93057
  let { hosts: t, resolveHost: n, kv: r, keyPrefix: i = bQ } = e, a = {
93043
93058
  published: 0,
93044
93059
  deleted: 0,
@@ -93065,11 +93080,11 @@ function Q9(e) {
93065
93080
  let t = e.trim().toLowerCase(), n = t.indexOf(":");
93066
93081
  return n !== -1 && (t = t.slice(0, n)), t.endsWith(".") && (t = t.slice(0, -1)), t;
93067
93082
  }
93068
- var SDe = /^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$/;
93083
+ var CDe = /^[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?$/;
93069
93084
  function $9(e) {
93070
- return SDe.test(e);
93085
+ return CDe.test(e);
93071
93086
  }
93072
- function CDe(e) {
93087
+ function wDe(e) {
93073
93088
  let { tenants: t, dispatchBinding: n = Y9, scriptNameTemplate: r = X9, dispatchTimeoutMs: i } = e, a = `.${Q9(e.issuerHost)}`;
93074
93089
  return async (e) => {
93075
93090
  let o = Q9(e);
@@ -93077,14 +93092,14 @@ function CDe(e) {
93077
93092
  let s = o.slice(0, -a.length);
93078
93093
  if (!s || s.includes(".")) return null;
93079
93094
  let c = await t.get(s);
93080
- return !c || c.deployment_type !== "wfp" || c.provisioning_state !== "ready" ? null : wDe(c, o, {
93095
+ return !c || c.deployment_type !== "wfp" || c.provisioning_state !== "ready" ? null : TDe(c, o, {
93081
93096
  dispatchBinding: n,
93082
93097
  scriptNameTemplate: r,
93083
93098
  dispatchTimeoutMs: i
93084
93099
  });
93085
93100
  };
93086
93101
  }
93087
- function wDe(e, t, n) {
93102
+ function TDe(e, t, n) {
93088
93103
  let r = e.worker_script_name ?? n.scriptNameTemplate.replaceAll("{tenant_id}", e.id), i = e.updated_at || (/* @__PURE__ */ new Date()).toISOString();
93089
93104
  return {
93090
93105
  tenant_id: e.id,
@@ -93112,7 +93127,7 @@ function wDe(e, t, n) {
93112
93127
  }]
93113
93128
  };
93114
93129
  }
93115
- function TDe(...e) {
93130
+ function EDe(...e) {
93116
93131
  return async (t) => {
93117
93132
  for (let n of e) {
93118
93133
  let e = await n(t);
@@ -93121,7 +93136,7 @@ function TDe(...e) {
93121
93136
  return null;
93122
93137
  };
93123
93138
  }
93124
- function EDe(e) {
93139
+ function DDe(e) {
93125
93140
  let { tenants: t, kv: n, resolveHost: r, issuerHost: i, keyPrefix: a = bQ, waitUntil: o, onError: s } = e;
93126
93141
  function c(e) {
93127
93142
  let t = e.catch(() => void 0);
@@ -93165,8 +93180,8 @@ function EDe(e) {
93165
93180
  }
93166
93181
  //#endregion
93167
93182
  //#region src/hooks/code-executor/local.ts
93168
- var DDe = 50, ODe = 500;
93169
- function kDe(e) {
93183
+ var ODe = 50, kDe = 500;
93184
+ function ADe(e) {
93170
93185
  let t = (e) => e.map((e) => {
93171
93186
  if (typeof e == "string") return e;
93172
93187
  try {
@@ -93174,8 +93189,8 @@ function kDe(e) {
93174
93189
  } catch {
93175
93190
  return String(e);
93176
93191
  }
93177
- }).join(" ").slice(0, ODe), n = (n, r) => {
93178
- e.length >= DDe || e.push({
93192
+ }).join(" ").slice(0, kDe), n = (n, r) => {
93193
+ e.length >= ODe || e.push({
93179
93194
  level: n,
93180
93195
  message: t(r)
93181
93196
  });
@@ -93188,7 +93203,7 @@ function kDe(e) {
93188
93203
  debug: (...e) => n("debug", e)
93189
93204
  };
93190
93205
  }
93191
- function ADe(e) {
93206
+ function jDe(e) {
93192
93207
  let t = [], n = {
93193
93208
  "post-user-login": {
93194
93209
  accessToken: ["setCustomClaim"],
@@ -93223,9 +93238,9 @@ function ADe(e) {
93223
93238
  getCalls: () => t
93224
93239
  };
93225
93240
  }
93226
- var jDe = class {
93241
+ var MDe = class {
93227
93242
  async execute(e) {
93228
- let t = Date.now(), { api: n, getCalls: r } = ADe(e.triggerId), i = [], a = kDe(i);
93243
+ let t = Date.now(), { api: n, getCalls: r } = jDe(e.triggerId), i = [], a = ADe(i);
93229
93244
  try {
93230
93245
  let o = {
93231
93246
  "post-user-login": "onExecutePostLogin",
@@ -93290,7 +93305,7 @@ D.init({
93290
93305
  da: { translation: REe }
93291
93306
  }
93292
93307
  });
93293
- function MDe(t) {
93308
+ function NDe(t) {
93294
93309
  let n = new e();
93295
93310
  n.onError((e, t) => e instanceof _ ? e.getResponse() : (console.error(e), t.json({ message: "Internal Server Error" }, 500))), n.use("*", SW(t));
93296
93311
  let r = AEe(t);
@@ -93322,4 +93337,4 @@ function MDe(t) {
93322
93337
  };
93323
93338
  }
93324
93339
  //#endregion
93325
- export { F$ as AppLogo, dt as Auth0ActionEnum, _r as Auth0Client, BEe as AuthLayout, en as AuthorizationResponseMode, $t as AuthorizationResponseType, K$ as Button, w9 as ButtonUI, uDe as CONTROL_PLANE_CUSTOM_DOMAINS_PATH, CQ as CONTROL_PLANE_CUSTOM_DOMAINS_SCOPE, Zq as CONTROL_PLANE_SYNC_EVENT_PREFIX, SQ as CONTROL_PLANE_SYNC_SCOPE, HY as CONTROL_PLANE_TENANT_MEMBERS_PATH, wQ as CONTROL_PLANE_TENANT_MEMBERS_SCOPE, S9 as CardContent, x9 as CardDescription, VEe as CardFooter, y9 as CardHeader, b9 as CardTitle, v9 as CardUI, tn as CodeChallengeMethod, CY as CodeHookDestination, Lt as ComponentCategory, It as ComponentType, NY as ControlPlaneSyncDestination, ia as DATABASE_CONNECTION_STRATEGY, Y9 as DEFAULT_WFP_DISPATCH_BINDING, X9 as DEFAULT_WFP_SCRIPT_NAME_TEMPLATE, see as EmailActionEnum, l0 as EmailValidatedPage, K1 as EnterCodePage, Z1 as EnterPasswordPage, W$ as ErrorMessage, zn as FORM_FIELD_TYPES, oee as FlowActionTypeEnum, I$ as Footer, t0 as ForgotPasswordPage, n0 as ForgotPasswordSentPage, J$ as FormComponent, Q$ as GoBack, WEe as GoogleLogo, $r as GrantType, AN as HttpSamlSigner, R$ as Icon, UEe as IdentifierForm, Y$ as IdentifierPage, C9 as InputUI, c0 as InvalidSession, T9 as LabelUI, U$ as Layout, jDe as LocalCodeExecutor, vr as LocationInfo, A as LogTypes, k as LoginSessionState, fY as LogsDestination, Qj as MANAGEMENT_API_AUDIENCE, g9 as MANAGEMENT_API_SCOPES, UV as MailgunEmailService, q1 as Message, pee as NodeType, yQ as PROXY_RESOLVE_HOST_SCOPE, qV as PostmarkEmailService, u0 as PreSignUpConfirmationPage, s0 as PreSignUpPage, ht as RedirectTargetEnum, TY as RegistrationFinalizerDestination, GV as ResendEmailService, $1 as ResetPasswordPage, Q1 as SignUpPage, q$ as SocialButton, G$ as Spinner, j as Strategy, ra as StrategyType, qJ as TenantInvitationNotFoundError, GJ as TenantMembersNotFoundError, KJ as TenantOrganizationNotFoundError, W1 as Trans, zj as USERNAME_PASSWORD_PROVIDER, Y1 as UnverifiedEmailPage, GEe as UserNotFoundPage, KEe as VippsLogo, xY as WebhookDestination, Ue as actionDependencySchema, Ye as actionExecutionErrorSchema, aee as actionExecutionInsertSchema, Ze as actionExecutionLogEntrySchema, Qe as actionExecutionLogsSchema, Xe as actionExecutionResultSchema, $e as actionExecutionSchema, Je as actionExecutionStatusSchema, qe as actionExecutionTriggerIdSchema, Ge as actionInsertSchema, qt as actionNodeSchema, Ke as actionSchema, We as actionSecretSchema, He as actionTriggerSchema, iee as actionUpdateSchema, et as actionVersionInsertSchema, tt as actionVersionSchema, ate as activeUsersResponseSchema, rt as actorSchema, YW as addEntityHooks, Ct as addressSchema, Zi as analyticsColumnMetaSchema, cte as analyticsGroupBySchema, ste as analyticsIntervalSchema, $i as analyticsQueryResponseSchema, ote as analyticsResourceSchema, Qi as analyticsStatisticsSchema, lte as analyticsUserTypeSchema, Nr as attackProtectionSchema, nt as auditCategorySchema, lt as auditEventInsertSchema, ut as auditEventSchema, ct as auth0ClientSchema, mee as auth0FlowInsertSchema, Qt as auth0FlowSchema, cee as auth0QuerySchema, pt as auth0UpdateUserActionSchema, Dt as auth0UserResponseSchema, an as authParamsSchema, la as authenticationMethodInsertSchema, ute as authenticationMethodSchema, oa as authenticationMethodTypeSchema, xDe as backfillProxyHostsToKv, wt as baseUserSchema, Fn as blockComponentSchema, ti as bordersSchema, on as brandingSchema, Ar as breachedPasswordDetectionSchema, jr as bruteForceProtectionSchema, Bt as buttonComponentSchema, rn as claimsRequestSchema, U9 as cleanupOutbox, H9 as cleanupSessions, cDe as cleanupUserSessions, jt as clientGrantInsertSchema, dee as clientGrantListSchema, Mt as clientGrantSchema, OW as clientInfoMiddleware, kt as clientInsertSchema, Pt as clientRegistrationTokenInsertSchema, fee as clientRegistrationTokenSchema, Nt as clientRegistrationTokenTypeSchema, At as clientSchema, cn as codeInsertSchema, hee as codeSchema, sn as codeTypeSchema, ni as colorsSchema, Wn as componentMessageSchema, Wt as componentSchema, TDe as composeHostResolvers, dn as connectionInsertSchema, ln as connectionOptionsSchema, fn as connectionSchema, Ft as coordinatesSchema, Xfe as createApplySyncEvents, $j as createAuthMiddleware, yDe as createControlPlaneClient, fDe as createControlPlaneCustomDomainsAdapter, hDe as createControlPlaneTenantMembersAdapter, W9 as createDefaultDestinations, oDe as createEncryptedDataAdapter, sDe as createEncryptedDataAdapterWithKeyRing, ZW as createInMemoryCache, pDe as createLocalTenantMembersBackend, fte as createPassthroughAdapter, Vfe as createServiceBindingFetch, PL as createServiceTokenCore, qY as createTenantMembersControlPlaneApp, $J as createTenantMembersRoutes, CDe as createWfpTenantHostResolver, pte as createWriteOnlyAdapter, _n as customDomainCertificateUploadSchema, pn as customDomainInsertSchema, hn as customDomainSchema, gn as customDomainUpdateSchema, gee as customDomainWithTenantIdSchema, na as customTextEntrySchema, ta as customTextSchema, Xi as dailyStatsSchema, xa as decodeBase32, va as decodeBase64, ma as decodeBase64Url, ga as decodeBase64UrlString, hte as decodeCursor, ZEe as decryptField, P9 as decryptFieldWithRing, Bo as deepMergePatch, lY as drainOutbox, hi as emailProviderSchema, gi as emailTemplateNameSchema, _i as emailTemplateSchema, ft as emailVerificationRulesSchema, mt as emailVerifyActionSchema, ba as encodeBase32, _a as encodeBase64, pa as encodeBase64Url, ha as encodeBase64UrlString, mte as encodeCursor, Sa as encodeHex, XEe as encryptField, N9 as encryptFieldWithRing, Zt as endingSchema, HL as ensureMutableResponse, L8 as fetchAll, Ln as fieldComponentSchema, _t as flowActionStepSchema, vt as flowInsertSchema, yt as flowSchema, Ht as flowsFieldComponentSchema, Kt as flowsFlowNodeSchema, Gt as flowsStepNodeSchema, ri as fontDetailsSchema, ii as fontsSchema, Nee as formControlSchema, Hn as formInsertSchema, Rn as formNodeComponentDefinition, Vn as formNodeSchema, Un as formSchema, Ut as genericComponentSchema, Jt as genericNodeSchema, da as getConnectionIdentifierConfig, Xee as getLogTypeCategory, Yee as getLogTypeDescription, Ai as grantInsertSchema, ji as grantSchema, di as handlerConfigSchema, tr as hookCodeInsertSchema, nr as hookCodeSchema, Qn as hookInsertSchema, er as hookSchema, Xn as hookTemplateId, Vee as hookTemplates, St as identitySchema, ua as importMetadataSchema, MDe as init, wge as injectTailwindCSS, ar as inviteInsertSchema, or as inviteSchema, ir as inviteeSchema, rr as inviterSchema, EQ as isAllowedIssuer, Ree as isBlockComponent, aa as isDatabaseConnectionStrategy, O9 as isEncrypted, Bee as isFieldComponent, eM as isInteractiveClient, fa as isPlainObject, $9 as isWfpSubdomainSafeTenantId, zee as isWidgetComponent, cr as jwksKeySchema, sr as jwksSchema, Vt as legalComponentSchema, RA as listControlPlaneKeys, YEe as loadEncryptionKey, st as locationInfoSchema, yr as logInsertSchema, br as logSchema, Cr as logStreamFilterSchema, wr as logStreamInsertSchema, Tr as logStreamSchema, Sr as logStreamStatusSchema, xr as logStreamTypeSchema, gr as logTypeCategories, hr as logTypeDescriptions, dr as loginSessionAuthStrategySchema, fr as loginSessionInsertSchema, pr as loginSessionSchema, ur as loginSessionStateSchema, HV as mailgunCredentialsSchema, ui as matchSchema, Er as migrationProviderTypeSchema, Dr as migrationSourceCredentialsSchema, Or as migrationSourceInsertSchema, kr as migrationSourceSchema, Yt as nodeSchema, lr as openIDConfigurationSchema, Hi as organizationBrandingSchema, qi as organizationConnectionInsertSchema, nte as organizationConnectionListSchema, Ji as organizationConnectionSchema, Ui as organizationEnabledConnectionSchema, Gi as organizationInsertSchema, Ki as organizationSchema, Wi as organizationTokenQuotaSchema, ai as pageBackgroundSchema, k9 as parseKeyId, dte as parseUserId, Pr as passwordInsertSchema, Zee as passwordSchema, KV as postmarkCredentialsSchema, Cde as preDefinedHooks, xt as profileDataSchema, ea as promptScreenSchema, li as promptSettingSchema, nM as provisionDefaultClients, fi as proxyRouteInsertSchema, pi as proxyRouteSchema, mi as proxyRouteUpdateSchema, gt as redirectActionSchema, vi as refreshTokenInsertSchema, yi as refreshTokenSchema, at as requestContextSchema, WV as resendCredentialsSchema, zA as resolveSigningKeyMode, BA as resolveSigningKeys, wi as resourceServerInsertSchema, Ei as resourceServerListSchema, Ci as resourceServerOptionsSchema, Ti as resourceServerSchema, Si as resourceServerScopeSchema, ot as responseContextSchema, zt as richTextComponentSchema, zi as roleInsertSchema, Vi as roleListSchema, Di as rolePermissionInsertSchema, ki as rolePermissionListSchema, Oi as rolePermissionSchema, Bi as roleSchema, Zr as rolloutInsertSchema, Yr as rolloutKindSchema, Qr as rolloutSchema, Xr as rolloutStatusSchema, $ee as rolloutUpdateSchema, lDe as runOutboxRelay, gte as sanitizeLuceneQuery, Gn as screenLinkSchema, _9 as seed, Ir as sessionInsertSchema, Lr as sessionSchema, Rr as signingKeySchema, xi as smsProviderSchema, bi as smsSendParamsSchema, Xt as startSchema, Mr as suspiciousIpThrottlingSchema, d0 as tailwindCss, it as targetSchema, zr as tenantInsertSchema, TW as tenantMiddleware, Ur as tenantOperationEngineSchema, qr as tenantOperationEventInsertSchema, Kr as tenantOperationEventOutcomeSchema, Jr as tenantOperationEventSchema, Wr as tenantOperationInsertSchema, Vr as tenantOperationKindSchema, Gr as tenantOperationSchema, Hr as tenantOperationStatusSchema, Qee as tenantOperationUpdateSchema, Br as tenantSchema, ite as tenantSettingsSchema, si as themeInsertSchema, ci as themeSchema, VL as toMutableResponse, ei as tokenResponseSchema, bt as totalsSchema, Lee as uiScreenSchema, Mi as userActivitySchema, Tt as userInsertSchema, Yi as userOrganizationInsertSchema, rte as userOrganizationSchema, Ni as userPermissionInsertSchema, ete as userPermissionListSchema, Pi as userPermissionSchema, Ii as userPermissionWithDetailsListSchema, Fi as userPermissionWithDetailsSchema, lee as userResponseSchema, Li as userRoleInsertSchema, tte as userRoleListSchema, Ri as userRoleSchema, Et as userSchema, mn as verificationMethodsSchema, DQ as verifyControlPlaneToken, Oa as waitUntil, Z9 as wfpTenantHost, In as widgetComponentSchema, oi as widgetSchema, bDe as wrapProxyAdaptersWithKvPublish, EDe as wrapTenantsAdapterWithWfpKvPublish };
93340
+ export { F$ as AppLogo, dt as Auth0ActionEnum, _r as Auth0Client, BEe as AuthLayout, en as AuthorizationResponseMode, $t as AuthorizationResponseType, K$ as Button, w9 as ButtonUI, dDe as CONTROL_PLANE_CUSTOM_DOMAINS_PATH, CQ as CONTROL_PLANE_CUSTOM_DOMAINS_SCOPE, Zq as CONTROL_PLANE_SYNC_EVENT_PREFIX, SQ as CONTROL_PLANE_SYNC_SCOPE, HY as CONTROL_PLANE_TENANT_MEMBERS_PATH, wQ as CONTROL_PLANE_TENANT_MEMBERS_SCOPE, S9 as CardContent, x9 as CardDescription, VEe as CardFooter, y9 as CardHeader, b9 as CardTitle, v9 as CardUI, tn as CodeChallengeMethod, CY as CodeHookDestination, Lt as ComponentCategory, It as ComponentType, NY as ControlPlaneSyncDestination, ia as DATABASE_CONNECTION_STRATEGY, Y9 as DEFAULT_WFP_DISPATCH_BINDING, X9 as DEFAULT_WFP_SCRIPT_NAME_TEMPLATE, see as EmailActionEnum, l0 as EmailValidatedPage, K1 as EnterCodePage, Z1 as EnterPasswordPage, W$ as ErrorMessage, zn as FORM_FIELD_TYPES, oee as FlowActionTypeEnum, I$ as Footer, t0 as ForgotPasswordPage, n0 as ForgotPasswordSentPage, J$ as FormComponent, Q$ as GoBack, WEe as GoogleLogo, $r as GrantType, AN as HttpSamlSigner, R$ as Icon, UEe as IdentifierForm, Y$ as IdentifierPage, C9 as InputUI, c0 as InvalidSession, T9 as LabelUI, U$ as Layout, MDe as LocalCodeExecutor, vr as LocationInfo, A as LogTypes, k as LoginSessionState, fY as LogsDestination, Qj as MANAGEMENT_API_AUDIENCE, g9 as MANAGEMENT_API_SCOPES, UV as MailgunEmailService, q1 as Message, pee as NodeType, yQ as PROXY_RESOLVE_HOST_SCOPE, qV as PostmarkEmailService, u0 as PreSignUpConfirmationPage, s0 as PreSignUpPage, ht as RedirectTargetEnum, TY as RegistrationFinalizerDestination, GV as ResendEmailService, $1 as ResetPasswordPage, Q1 as SignUpPage, q$ as SocialButton, G$ as Spinner, j as Strategy, ra as StrategyType, qJ as TenantInvitationNotFoundError, GJ as TenantMembersNotFoundError, KJ as TenantOrganizationNotFoundError, W1 as Trans, zj as USERNAME_PASSWORD_PROVIDER, Y1 as UnverifiedEmailPage, GEe as UserNotFoundPage, KEe as VippsLogo, xY as WebhookDestination, Ue as actionDependencySchema, Ye as actionExecutionErrorSchema, aee as actionExecutionInsertSchema, Ze as actionExecutionLogEntrySchema, Qe as actionExecutionLogsSchema, Xe as actionExecutionResultSchema, $e as actionExecutionSchema, Je as actionExecutionStatusSchema, qe as actionExecutionTriggerIdSchema, Ge as actionInsertSchema, qt as actionNodeSchema, Ke as actionSchema, We as actionSecretSchema, He as actionTriggerSchema, iee as actionUpdateSchema, et as actionVersionInsertSchema, tt as actionVersionSchema, ate as activeUsersResponseSchema, rt as actorSchema, YW as addEntityHooks, Ct as addressSchema, Zi as analyticsColumnMetaSchema, cte as analyticsGroupBySchema, ste as analyticsIntervalSchema, $i as analyticsQueryResponseSchema, ote as analyticsResourceSchema, Qi as analyticsStatisticsSchema, lte as analyticsUserTypeSchema, Nr as attackProtectionSchema, nt as auditCategorySchema, lt as auditEventInsertSchema, ut as auditEventSchema, ct as auth0ClientSchema, mee as auth0FlowInsertSchema, Qt as auth0FlowSchema, cee as auth0QuerySchema, pt as auth0UpdateUserActionSchema, Dt as auth0UserResponseSchema, an as authParamsSchema, la as authenticationMethodInsertSchema, ute as authenticationMethodSchema, oa as authenticationMethodTypeSchema, SDe as backfillProxyHostsToKv, wt as baseUserSchema, Fn as blockComponentSchema, ti as bordersSchema, on as brandingSchema, Ar as breachedPasswordDetectionSchema, jr as bruteForceProtectionSchema, Bt as buttonComponentSchema, rn as claimsRequestSchema, lDe as cleanupCodes, U9 as cleanupOutbox, H9 as cleanupSessions, cDe as cleanupUserSessions, jt as clientGrantInsertSchema, dee as clientGrantListSchema, Mt as clientGrantSchema, OW as clientInfoMiddleware, kt as clientInsertSchema, Pt as clientRegistrationTokenInsertSchema, fee as clientRegistrationTokenSchema, Nt as clientRegistrationTokenTypeSchema, At as clientSchema, cn as codeInsertSchema, hee as codeSchema, sn as codeTypeSchema, ni as colorsSchema, Wn as componentMessageSchema, Wt as componentSchema, EDe as composeHostResolvers, dn as connectionInsertSchema, ln as connectionOptionsSchema, fn as connectionSchema, Ft as coordinatesSchema, Xfe as createApplySyncEvents, $j as createAuthMiddleware, bDe as createControlPlaneClient, pDe as createControlPlaneCustomDomainsAdapter, gDe as createControlPlaneTenantMembersAdapter, W9 as createDefaultDestinations, oDe as createEncryptedDataAdapter, sDe as createEncryptedDataAdapterWithKeyRing, ZW as createInMemoryCache, mDe as createLocalTenantMembersBackend, fte as createPassthroughAdapter, Vfe as createServiceBindingFetch, PL as createServiceTokenCore, qY as createTenantMembersControlPlaneApp, $J as createTenantMembersRoutes, wDe as createWfpTenantHostResolver, pte as createWriteOnlyAdapter, _n as customDomainCertificateUploadSchema, pn as customDomainInsertSchema, hn as customDomainSchema, gn as customDomainUpdateSchema, gee as customDomainWithTenantIdSchema, na as customTextEntrySchema, ta as customTextSchema, Xi as dailyStatsSchema, xa as decodeBase32, va as decodeBase64, ma as decodeBase64Url, ga as decodeBase64UrlString, hte as decodeCursor, ZEe as decryptField, P9 as decryptFieldWithRing, Bo as deepMergePatch, lY as drainOutbox, hi as emailProviderSchema, gi as emailTemplateNameSchema, _i as emailTemplateSchema, ft as emailVerificationRulesSchema, mt as emailVerifyActionSchema, ba as encodeBase32, _a as encodeBase64, pa as encodeBase64Url, ha as encodeBase64UrlString, mte as encodeCursor, Sa as encodeHex, XEe as encryptField, N9 as encryptFieldWithRing, Zt as endingSchema, HL as ensureMutableResponse, L8 as fetchAll, Ln as fieldComponentSchema, _t as flowActionStepSchema, vt as flowInsertSchema, yt as flowSchema, Ht as flowsFieldComponentSchema, Kt as flowsFlowNodeSchema, Gt as flowsStepNodeSchema, ri as fontDetailsSchema, ii as fontsSchema, Nee as formControlSchema, Hn as formInsertSchema, Rn as formNodeComponentDefinition, Vn as formNodeSchema, Un as formSchema, Ut as genericComponentSchema, Jt as genericNodeSchema, da as getConnectionIdentifierConfig, Xee as getLogTypeCategory, Yee as getLogTypeDescription, Ai as grantInsertSchema, ji as grantSchema, di as handlerConfigSchema, tr as hookCodeInsertSchema, nr as hookCodeSchema, Qn as hookInsertSchema, er as hookSchema, Xn as hookTemplateId, Vee as hookTemplates, St as identitySchema, ua as importMetadataSchema, NDe as init, wge as injectTailwindCSS, ar as inviteInsertSchema, or as inviteSchema, ir as inviteeSchema, rr as inviterSchema, EQ as isAllowedIssuer, Ree as isBlockComponent, aa as isDatabaseConnectionStrategy, O9 as isEncrypted, Bee as isFieldComponent, eM as isInteractiveClient, fa as isPlainObject, $9 as isWfpSubdomainSafeTenantId, zee as isWidgetComponent, cr as jwksKeySchema, sr as jwksSchema, Vt as legalComponentSchema, RA as listControlPlaneKeys, YEe as loadEncryptionKey, st as locationInfoSchema, yr as logInsertSchema, br as logSchema, Cr as logStreamFilterSchema, wr as logStreamInsertSchema, Tr as logStreamSchema, Sr as logStreamStatusSchema, xr as logStreamTypeSchema, gr as logTypeCategories, hr as logTypeDescriptions, dr as loginSessionAuthStrategySchema, fr as loginSessionInsertSchema, pr as loginSessionSchema, ur as loginSessionStateSchema, HV as mailgunCredentialsSchema, ui as matchSchema, Er as migrationProviderTypeSchema, Dr as migrationSourceCredentialsSchema, Or as migrationSourceInsertSchema, kr as migrationSourceSchema, Yt as nodeSchema, lr as openIDConfigurationSchema, Hi as organizationBrandingSchema, qi as organizationConnectionInsertSchema, nte as organizationConnectionListSchema, Ji as organizationConnectionSchema, Ui as organizationEnabledConnectionSchema, Gi as organizationInsertSchema, Ki as organizationSchema, Wi as organizationTokenQuotaSchema, ai as pageBackgroundSchema, k9 as parseKeyId, dte as parseUserId, Pr as passwordInsertSchema, Zee as passwordSchema, KV as postmarkCredentialsSchema, Cde as preDefinedHooks, xt as profileDataSchema, ea as promptScreenSchema, li as promptSettingSchema, nM as provisionDefaultClients, fi as proxyRouteInsertSchema, pi as proxyRouteSchema, mi as proxyRouteUpdateSchema, gt as redirectActionSchema, vi as refreshTokenInsertSchema, yi as refreshTokenSchema, at as requestContextSchema, WV as resendCredentialsSchema, zA as resolveSigningKeyMode, BA as resolveSigningKeys, wi as resourceServerInsertSchema, Ei as resourceServerListSchema, Ci as resourceServerOptionsSchema, Ti as resourceServerSchema, Si as resourceServerScopeSchema, ot as responseContextSchema, zt as richTextComponentSchema, zi as roleInsertSchema, Vi as roleListSchema, Di as rolePermissionInsertSchema, ki as rolePermissionListSchema, Oi as rolePermissionSchema, Bi as roleSchema, Zr as rolloutInsertSchema, Yr as rolloutKindSchema, Qr as rolloutSchema, Xr as rolloutStatusSchema, $ee as rolloutUpdateSchema, uDe as runOutboxRelay, gte as sanitizeLuceneQuery, Gn as screenLinkSchema, _9 as seed, Ir as sessionInsertSchema, Lr as sessionSchema, Rr as signingKeySchema, xi as smsProviderSchema, bi as smsSendParamsSchema, Xt as startSchema, Mr as suspiciousIpThrottlingSchema, d0 as tailwindCss, it as targetSchema, zr as tenantInsertSchema, TW as tenantMiddleware, Ur as tenantOperationEngineSchema, qr as tenantOperationEventInsertSchema, Kr as tenantOperationEventOutcomeSchema, Jr as tenantOperationEventSchema, Wr as tenantOperationInsertSchema, Vr as tenantOperationKindSchema, Gr as tenantOperationSchema, Hr as tenantOperationStatusSchema, Qee as tenantOperationUpdateSchema, Br as tenantSchema, ite as tenantSettingsSchema, si as themeInsertSchema, ci as themeSchema, VL as toMutableResponse, ei as tokenResponseSchema, bt as totalsSchema, Lee as uiScreenSchema, Mi as userActivitySchema, Tt as userInsertSchema, Yi as userOrganizationInsertSchema, rte as userOrganizationSchema, Ni as userPermissionInsertSchema, ete as userPermissionListSchema, Pi as userPermissionSchema, Ii as userPermissionWithDetailsListSchema, Fi as userPermissionWithDetailsSchema, lee as userResponseSchema, Li as userRoleInsertSchema, tte as userRoleListSchema, Ri as userRoleSchema, Et as userSchema, mn as verificationMethodsSchema, DQ as verifyControlPlaneToken, Oa as waitUntil, Z9 as wfpTenantHost, In as widgetComponentSchema, oi as widgetSchema, xDe as wrapProxyAdaptersWithKvPublish, DDe as wrapTenantsAdapterWithWfpKvPublish };