authhero 0.184.0 → 0.185.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/authhero.mjs CHANGED
@@ -1480,7 +1480,7 @@ const br = s.object({
1480
1480
  email: s.string().optional(),
1481
1481
  login_count: s.number().default(0),
1482
1482
  identities: s.array(jy).optional()
1483
- }), Tn = cm, fH = Jd.extend({
1483
+ }), Tn = cm, hH = Jd.extend({
1484
1484
  login_count: s.number(),
1485
1485
  multifactor: s.array(s.string()).optional(),
1486
1486
  last_ip: s.string().optional(),
@@ -1720,7 +1720,7 @@ const Wy = s.object({
1720
1720
  sdkSrc: s.string().optional(),
1721
1721
  sdk_src: s.string().optional()
1722
1722
  }).passthrough()
1723
- }).passthrough(), hH = ew.omit({
1723
+ }).passthrough(), gH = ew.omit({
1724
1724
  id: !0,
1725
1725
  created_at: !0,
1726
1726
  updated_at: !0
@@ -1806,7 +1806,7 @@ const la = s.object({
1806
1806
  updated_at: s.string().transform((t) => t === null ? "" : t),
1807
1807
  ...su.shape,
1808
1808
  id: s.string()
1809
- }), gH = s.object({
1809
+ }), mH = s.object({
1810
1810
  logoUrl: s.string(),
1811
1811
  loginBackgroundImage: s.string().nullish(),
1812
1812
  style: s.object({
@@ -1869,7 +1869,7 @@ const tw = s.enum([
1869
1869
  expires_at: s.string(),
1870
1870
  used_at: s.string().optional(),
1871
1871
  user_id: s.string().optional()
1872
- }), mH = s.object({
1872
+ }), _H = s.object({
1873
1873
  ...nw.shape,
1874
1874
  created_at: s.string()
1875
1875
  }), dm = s.object({
@@ -1900,9 +1900,9 @@ const tw = s.enum([
1900
1900
  methods: s.array(rw)
1901
1901
  }).optional(),
1902
1902
  tls_policy: s.string().optional()
1903
- }), _H = Ir.extend({
1903
+ }), yH = Ir.extend({
1904
1904
  tenant_id: s.string()
1905
- }), yH = s.object({
1905
+ }), wH = s.object({
1906
1906
  id: s.string(),
1907
1907
  type: s.literal("submit"),
1908
1908
  label: s.string(),
@@ -2124,7 +2124,7 @@ const tw = s.enum([
2124
2124
  login_completed: s.boolean().optional().default(!1)
2125
2125
  }).openapi({
2126
2126
  description: "This represents a login sesion"
2127
- }), wH = s.object({
2127
+ }), vH = s.object({
2128
2128
  ...uw.shape,
2129
2129
  id: s.string().openapi({
2130
2130
  description: "This is is used as the state in the universal login"
@@ -2334,7 +2334,7 @@ const tw = s.enum([
2334
2334
  user_id: s.string(),
2335
2335
  password: s.string(),
2336
2336
  algorithm: s.enum(["bcrypt", "argon2id"]).default("argon2id")
2337
- }), vH = s.object({
2337
+ }), bH = s.object({
2338
2338
  ...fw.shape,
2339
2339
  created_at: s.string(),
2340
2340
  updated_at: s.string()
@@ -2515,19 +2515,19 @@ const gw = s.object({
2515
2515
  })
2516
2516
  ),
2517
2517
  rotating: s.boolean()
2518
- }), bH = s.object({
2518
+ }), xH = s.object({
2519
2519
  // When the refresh token record was created.
2520
2520
  created_at: s.string(),
2521
2521
  // Spread in the rest of the refresh token properties.
2522
2522
  ..._m.shape
2523
- }), xH = s.object({
2523
+ }), $H = s.object({
2524
2524
  to: s.string(),
2525
2525
  message: s.string()
2526
- }), $H = s.object({
2526
+ }), AH = s.object({
2527
2527
  name: s.string(),
2528
2528
  options: s.object({})
2529
2529
  });
2530
- function AH(t) {
2530
+ function EH(t) {
2531
2531
  const [e, n] = t.split("|");
2532
2532
  if (!e || !n)
2533
2533
  throw new Error(`Invalid user_id: ${t}`);
@@ -24525,11 +24525,14 @@ var t8 = b1.exports;
24525
24525
  const Gn = /* @__PURE__ */ ym(t8), n8 = (t) => t === "small" ? "text-base" : t === "medium" ? "text-2xl" : t === "large" ? "text-3xl" : "", nt = ({ name: t, size: e, className: n = "" }) => {
24526
24526
  const r = n8(e);
24527
24527
  return /* @__PURE__ */ v("span", { className: Gn(`uicon-${t}`, n, r) });
24528
+ }, r8 = (t, e) => {
24529
+ const n = t.replace("#", ""), r = parseInt(n, 16), i = r >> 16 & 255, o = r >> 8 & 255, c = r & 255, l = Math.min(255, Math.round(i + (255 - i) * e)), u = Math.min(255, Math.round(o + (255 - o) * e)), d = Math.min(255, Math.round(c + (255 - c) * e));
24530
+ return `#${(l << 16 | u << 8 | d).toString(16).padStart(6, "0")}`;
24528
24531
  };
24529
- var Sg = Object.freeze, r8 = Object.defineProperty, i8 = (t, e) => Sg(r8(t, "raw", { value: Sg(t.slice()) })), kg;
24530
- const o8 = (t, e) => {
24531
- var o, c, l, u, d;
24532
- const n = ((o = t == null ? void 0 : t.colors) == null ? void 0 : o.primary_button) || ((c = e == null ? void 0 : e.colors) == null ? void 0 : c.primary) || "#000000", r = ((l = t == null ? void 0 : t.colors) == null ? void 0 : l.base_hover_color) || ((u = e == null ? void 0 : e.colors) == null ? void 0 : u.primary) || "#000000", i = ((d = t == null ? void 0 : t.colors) == null ? void 0 : d.primary_button_label) || "#ffffff";
24532
+ var Sg = Object.freeze, i8 = Object.defineProperty, o8 = (t, e) => Sg(i8(t, "raw", { value: Sg(t.slice()) })), kg;
24533
+ const s8 = (t, e) => {
24534
+ var o, c, l, u;
24535
+ const n = ((o = t == null ? void 0 : t.colors) == null ? void 0 : o.primary_button) || ((c = e == null ? void 0 : e.colors) == null ? void 0 : c.primary) || "#000000", r = ((l = t == null ? void 0 : t.colors) == null ? void 0 : l.base_hover_color) || r8(n, 0.2), i = ((u = t == null ? void 0 : t.colors) == null ? void 0 : u.primary_button_label) || "#ffffff";
24533
24536
  return `
24534
24537
  body {
24535
24538
  --primary-color: ${n};
@@ -24537,7 +24540,7 @@ const o8 = (t, e) => {
24537
24540
  --text-on-primary: ${i};
24538
24541
  }
24539
24542
  `;
24540
- }, s8 = "https://assets.sesamy.com/images/login-bg.jpg", it = ({
24543
+ }, a8 = "https://assets.sesamy.com/images/login-bg.jpg", it = ({
24541
24544
  title: t,
24542
24545
  children: e,
24543
24546
  theme: n,
@@ -24546,7 +24549,7 @@ const o8 = (t, e) => {
24546
24549
  }) => {
24547
24550
  var c;
24548
24551
  const o = {
24549
- backgroundImage: `url(${((c = n == null ? void 0 : n.page_background) == null ? void 0 : c.background_image_url) || s8})`
24552
+ backgroundImage: `url(${((c = n == null ? void 0 : n.page_background) == null ? void 0 : c.background_image_url) || a8})`
24550
24553
  };
24551
24554
  return /* @__PURE__ */ v("html", { lang: "en", children: [
24552
24555
  /* @__PURE__ */ v("head", { children: [
@@ -24591,7 +24594,7 @@ const o8 = (t, e) => {
24591
24594
  content: "width=device-width, initial-scale=1, maximum-scale=1"
24592
24595
  }
24593
24596
  ),
24594
- /* @__PURE__ */ v("style", { children: o8(n, r) }),
24597
+ /* @__PURE__ */ v("style", { children: s8(n, r) }),
24595
24598
  /* @__PURE__ */ v("meta", { name: "theme-color", content: "#000000" })
24596
24599
  ] }),
24597
24600
  /* @__PURE__ */ v("body", { children: /* @__PURE__ */ v(
@@ -24614,7 +24617,7 @@ const o8 = (t, e) => {
24614
24617
  ] }) })
24615
24618
  }
24616
24619
  ) }),
24617
- p1(kg || (kg = i8([`
24620
+ p1(kg || (kg = o8([`
24618
24621
  <script>
24619
24622
  // Add loading class to submit button on form submission
24620
24623
  document.addEventListener("DOMContentLoaded", function () {
@@ -24637,8 +24640,8 @@ const o8 = (t, e) => {
24637
24640
  <\/script>
24638
24641
  `])))
24639
24642
  ] });
24640
- }, kr = ({ children: t }) => /* @__PURE__ */ v("div", { className: "mb-2 text-sm text-red", children: t }), a8 = (t) => t === "small" ? "text-base" : t === "medium" ? "text-2xl" : t === "large" ? "text-3xl" : "", c8 = ({ size: t }) => {
24641
- const e = a8(t);
24643
+ }, kr = ({ children: t }) => /* @__PURE__ */ v("div", { className: "mb-2 text-sm text-red", children: t }), c8 = (t) => t === "small" ? "text-base" : t === "medium" ? "text-2xl" : t === "large" ? "text-3xl" : "", l8 = ({ size: t }) => {
24644
+ const e = c8(t);
24642
24645
  return /* @__PURE__ */ v("div", { className: "relative inline-block leading-[0]", children: [
24643
24646
  /* @__PURE__ */ v(
24644
24647
  nt,
@@ -24693,7 +24696,7 @@ const o8 = (t, e) => {
24693
24696
  ...u,
24694
24697
  children: [
24695
24698
  /* @__PURE__ */ v("span", { className: "btn-label flex items-center justify-center space-x-2", children: t }),
24696
- /* @__PURE__ */ v("div", { className: "btn-spinner absolute left-0 top-0 flex h-full w-full items-center justify-center", children: /* @__PURE__ */ v(c8, { size: "medium" }) })
24699
+ /* @__PURE__ */ v("div", { className: "btn-spinner absolute left-0 top-0 flex h-full w-full items-center justify-center", children: /* @__PURE__ */ v(l8, { size: "medium" }) })
24697
24700
  ]
24698
24701
  }
24699
24702
  )
@@ -24739,7 +24742,7 @@ const o8 = (t, e) => {
24739
24742
  ]
24740
24743
  }
24741
24744
  );
24742
- }, l8 = ({ ...t }) => /* @__PURE__ */ v(
24745
+ }, u8 = ({ ...t }) => /* @__PURE__ */ v(
24743
24746
  "svg",
24744
24747
  {
24745
24748
  width: "45",
@@ -24778,7 +24781,7 @@ const o8 = (t, e) => {
24778
24781
  )
24779
24782
  ]
24780
24783
  }
24781
- ), Qn = ({ children: t, className: e }) => /* @__PURE__ */ v("form", { id: "form", method: "post", className: e, children: t }), u8 = ({ ...t }) => /* @__PURE__ */ v(
24784
+ ), Qn = ({ children: t, className: e }) => /* @__PURE__ */ v("form", { id: "form", method: "post", className: e, children: t }), d8 = ({ ...t }) => /* @__PURE__ */ v(
24782
24785
  "svg",
24783
24786
  {
24784
24787
  version: "1.1",
@@ -24894,7 +24897,7 @@ const o8 = (t, e) => {
24894
24897
  connection: "google-oauth2",
24895
24898
  text: U.t("continue_with", { provider: "Google" }),
24896
24899
  canResize: !0,
24897
- icon: /* @__PURE__ */ v(l8, { className: "h-5 w-5 sm:absolute sm:left-4 sm:top-1/2 sm:h-6 sm:w-6 sm:-translate-y-1/2 short:static short:left-auto short:top-auto short:h-5 short:w-5 short:translate-y-0" }),
24900
+ icon: /* @__PURE__ */ v(u8, { className: "h-5 w-5 sm:absolute sm:left-4 sm:top-1/2 sm:h-6 sm:w-6 sm:-translate-y-1/2 short:static short:left-auto short:top-auto short:h-5 short:w-5 short:translate-y-0" }),
24898
24901
  loginSession: r
24899
24902
  }
24900
24903
  ),
@@ -24920,7 +24923,7 @@ const o8 = (t, e) => {
24920
24923
  connection: "vipps",
24921
24924
  text: U.t("continue_with", { provider: "Vipps" }),
24922
24925
  canResize: !0,
24923
- icon: /* @__PURE__ */ v(u8, { className: "h-5 w-5 sm:absolute sm:left-4 sm:top-1/2 sm:h-6 sm:w-6 sm:-translate-y-1/2 short:static short:left-auto short:top-auto short:h-5 short:w-5 short:translate-y-0" }),
24926
+ icon: /* @__PURE__ */ v(d8, { className: "h-5 w-5 sm:absolute sm:left-4 sm:top-1/2 sm:h-6 sm:w-6 sm:-translate-y-1/2 short:static short:left-auto short:top-auto short:h-5 short:w-5 short:translate-y-0" }),
24924
24927
  loginSession: r
24925
24928
  }
24926
24929
  )
@@ -24929,7 +24932,7 @@ const o8 = (t, e) => {
24929
24932
  ]
24930
24933
  }
24931
24934
  );
24932
- }, d8 = new Ee().openapi(
24935
+ }, p8 = new Ee().openapi(
24933
24936
  G({
24934
24937
  tags: ["login"],
24935
24938
  method: "get",
@@ -25108,13 +25111,13 @@ const o8 = (t, e) => {
25108
25111
  children: U.t("go_back")
25109
25112
  }
25110
25113
  );
25111
- var Ko = "_hp", p8 = {
25114
+ var Ko = "_hp", f8 = {
25112
25115
  Change: "Input",
25113
25116
  DoubleClick: "DblClick"
25114
- }, f8 = {
25117
+ }, h8 = {
25115
25118
  svg: "2000/svg",
25116
25119
  math: "1998/Math/MathML"
25117
- }, Go = [], Vd = /* @__PURE__ */ new WeakMap(), ji = void 0, h8 = () => ji, Dn = (t) => "t" in t, Vl = {
25120
+ }, Go = [], Vd = /* @__PURE__ */ new WeakMap(), ji = void 0, g8 = () => ji, Dn = (t) => "t" in t, Vl = {
25118
25121
  onClick: ["click", !1]
25119
25122
  }, Ng = (t) => {
25120
25123
  if (!t.startsWith("on"))
@@ -25124,9 +25127,9 @@ var Ko = "_hp", p8 = {
25124
25127
  const e = t.match(/^on([A-Z][a-zA-Z]+?(?:PointerCapture)?)(Capture)?$/);
25125
25128
  if (e) {
25126
25129
  const [, n, r] = e;
25127
- return Vl[t] = [(p8[n] || n).toLowerCase(), !!r];
25130
+ return Vl[t] = [(f8[n] || n).toLowerCase(), !!r];
25128
25131
  }
25129
- }, Cg = (t, e) => ji && t instanceof SVGElement && /[A-Z]/.test(e) && (e in t.style || e.match(/^(?:o|pai|str|u|ve)/)) ? e.replace(/([A-Z])/g, "-$1").toLowerCase() : e, g8 = (t, e, n) => {
25132
+ }, Cg = (t, e) => ji && t instanceof SVGElement && /[A-Z]/.test(e) && (e in t.style || e.match(/^(?:o|pai|str|u|ve)/)) ? e.replace(/([A-Z])/g, "-$1").toLowerCase() : e, m8 = (t, e, n) => {
25130
25133
  var r;
25131
25134
  e || (e = {});
25132
25135
  for (let i in e) {
@@ -25175,7 +25178,7 @@ var Ko = "_hp", p8 = {
25175
25178
  c ? t.removeEventListener(c[0], o, c[1]) : i === "ref" ? (r = Vd.get(t)) == null || r() : t.removeAttribute(Cg(t, i));
25176
25179
  }
25177
25180
  }
25178
- }, m8 = (t, e) => {
25181
+ }, _8 = (t, e) => {
25179
25182
  e[We][0] = 0, Go.push([t, e]);
25180
25183
  const n = e.tag[hf] || e.tag, r = n.defaultProps ? {
25181
25184
  ...n.defaultProps,
@@ -25203,7 +25206,7 @@ var Ko = "_hp", p8 = {
25203
25206
  } else
25204
25207
  n.push(l), (u = l.vR) != null && u.length && (r.push(...l.vR), delete l.vR);
25205
25208
  });
25206
- }, _8 = (t) => {
25209
+ }, y8 = (t) => {
25207
25210
  for (; ; t = t.tag === Ko || !t.vC || !t.pP ? t.nN : t.vC[0]) {
25208
25211
  if (!t)
25209
25212
  return null;
@@ -25235,7 +25238,7 @@ var Ko = "_hp", p8 = {
25235
25238
  else if (!c.length)
25236
25239
  l = 0;
25237
25240
  else {
25238
- const p = Ig(c, _8(t.nN));
25241
+ const p = Ig(c, y8(t.nN));
25239
25242
  p !== void 0 ? (u = c[p], l = p) : l = Ig(c, (d = r.find((h) => h.tag !== Ko && h.e)) == null ? void 0 : d.e) ?? -1, l === -1 && (n = !0);
25240
25243
  }
25241
25244
  for (let p = 0, h = r.length; p < h; p++, l++) {
@@ -25245,7 +25248,7 @@ var Ko = "_hp", p8 = {
25245
25248
  A = g.e, g.s = !1;
25246
25249
  else {
25247
25250
  const m = n || !g.e;
25248
- Dn(g) ? (g.e && g.d && (g.e.textContent = g.t), g.d = !1, A = g.e || (g.e = document.createTextNode(g.t))) : (A = g.e || (g.e = g.n ? document.createElementNS(g.n, g.tag) : document.createElement(g.tag)), g8(A, g.props, g.pP), E1(g, A, m));
25251
+ Dn(g) ? (g.e && g.d && (g.e.textContent = g.t), g.d = !1, A = g.e || (g.e = document.createTextNode(g.t))) : (A = g.e || (g.e = g.n ? document.createElementNS(g.n, g.tag) : document.createElement(g.tag)), m8(A, g.props, g.pP), E1(g, A, m));
25249
25252
  }
25250
25253
  g.tag === Ko ? l-- : n ? A.parentNode || e.appendChild(A) : c[l] !== A && c[l - 1] !== A && (c[l + 1] === A ? e.appendChild(c[l]) : e.insertBefore(A, u || c[l] || null));
25251
25254
  }
@@ -25257,18 +25260,18 @@ var Ko = "_hp", p8 = {
25257
25260
  h.forEach((g) => g());
25258
25261
  });
25259
25262
  }
25260
- }, y8 = (t, e) => !!(t && t.length === e.length && t.every((n, r) => n[1] === e[r][1])), ra = /* @__PURE__ */ new WeakMap(), Hd = (t, e, n) => {
25263
+ }, w8 = (t, e) => !!(t && t.length === e.length && t.every((n, r) => n[1] === e[r][1])), ra = /* @__PURE__ */ new WeakMap(), Hd = (t, e, n) => {
25261
25264
  var o, c, l, u, d, p;
25262
25265
  const r = !n && e.pC;
25263
25266
  n && (e.pC || (e.pC = e.vC));
25264
25267
  let i;
25265
25268
  try {
25266
- n || (n = typeof e.tag == "function" ? m8(t, e) : bs(e.props.children)), ((o = n[0]) == null ? void 0 : o.tag) === "" && n[0][Md] && (i = n[0][Md], t[5].push([t, i, e]));
25269
+ n || (n = typeof e.tag == "function" ? _8(t, e) : bs(e.props.children)), ((o = n[0]) == null ? void 0 : o.tag) === "" && n[0][Md] && (i = n[0][Md], t[5].push([t, i, e]));
25267
25270
  const h = r ? [...e.pC] : e.vC ? [...e.vC] : void 0, g = [];
25268
25271
  let A;
25269
25272
  for (let m = 0; m < n.length; m++) {
25270
25273
  Array.isArray(n[m]) && n.splice(m, 1, ...n[m].flat());
25271
- let $ = w8(n[m]);
25274
+ let $ = v8(n[m]);
25272
25275
  if ($) {
25273
25276
  typeof $.tag == "function" && !$.tag[f1] && (Bi.length > 0 && ($[We][2] = Bi.map((S) => [S, S.values.at(-1)])), (c = t[5]) != null && c.length && ($[We][3] = t[5].at(-1)));
25274
25277
  let k;
@@ -25285,7 +25288,7 @@ var Ko = "_hp", p8 = {
25285
25288
  const S = k.pP = k.props;
25286
25289
  if (k.props = $.props, k.f || (k.f = $.f || e.f), typeof $.tag == "function") {
25287
25290
  const b = k[We][2];
25288
- k[We][2] = $[We][2] || [], k[We][3] = $[We][3], !k.f && ((k.o || k) === $.o || (u = (l = k.tag)[j6]) != null && u.call(l, S, k.props)) && y8(b, k[We][2]) && (k.s = !0);
25291
+ k[We][2] = $[We][2] || [], k[We][3] = $[We][3], !k.f && ((k.o || k) === $.o || (u = (l = k.tag)[j6]) != null && u.call(l, S, k.props)) && w8(b, k[We][2]) && (k.s = !0);
25289
25292
  }
25290
25293
  $ = k;
25291
25294
  }
@@ -25332,7 +25335,7 @@ var Ko = "_hp", p8 = {
25332
25335
  } finally {
25333
25336
  i && t[5].pop();
25334
25337
  }
25335
- }, w8 = (t) => {
25338
+ }, v8 = (t) => {
25336
25339
  if (!(t == null || typeof t == "boolean")) {
25337
25340
  if (typeof t == "string" || typeof t == "number")
25338
25341
  return { t: t.toString(), d: !0 };
@@ -25347,7 +25350,7 @@ var Ko = "_hp", p8 = {
25347
25350
  }), typeof t.tag == "function")
25348
25351
  t[We] = [0, []];
25349
25352
  else {
25350
- const e = f8[t.tag];
25353
+ const e = h8[t.tag];
25351
25354
  e && (ji || (ji = g1("")), t.props.children = [
25352
25355
  {
25353
25356
  tag: ji,
@@ -25398,7 +25401,7 @@ var Ko = "_hp", p8 = {
25398
25401
  o && (ho.delete(e), o[1]());
25399
25402
  }
25400
25403
  return i;
25401
- }, v8 = (t, e, n) => ({
25404
+ }, b8 = (t, e, n) => ({
25402
25405
  tag: Ko,
25403
25406
  props: {
25404
25407
  children: t
@@ -25406,7 +25409,7 @@ var Ko = "_hp", p8 = {
25406
25409
  key: n,
25407
25410
  e,
25408
25411
  p: 1
25409
- }), Hl = 0, S1 = 1, zl = 2, Kl = 3, Gl = /* @__PURE__ */ new WeakMap(), k1 = (t, e) => !t || !e || t.length !== e.length || e.some((n, r) => n !== t[r]), b8 = void 0, Rg = [], x8 = (t) => {
25412
+ }), Hl = 0, S1 = 1, zl = 2, Kl = 3, Gl = /* @__PURE__ */ new WeakMap(), k1 = (t, e) => !t || !e || t.length !== e.length || e.some((n, r) => n !== t[r]), x8 = void 0, Rg = [], $8 = (t) => {
25410
25413
  var c;
25411
25414
  const e = () => typeof t == "function" ? t() : t, n = Go.at(-1);
25412
25415
  if (!n)
@@ -25416,7 +25419,7 @@ var Ko = "_hp", p8 = {
25416
25419
  return i[o] || (i[o] = [
25417
25420
  e(),
25418
25421
  (l) => {
25419
- const u = b8, d = i[o];
25422
+ const u = x8, d = i[o];
25420
25423
  if (typeof l == "function" && (l = l(d[0])), !Object.is(l, d[0]))
25421
25424
  if (d[0] = l, Rg.length) {
25422
25425
  const [p, h] = Rg.at(-1);
@@ -25444,7 +25447,7 @@ var Ko = "_hp", p8 = {
25444
25447
  return t;
25445
25448
  const [, r] = n, i = (l = r[We][1])[zl] || (l[zl] = []), o = r[We][0]++, c = i[o];
25446
25449
  return k1(c == null ? void 0 : c[1], e) ? i[o] = [t, e] : t = i[o][0], t;
25447
- }, $8 = (t) => {
25450
+ }, A8 = (t) => {
25448
25451
  const e = Gl.get(t);
25449
25452
  if (e) {
25450
25453
  if (e.length === 2)
@@ -25455,21 +25458,21 @@ var Ko = "_hp", p8 = {
25455
25458
  (n) => Gl.set(t, [n]),
25456
25459
  (n) => Gl.set(t, [void 0, n])
25457
25460
  ), t;
25458
- }, A8 = (t, e) => {
25461
+ }, E8 = (t, e) => {
25459
25462
  var l;
25460
25463
  const n = Go.at(-1);
25461
25464
  if (!n)
25462
25465
  return t();
25463
25466
  const [, r] = n, i = (l = r[We][1])[Kl] || (l[Kl] = []), o = r[We][0]++, c = i[o];
25464
25467
  return k1(c == null ? void 0 : c[1], e) && (i[o] = [t(), e]), i[o][0];
25465
- }, E8 = g1({
25468
+ }, S8 = g1({
25466
25469
  pending: !1,
25467
25470
  data: null,
25468
25471
  method: null,
25469
25472
  action: null
25470
- }), Pg = /* @__PURE__ */ new Set(), S8 = (t) => {
25473
+ }), Pg = /* @__PURE__ */ new Set(), k8 = (t) => {
25471
25474
  Pg.add(t), t.finally(() => Pg.delete(t));
25472
- }, wf = (t, e) => A8(
25475
+ }, wf = (t, e) => E8(
25473
25476
  () => (n) => {
25474
25477
  let r;
25475
25478
  t && (typeof t == "function" ? r = t(n) || (() => {
@@ -25564,7 +25567,7 @@ var Ko = "_hp", p8 = {
25564
25567
  const T = e[b], q = ui[T] || (ui[T] = new Promise((M, z) => {
25565
25568
  $(h), h.addEventListener("load", M), h.addEventListener("error", z);
25566
25569
  }));
25567
- $8(q);
25570
+ A8(q);
25568
25571
  }
25569
25572
  }
25570
25573
  const S = {
@@ -25576,37 +25579,37 @@ var Ko = "_hp", p8 = {
25576
25579
  },
25577
25580
  ref: k
25578
25581
  };
25579
- return S.p = n, h && (S.e = h), v8(
25582
+ return S.p = n, h && (S.e = h), b8(
25580
25583
  S,
25581
25584
  o
25582
25585
  );
25583
- }, k8 = (t) => {
25584
- const e = h8(), n = e && eo(e);
25586
+ }, N8 = (t) => {
25587
+ const e = g8(), n = e && eo(e);
25585
25588
  return n != null && n.endsWith("svg") ? {
25586
25589
  tag: "title",
25587
25590
  props: t,
25588
25591
  type: "title",
25589
25592
  ref: t.ref
25590
25593
  } : As("title", t, void 0, !1, !1);
25591
- }, N8 = (t) => !t || ["src", "async"].some((e) => !t[e]) ? {
25594
+ }, C8 = (t) => !t || ["src", "async"].some((e) => !t[e]) ? {
25592
25595
  tag: "script",
25593
25596
  props: t,
25594
25597
  type: "script",
25595
25598
  ref: t.ref
25596
- } : As("script", t, 1, !1, !0), C8 = (t) => !t || !["href", "precedence"].every((e) => e in t) ? {
25599
+ } : As("script", t, 1, !1, !0), I8 = (t) => !t || !["href", "precedence"].every((e) => e in t) ? {
25597
25600
  tag: "style",
25598
25601
  props: t,
25599
25602
  type: "style",
25600
25603
  ref: t.ref
25601
- } : (t["data-href"] = t.href, delete t.href, As("style", t, 2, !0, !0)), I8 = (t) => !t || ["onLoad", "onError"].some((e) => e in t) || t.rel === "stylesheet" && (!("precedence" in t) || "disabled" in t) ? {
25604
+ } : (t["data-href"] = t.href, delete t.href, As("style", t, 2, !0, !0)), T8 = (t) => !t || ["onLoad", "onError"].some((e) => e in t) || t.rel === "stylesheet" && (!("precedence" in t) || "disabled" in t) ? {
25602
25605
  tag: "link",
25603
25606
  props: t,
25604
25607
  type: "link",
25605
25608
  ref: t.ref
25606
- } : As("link", t, 1, "precedence" in t, !0), T8 = (t) => As("meta", t, void 0, !1, !1), N1 = Symbol(), O8 = (t) => {
25609
+ } : As("link", t, 1, "precedence" in t, !0), O8 = (t) => As("meta", t, void 0, !1, !1), N1 = Symbol(), D8 = (t) => {
25607
25610
  const { action: e, ...n } = t;
25608
25611
  typeof e != "function" && (n.action = e);
25609
- const [r, i] = x8([null, !1]), o = yf(
25612
+ const [r, i] = $8([null, !1]), o = yf(
25610
25613
  async (d) => {
25611
25614
  const p = d.isTrusted ? e : d.detail[N1];
25612
25615
  if (typeof p != "function")
@@ -25615,14 +25618,14 @@ var Ko = "_hp", p8 = {
25615
25618
  const h = new FormData(d.target);
25616
25619
  i([h, !0]);
25617
25620
  const g = p(h);
25618
- g instanceof Promise && (S8(g), await g), i([null, !0]);
25621
+ g instanceof Promise && (k8(g), await g), i([null, !0]);
25619
25622
  },
25620
25623
  []
25621
25624
  ), c = wf(t.ref, (d) => (d.addEventListener("submit", o), () => {
25622
25625
  d.removeEventListener("submit", o);
25623
25626
  })), [l, u] = r;
25624
25627
  return r[1] = !1, {
25625
- tag: E8,
25628
+ tag: S8,
25626
25629
  props: {
25627
25630
  value: {
25628
25631
  pending: l !== null,
@@ -25662,16 +25665,16 @@ var Ko = "_hp", p8 = {
25662
25665
  type: t,
25663
25666
  ref: n.ref
25664
25667
  };
25665
- }, D8 = (t) => C1("input", t), R8 = (t) => C1("button", t);
25668
+ }, R8 = (t) => C1("input", t), P8 = (t) => C1("button", t);
25666
25669
  Object.assign(qd, {
25667
- title: k8,
25668
- script: N8,
25669
- style: C8,
25670
- link: I8,
25671
- meta: T8,
25672
- form: O8,
25673
- input: D8,
25674
- button: R8
25670
+ title: N8,
25671
+ script: C8,
25672
+ style: I8,
25673
+ link: T8,
25674
+ meta: O8,
25675
+ form: D8,
25676
+ input: R8,
25677
+ button: P8
25675
25678
  });
25676
25679
  m1(null);
25677
25680
  new TextEncoder();
@@ -25780,7 +25783,7 @@ const Wo = (t) => {
25780
25783
  /* @__PURE__ */ v("div", { className: "flex flex-1 flex-col justify-center", children: e }),
25781
25784
  c ? /* @__PURE__ */ v(En, { state: c }) : ""
25782
25785
  ] });
25783
- }, P8 = new Ee().openapi(
25786
+ }, B8 = new Ee().openapi(
25784
25787
  G({
25785
25788
  tags: ["login"],
25786
25789
  method: "get",
@@ -25953,7 +25956,7 @@ const Wo = (t) => {
25953
25956
  );
25954
25957
  }
25955
25958
  }
25956
- ), B8 = (t) => {
25959
+ ), j8 = (t) => {
25957
25960
  const { theme: e, branding: n, client: r, state: i } = t;
25958
25961
  return /* @__PURE__ */ v(
25959
25962
  it,
@@ -25975,7 +25978,7 @@ const Wo = (t) => {
25975
25978
  ]
25976
25979
  }
25977
25980
  );
25978
- }, j8 = ({ width: t = 22, height: e = 17 }) => /* @__PURE__ */ v(
25981
+ }, L8 = ({ width: t = 22, height: e = 17 }) => /* @__PURE__ */ v(
25979
25982
  "svg",
25980
25983
  {
25981
25984
  width: t,
@@ -25990,7 +25993,7 @@ const Wo = (t) => {
25990
25993
  }
25991
25994
  )
25992
25995
  }
25993
- ), L8 = ({ width: t = 23, height: e = 18 }) => /* @__PURE__ */ v(
25996
+ ), F8 = ({ width: t = 23, height: e = 18 }) => /* @__PURE__ */ v(
25994
25997
  "svg",
25995
25998
  {
25996
25999
  width: t,
@@ -26026,7 +26029,7 @@ const Wo = (t) => {
26026
26029
  "aria-label": U.t("show_password"),
26027
26030
  title: U.t("show_password"),
26028
26031
  className: "show-password-toggle-show absolute right-0 top-0 w-10 h-full rounded-r-lg text-gray-400 column hover:bg-black/5",
26029
- children: /* @__PURE__ */ v(j8, {})
26032
+ children: /* @__PURE__ */ v(L8, {})
26030
26033
  }
26031
26034
  ),
26032
26035
  /* @__PURE__ */ v(
@@ -26036,11 +26039,11 @@ const Wo = (t) => {
26036
26039
  "aria-label": U.t("hide_password"),
26037
26040
  title: U.t("hide_password"),
26038
26041
  className: "show-password-toggle-hide !hidden absolute right-0 top-0 w-10 h-full rounded-r-lg text-gray-400 column hover:bg-black/5",
26039
- children: /* @__PURE__ */ v(L8, {})
26042
+ children: /* @__PURE__ */ v(F8, {})
26040
26043
  }
26041
26044
  )
26042
26045
  ] });
26043
- var Lg = Object.freeze, F8 = Object.defineProperty, U8 = (t, e) => Lg(F8(t, "raw", { value: Lg(t.slice()) })), Fg;
26046
+ var Lg = Object.freeze, U8 = Object.defineProperty, M8 = (t, e) => Lg(U8(t, "raw", { value: Lg(t.slice()) })), Fg;
26044
26047
  const Wl = (t) => {
26045
26048
  const { error: e, theme: n, branding: r, email: i, state: o, client: c } = t, l = new URLSearchParams({
26046
26049
  state: o
@@ -26102,7 +26105,7 @@ const Wl = (t) => {
26102
26105
  ] }),
26103
26106
  /* @__PURE__ */ v(En, { state: o })
26104
26107
  ] }),
26105
- p1(Fg || (Fg = U8([`
26108
+ p1(Fg || (Fg = M8([`
26106
26109
  <script>
26107
26110
  // Show password toggle
26108
26111
  var passwordInputs = document.querySelectorAll(".password-input");
@@ -26130,7 +26133,7 @@ const Wl = (t) => {
26130
26133
  ]
26131
26134
  }
26132
26135
  );
26133
- }, M8 = new Ee().openapi(
26136
+ }, q8 = new Ee().openapi(
26134
26137
  G({
26135
26138
  tags: ["login"],
26136
26139
  method: "get",
@@ -26242,7 +26245,7 @@ const Wl = (t) => {
26242
26245
  400
26243
26246
  ) : p.code === "EMAIL_NOT_VERIFIED" ? t.html(
26244
26247
  /* @__PURE__ */ v(
26245
- B8,
26248
+ j8,
26246
26249
  {
26247
26250
  theme: i,
26248
26251
  branding: o,
@@ -26321,7 +26324,7 @@ const Wl = (t) => {
26321
26324
  ]
26322
26325
  }
26323
26326
  );
26324
- }, q8 = new Ee().openapi(
26327
+ }, V8 = new Ee().openapi(
26325
26328
  G({
26326
26329
  tags: ["login"],
26327
26330
  method: "get",
@@ -26574,7 +26577,7 @@ const Wl = (t) => {
26574
26577
  ]
26575
26578
  }
26576
26579
  );
26577
- }, V8 = new Ee().openapi(
26580
+ }, H8 = new Ee().openapi(
26578
26581
  G({
26579
26582
  tags: ["login"],
26580
26583
  method: "get",
@@ -26746,7 +26749,7 @@ const Wl = (t) => {
26746
26749
  )
26747
26750
  );
26748
26751
  }
26749
- ), H8 = (t) => {
26752
+ ), z8 = (t) => {
26750
26753
  const { error: e, theme: n, branding: r, client: i, email: o, state: c } = t;
26751
26754
  return /* @__PURE__ */ v(
26752
26755
  it,
@@ -26779,7 +26782,7 @@ const Wl = (t) => {
26779
26782
  ]
26780
26783
  }
26781
26784
  );
26782
- }, z8 = (t) => {
26785
+ }, K8 = (t) => {
26783
26786
  const { theme: e, branding: n, client: r, state: i } = t;
26784
26787
  return /* @__PURE__ */ v(it, { title: "Login", theme: e, branding: n, client: r, children: [
26785
26788
  /* @__PURE__ */ v("div", { className: "flex flex-1 flex-col justify-center", children: [
@@ -26791,7 +26794,7 @@ const Wl = (t) => {
26791
26794
  ] }),
26792
26795
  /* @__PURE__ */ v(En, { state: i })
26793
26796
  ] });
26794
- }, K8 = new Ee().openapi(
26797
+ }, G8 = new Ee().openapi(
26795
26798
  G({
26796
26799
  tags: ["login"],
26797
26800
  method: "get",
@@ -26816,7 +26819,7 @@ const Wl = (t) => {
26816
26819
  );
26817
26820
  return t.html(
26818
26821
  /* @__PURE__ */ v(
26819
- H8,
26822
+ z8,
26820
26823
  {
26821
26824
  theme: n,
26822
26825
  branding: r,
@@ -26857,7 +26860,7 @@ const Wl = (t) => {
26857
26860
  o.id
26858
26861
  ), t.html(
26859
26862
  /* @__PURE__ */ v(
26860
- z8,
26863
+ K8,
26861
26864
  {
26862
26865
  theme: n,
26863
26866
  branding: r,
@@ -26867,7 +26870,7 @@ const Wl = (t) => {
26867
26870
  )
26868
26871
  );
26869
26872
  }
26870
- ), G8 = ({
26873
+ ), W8 = ({
26871
26874
  theme: t,
26872
26875
  branding: e,
26873
26876
  client: n,
@@ -26914,7 +26917,7 @@ const Wl = (t) => {
26914
26917
  ] })
26915
26918
  ] })
26916
26919
  }
26917
- ), W8 = new Ee().openapi(
26920
+ ), X8 = new Ee().openapi(
26918
26921
  G({
26919
26922
  tags: ["login"],
26920
26923
  method: "get",
@@ -26977,7 +26980,7 @@ const Wl = (t) => {
26977
26980
  );
26978
26981
  return u ? t.html(
26979
26982
  /* @__PURE__ */ v(
26980
- G8,
26983
+ W8,
26981
26984
  {
26982
26985
  theme: r,
26983
26986
  branding: i,
@@ -27062,7 +27065,7 @@ const Wl = (t) => {
27062
27065
  });
27063
27066
  return p;
27064
27067
  }
27065
- ), X8 = !1, Ug = (t) => {
27068
+ ), J8 = !1, Ug = (t) => {
27066
27069
  var l;
27067
27070
  const { theme: e, branding: n, user: r, client: i, error: o, success: c } = t;
27068
27071
  return (l = r.identities) != null && l.filter(
@@ -27103,11 +27106,11 @@ const Wl = (t) => {
27103
27106
  /* @__PURE__ */ v(rt, { variant: "primary", className: "w-full", children: U.t("update_email") })
27104
27107
  ] })
27105
27108
  ] }),
27106
- X8
27109
+ J8
27107
27110
  ] }) })
27108
27111
  }
27109
27112
  );
27110
- }, J8 = new Ee().openapi(
27113
+ }, Y8 = new Ee().openapi(
27111
27114
  G({
27112
27115
  tags: ["login"],
27113
27116
  method: "get",
@@ -27350,7 +27353,7 @@ const Wl = (t) => {
27350
27353
  ] })
27351
27354
  ]
27352
27355
  }
27353
- ), Y8 = new Ee().openapi(
27356
+ ), Z8 = new Ee().openapi(
27354
27357
  G({
27355
27358
  tags: ["login"],
27356
27359
  method: "get",
@@ -27486,7 +27489,7 @@ const Wl = (t) => {
27486
27489
  )
27487
27490
  );
27488
27491
  }
27489
- ), Z8 = new Ee().openapi(
27492
+ ), Q8 = new Ee().openapi(
27490
27493
  G({
27491
27494
  tags: ["login"],
27492
27495
  method: "get",
@@ -27527,7 +27530,7 @@ const Wl = (t) => {
27527
27530
  )
27528
27531
  );
27529
27532
  }
27530
- ), Q8 = (t) => {
27533
+ ), eA = (t) => {
27531
27534
  const { theme: e, branding: n, client: r, email: i, state: o } = t;
27532
27535
  return /* @__PURE__ */ v(
27533
27536
  it,
@@ -27558,7 +27561,7 @@ const Wl = (t) => {
27558
27561
  ]
27559
27562
  }
27560
27563
  );
27561
- }, eA = new Ee().openapi(
27564
+ }, tA = new Ee().openapi(
27562
27565
  G({
27563
27566
  tags: ["login"],
27564
27567
  method: "get",
@@ -27585,7 +27588,7 @@ const Wl = (t) => {
27585
27588
  throw new P(400, { message: "Username required" });
27586
27589
  return t.html(
27587
27590
  /* @__PURE__ */ v(
27588
- Q8,
27591
+ eA,
27589
27592
  {
27590
27593
  state: e,
27591
27594
  theme: n,
@@ -27633,7 +27636,7 @@ const Wl = (t) => {
27633
27636
  n.id
27634
27637
  ), t.redirect(`/u/pre-signup-sent?state=${e}`);
27635
27638
  }
27636
- ), tA = (t) => {
27639
+ ), nA = (t) => {
27637
27640
  const { redirectUrl: e, theme: n, branding: r, client: i } = t;
27638
27641
  return /* @__PURE__ */ v(
27639
27642
  it,
@@ -27655,7 +27658,7 @@ const Wl = (t) => {
27655
27658
  ]
27656
27659
  }
27657
27660
  );
27658
- }, nA = new Ee().openapi(
27661
+ }, rA = new Ee().openapi(
27659
27662
  G({
27660
27663
  tags: ["login"],
27661
27664
  method: "get",
@@ -27682,7 +27685,7 @@ const Wl = (t) => {
27682
27685
  o.authParams.username || ""
27683
27686
  )), t.html(
27684
27687
  /* @__PURE__ */ v(
27685
- tA,
27688
+ nA,
27686
27689
  {
27687
27690
  redirectUrl: c == null ? void 0 : c.href,
27688
27691
  theme: n,
@@ -27692,7 +27695,7 @@ const Wl = (t) => {
27692
27695
  )
27693
27696
  );
27694
27697
  }
27695
- ), rA = new Ee().openapi(
27698
+ ), iA = new Ee().openapi(
27696
27699
  G({
27697
27700
  tags: ["login"],
27698
27701
  method: "get",
@@ -27729,7 +27732,7 @@ const Wl = (t) => {
27729
27732
  )
27730
27733
  );
27731
27734
  }
27732
- ), iA = ({ theme: t, branding: e, client: n, state: r }) => {
27735
+ ), oA = ({ theme: t, branding: e, client: n, state: r }) => {
27733
27736
  const i = new URLSearchParams({
27734
27737
  state: r
27735
27738
  });
@@ -27757,7 +27760,7 @@ const Wl = (t) => {
27757
27760
  ]
27758
27761
  }
27759
27762
  );
27760
- }, oA = new Ee().openapi(
27763
+ }, sA = new Ee().openapi(
27761
27764
  G({
27762
27765
  tags: ["login"],
27763
27766
  method: "get",
@@ -27820,7 +27823,7 @@ const Wl = (t) => {
27820
27823
  }
27821
27824
  return t.html(
27822
27825
  /* @__PURE__ */ v(
27823
- iA,
27826
+ oA,
27824
27827
  {
27825
27828
  theme: c,
27826
27829
  branding: l,
@@ -27830,7 +27833,7 @@ const Wl = (t) => {
27830
27833
  )
27831
27834
  );
27832
27835
  }
27833
- ), sA = (t) => {
27836
+ ), aA = (t) => {
27834
27837
  const { theme: e, branding: n, client: r, email: i, state: o } = t;
27835
27838
  return /* @__PURE__ */ v(
27836
27839
  it,
@@ -27861,7 +27864,7 @@ const Wl = (t) => {
27861
27864
  ]
27862
27865
  }
27863
27866
  );
27864
- }, aA = new Ee().openapi(
27867
+ }, cA = new Ee().openapi(
27865
27868
  G({
27866
27869
  tags: ["login"],
27867
27870
  method: "get",
@@ -27888,7 +27891,7 @@ const Wl = (t) => {
27888
27891
  throw new P(400, { message: "Username required" });
27889
27892
  return t.html(
27890
27893
  /* @__PURE__ */ v(
27891
- sA,
27894
+ aA,
27892
27895
  {
27893
27896
  theme: n,
27894
27897
  branding: r,
@@ -27902,21 +27905,21 @@ const Wl = (t) => {
27902
27905
  ), I1 = `
27903
27906
  @font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:400;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:500;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:KHTeka;font-style:normal;font-weight:600;src:url(https://assets.sesamy.com/fonts/khteka/WOFF2/KHTeka-Bold.woff2) format("woff2")}@font-face{font-family:uicon;src:url(https://login2.sesamy.com/_next/static/media/uicon.0b00e08a.woff2)}[class*=" uicon-"],[class^=uicon-]{font-family:uicon!important;font-size:inherit;font-style:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.uicon-apple:before{content:"\\ea01"}.uicon-arrow-down:before{content:"\\ea02"}.uicon-arrow-left:before{content:"\\ea03"}.uicon-arrow-right:before{content:"\\ea04"}.uicon-arrow-up:before{content:"\\ea05"}.uicon-facebook:before{content:"\\ea06"}.uicon-google:before{content:"\\ea07"}.uicon-info-bubble:before{content:"\\ea08"}.uicon-info:before{content:"\\ea09"}.uicon-sesamy:before{content:"\\ea0a"}.uicon-spinner-circle:before{content:"\\ea0b"}.uicon-spinner-inner:before{content:"\\ea0c"}
27904
27907
 
27905
- /*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #bfbcd7;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:KHTeka,Helvetica Neue,HelveticaNeue,TeX Gyre Heros,TeXGyreHeros,FreeSans,Nimbus Sans L,Liberation Sans,Arimo,Helvetica,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#4b4a58;opacity:1}input::placeholder,textarea::placeholder{color:#4b4a58;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}body,html{height:100%}body{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity));font-size:1rem;letter-spacing:.0125rem;line-height:120%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:1280px){body{font-size:1.125rem;line-height:120%}}:is(.dark body){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}button,input,optgroup,select,textarea{font-size:.875rem;letter-spacing:.0125rem;line-height:120%}@media (min-width:1280px){button,input,optgroup,select,textarea{font-size:1rem;line-height:120%}}h1{font-size:1.5rem;font-weight:500;line-height:120%}@media (min-width:1280px){h1{font-size:2rem;line-height:120%}}@media (min-width:640px){h1{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}@media (min-width:1280px){h1{font-size:3.5rem;letter-spacing:-.0625rem;line-height:100%}}h2{font-size:1.25rem;font-weight:500;line-height:120%}@media (min-width:1280px){h2{font-size:1.5rem;line-height:120%}}@media (min-width:640px){h2{font-size:2rem;letter-spacing:0;line-height:120%}}@media (min-width:1280px){h2{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}h3{font-size:1.125rem;font-weight:500;line-height:120%}@media (min-width:1280px){h3{font-size:1.25rem;line-height:120%}}@media (min-width:640px){h3{font-size:1.5rem;line-height:120%}}@media (min-width:1280px){h3{font-size:2rem;line-height:120%}}h4{font-size:1rem;font-weight:500;line-height:120%}@media (min-width:1280px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:640px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:1280px){h4{font-size:1.5rem;line-height:120%}}h5{font-size:.875rem;font-weight:500;line-height:120%}@media (min-width:1280px){h5{font-size:1rem;line-height:120%}}@media (min-width:640px){h5{font-size:1rem;line-height:120%}}@media (min-width:1280px){h5{font-size:1.125rem;line-height:120%}}h6{font-size:.75rem;font-weight:500;line-height:135%}@media (min-width:1280px){h6{font-size:.875rem;line-height:120%}}@media (min-width:640px){h6{font-size:.875rem;line-height:120%}}@media (min-width:1280px){h6{font-size:1rem;line-height:120%}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1920px){.container{max-width:1920px}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.top-1\\/2{top:50%}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-bottom:1rem;margin-top:1rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\\!hidden{display:none!important}.hidden{display:none}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-full{max-height:100%}.min-h-\\[calc\\(100vh-83px\\)\\]{min-height:calc(100vh - 83px)}.min-h-full{min-height:100%}.w-10{width:2.5rem}.w-5{width:1.25rem}.w-\\[calc\\(100\\%-theme\\(space\\.2\\)-theme\\(space\\.2\\)\\)\\]{width:calc(100% - 1rem)}.w-full{width:100%}.max-w-\\[1295px\\]{max-width:1295px}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.flex-col{flex-direction:column}.\\!flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.625rem}.rounded-md{border-radius:.375rem}.rounded-r-lg{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-100{--tw-border-opacity:1;border-color:rgb(248 249 251/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(191 188 215/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(136 134 159/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}.border-red{--tw-border-opacity:1;border-color:rgb(252 90 90/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.bg-primary{background-color:var(--primary-color)}.bg-primaryHover{background-color:var(--primary-hover)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.p-4{padding:1rem}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.pb-2{padding-bottom:.5rem}.pb-8{padding-bottom:2rem}.pt-2{padding-top:.5rem}.pt-2\\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.indent-\\[5px\\]{text-indent:5px}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\\!text-base{font-size:1rem!important;line-height:120%!important}.text-2xl{font-size:1.5rem;line-height:120%}.text-3xl{font-size:2rem;line-height:120%}.text-base{font-size:1rem;line-height:120%}.text-lg{font-size:1.125rem;line-height:120%}.text-sm{font-size:.875rem;line-height:120%}.text-xl{font-size:1.25rem;line-height:120%}.text-xs{font-size:.75rem;line-height:135%}.font-medium{font-weight:500}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.leading-\\[0\\]{line-height:0}.leading-tight{line-height:1.25}.text-\\[\\#1196F5\\]{--tw-text-opacity:1;color:rgb(17 150 245/var(--tw-text-opacity))}.text-\\[\\#B2B2B2\\]{--tw-text-opacity:1;color:rgb(178 178 178/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(191 188 215/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(8 8 14/var(--tw-text-opacity))}.text-primary{color:var(--primary-color)}.text-red{--tw-text-opacity:1;color:rgb(252 90 90/var(--tw-text-opacity))}.text-textOnPrimary{color:var(--text-on-primary)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(75 74 88/var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(75 74 88/var(--tw-placeholder-opacity))}.accent-\\[\\#4F2D7F\\]{accent-color:#4f2d7f}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.row-up-left{align-content:flex-start;justify-content:flex-start}.row,.row-up-left{display:flex;flex-direction:row;flex-wrap:wrap}.row{align-content:center;align-items:center;justify-content:center}.column-left{align-items:flex-start}.column,.column-left{display:flex;flex-direction:column;justify-content:center}.column{align-items:center}@media (min-width:1280px){.text-5xl{font-size:5.125rem;letter-spacing:-.125rem;line-height:100%}.text-4xl{font-size:3.5rem}.text-3xl,.text-4xl{letter-spacing:-.0625rem;line-height:100%}.text-3xl{font-size:3rem}.text-2xl{font-size:2rem}.text-2xl,.text-xl{line-height:120%}.text-xl{font-size:1.5rem}.text-lg{font-size:1.25rem}.text-base,.text-lg{line-height:120%}.text-base{font-size:1.125rem}.text-sm{font-size:1rem}.text-sm,.text-xs{line-height:120%}.text-xs{font-size:.875rem}}:root{--primary-color:#7d68f4;--primary-hover:#7e69f4;--text-on-primary:#fff}svg{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}*,:after,:before{text-underline-offset:4px}input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield!important}.btn.is-loading{cursor:not-allowed;opacity:.4;pointer-events:none}.btn .btn-spinner,.btn.is-loading .btn-label{opacity:0;visibility:hidden}.btn.is-loading .btn-spinner{opacity:1;visibility:visible}[class*=" uicon-"],[class^=uicon-]{letter-spacing:0;line-height:100%}.placeholder\\:text-gray-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.placeholder\\:text-gray-300::placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.hover\\:bg-black\\/5:hover{background-color:rgba(0,0,0,.05)}.hover\\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.hover\\:bg-primaryHover:hover{background-color:var(--primary-hover)}.hover\\:text-primaryHover:hover{color:var(--primary-hover)}.hover\\:underline:hover{text-decoration-line:underline}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-1:focus,.focus\\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color:var(--primary-color)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px}:is(.dark .dark\\:border-gray-400){--tw-border-opacity:1;border-color:rgb(75 74 88/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-500){--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-600){--tw-border-opacity:1;border-color:rgb(40 40 52/var(--tw-border-opacity))}:is(.dark .dark\\:bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(40 40 52/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity))}:is(.dark .dark\\:text-\\[\\#201a41\\]){--tw-text-opacity:1;color:rgb(32 26 65/var(--tw-text-opacity))}:is(.dark .dark\\:text-gray-300){--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}:is(.dark .dark\\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\\:hover\\:bg-black\\/90:hover){background-color:rgba(0,0,0,.9)}:is(.dark .dark\\:focus\\:ring-offset-gray-900:focus){--tw-ring-offset-color:#08080e}@media (min-width:640px){.sm\\:absolute{position:absolute}.sm\\:left-4{left:1rem}.sm\\:top-1\\/2{top:50%}.sm\\:mt-4{margin-top:1rem}.sm\\:inline{display:inline}.sm\\:h-6{height:1.5rem}.sm\\:min-h-\\[700px\\]{min-height:700px}.sm\\:w-6{width:1.5rem}.sm\\:w-\\[calc\\(100\\%-theme\\(space\\.16\\)-theme\\(space\\.16\\)\\)\\]{width:calc(100% - 8rem)}.sm\\:w-auto{width:auto}.sm\\:max-w-md{max-width:28rem}.sm\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:flex-col{flex-direction:column}.sm\\:justify-normal{justify-content:normal}.sm\\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.sm\\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\\:bg-fixed{background-attachment:fixed}.sm\\:bg-left-top{background-position:0 0}.sm\\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.sm\\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\\:pt-16{padding-top:4rem}.sm\\:text-2xl{font-size:1.5rem;line-height:120%}.sm\\:text-base{font-size:1rem;line-height:120%}}@media (min-width:1280px){.md\\:min-w-\\[448px\\]{min-width:448px}.md\\:text-3xl{font-size:2rem;line-height:120%}.md\\:text-base{font-size:1rem;line-height:120%}.md\\:text-sm{font-size:.875rem;line-height:120%}.md\\:text-xs{font-size:.75rem;line-height:135%}}@media (max-height:900px) and (min-width:640px){.short\\:static{position:static}.short\\:left-auto{left:auto}.short\\:top-auto{top:auto}.short\\:hidden{display:none}.short\\:h-5{height:1.25rem}.short\\:min-h-\\[558px\\]{min-height:558px}.short\\:w-5{width:1.25rem}.short\\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.short\\:flex-row{flex-direction:row}.short\\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.short\\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.short\\:px-0{padding-left:0;padding-right:0}.short\\:py-3{padding-bottom:.75rem;padding-top:.75rem}.short\\:text-xl{font-size:1.25rem;line-height:120%}}.\\[\\&\\>\\*\\:last-child\\]\\:mb-0>:last-child{margin-bottom:0}.\\[\\&_h1\\]\\:mb-6 h1,.\\[\\&_h2\\]\\:mb-6 h2{margin-bottom:1.5rem}`;
27906
- function AK() {
27908
+ /*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #bfbcd7;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:KHTeka,Helvetica Neue,HelveticaNeue,TeX Gyre Heros,TeXGyreHeros,FreeSans,Nimbus Sans L,Liberation Sans,Arimo,Helvetica,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#4b4a58;opacity:1}input::placeholder,textarea::placeholder{color:#4b4a58;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}body,html{height:100%}body{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity));font-size:1rem;letter-spacing:.0125rem;line-height:120%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:1280px){body{font-size:1.125rem;line-height:120%}}:is(.dark body){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}button,input,optgroup,select,textarea{font-size:.875rem;letter-spacing:.0125rem;line-height:120%}@media (min-width:1280px){button,input,optgroup,select,textarea{font-size:1rem;line-height:120%}}h1{font-size:1.5rem;font-weight:500;line-height:120%}@media (min-width:1280px){h1{font-size:2rem;line-height:120%}}@media (min-width:640px){h1{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}@media (min-width:1280px){h1{font-size:3.5rem;letter-spacing:-.0625rem;line-height:100%}}h2{font-size:1.25rem;font-weight:500;line-height:120%}@media (min-width:1280px){h2{font-size:1.5rem;line-height:120%}}@media (min-width:640px){h2{font-size:2rem;letter-spacing:0;line-height:120%}}@media (min-width:1280px){h2{font-size:3rem;letter-spacing:-.0625rem;line-height:100%}}h3{font-size:1.125rem;font-weight:500;line-height:120%}@media (min-width:1280px){h3{font-size:1.25rem;line-height:120%}}@media (min-width:640px){h3{font-size:1.5rem;line-height:120%}}@media (min-width:1280px){h3{font-size:2rem;line-height:120%}}h4{font-size:1rem;font-weight:500;line-height:120%}@media (min-width:1280px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:640px){h4{font-size:1.125rem;line-height:120%}}@media (min-width:1280px){h4{font-size:1.5rem;line-height:120%}}h5{font-size:.875rem;font-weight:500;line-height:120%}@media (min-width:1280px){h5{font-size:1rem;line-height:120%}}@media (min-width:640px){h5{font-size:1rem;line-height:120%}}@media (min-width:1280px){h5{font-size:1.125rem;line-height:120%}}h6{font-size:.75rem;font-weight:500;line-height:135%}@media (min-width:1280px){h6{font-size:.875rem;line-height:120%}}@media (min-width:640px){h6{font-size:.875rem;line-height:120%}}@media (min-width:1280px){h6{font-size:1rem;line-height:120%}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1920px){.container{max-width:1920px}}.pointer-events-none{pointer-events:none}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.top-1\\/2{top:50%}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-bottom:1rem;margin-top:1rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\\!hidden{display:none!important}.hidden{display:none}.h-5{height:1.25rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-full{max-height:100%}.min-h-\\[calc\\(100vh-83px\\)\\]{min-height:calc(100vh - 83px)}.min-h-full{min-height:100%}.w-10{width:2.5rem}.w-5{width:1.25rem}.w-\\[calc\\(100\\%-theme\\(space\\.2\\)-theme\\(space\\.2\\)\\)\\]{width:calc(100% - 1rem)}.w-full{width:100%}.max-w-\\[1295px\\]{max-width:1295px}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.flex-col{flex-direction:column}.\\!flex-nowrap{flex-wrap:nowrap!important}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.625rem}.rounded-md{border-radius:.375rem}.rounded-r-lg{border-bottom-right-radius:.625rem;border-top-right-radius:.625rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-100{--tw-border-opacity:1;border-color:rgb(248 249 251/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(191 188 215/var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(136 134 159/var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}.border-red{--tw-border-opacity:1;border-color:rgb(252 90 90/var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.bg-primary{background-color:var(--primary-color)}.bg-primaryHover{background-color:var(--primary-hover)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.p-4{padding:1rem}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.pb-2{padding-bottom:.5rem}.pb-8{padding-bottom:2rem}.pt-2{padding-top:.5rem}.pt-2\\.5{padding-top:.625rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.indent-\\[5px\\]{text-indent:5px}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\\!text-base{font-size:1rem!important;line-height:120%!important}.text-2xl{font-size:1.5rem;line-height:120%}.text-3xl{font-size:2rem;line-height:120%}.text-base{font-size:1rem;line-height:120%}.text-lg{font-size:1.125rem;line-height:120%}.text-sm{font-size:.875rem;line-height:120%}.text-xl{font-size:1.25rem;line-height:120%}.text-xs{font-size:.75rem;line-height:135%}.font-medium{font-weight:500}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.leading-\\[0\\]{line-height:0}.leading-tight{line-height:1.25}.text-\\[\\#1196F5\\]{--tw-text-opacity:1;color:rgb(17 150 245/var(--tw-text-opacity))}.text-\\[\\#B2B2B2\\]{--tw-text-opacity:1;color:rgb(178 178 178/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity:1;color:rgb(191 188 215/var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgb(75 74 88/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(59 57 70/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(30 30 39/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(8 8 14/var(--tw-text-opacity))}.text-primary{color:var(--primary-color)}.text-red{--tw-text-opacity:1;color:rgb(252 90 90/var(--tw-text-opacity))}.text-textOnPrimary{color:var(--text-on-primary)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(75 74 88/var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(75 74 88/var(--tw-placeholder-opacity))}.accent-\\[\\#4F2D7F\\]{accent-color:#4f2d7f}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.row-up-left{align-content:flex-start;justify-content:flex-start}.row,.row-up-left{display:flex;flex-direction:row;flex-wrap:wrap}.row{align-content:center;align-items:center;justify-content:center}.column-left{align-items:flex-start}.column,.column-left{display:flex;flex-direction:column;justify-content:center}.column{align-items:center}@media (min-width:1280px){.text-5xl{font-size:5.125rem;letter-spacing:-.125rem;line-height:100%}.text-4xl{font-size:3.5rem}.text-3xl,.text-4xl{letter-spacing:-.0625rem;line-height:100%}.text-3xl{font-size:3rem}.text-2xl{font-size:2rem}.text-2xl,.text-xl{line-height:120%}.text-xl{font-size:1.5rem}.text-lg{font-size:1.25rem}.text-base,.text-lg{line-height:120%}.text-base{font-size:1.125rem}.text-sm{font-size:1rem}.text-sm,.text-xs{line-height:120%}.text-xs{font-size:.875rem}}:root{--primary-color:#7d68f4;--primary-hover:#9786f6;--text-on-primary:#fff}svg{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}*,:after,:before{text-underline-offset:4px}input[type=number],input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:textfield!important}.btn.is-loading{cursor:not-allowed;opacity:.4;pointer-events:none}.btn .btn-spinner,.btn.is-loading .btn-label{opacity:0;visibility:hidden}.btn.is-loading .btn-spinner{opacity:1;visibility:visible}[class*=" uicon-"],[class^=uicon-]{letter-spacing:0;line-height:100%}.placeholder\\:text-gray-300::-moz-placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.placeholder\\:text-gray-300::placeholder{--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}.hover\\:bg-black\\/5:hover{background-color:rgba(0,0,0,.05)}.hover\\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity))}.hover\\:bg-primaryHover:hover{background-color:var(--primary-hover)}.hover\\:text-primaryHover:hover{color:var(--primary-hover)}.hover\\:underline:hover{text-decoration-line:underline}.focus\\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-1:focus,.focus\\:ring:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\\:ring-primary:focus{--tw-ring-color:var(--primary-color)}.focus\\:ring-offset-2:focus{--tw-ring-offset-width:2px}:is(.dark .dark\\:border-gray-400){--tw-border-opacity:1;border-color:rgb(75 74 88/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-500){--tw-border-opacity:1;border-color:rgb(59 57 70/var(--tw-border-opacity))}:is(.dark .dark\\:border-gray-600){--tw-border-opacity:1;border-color:rgb(40 40 52/var(--tw-border-opacity))}:is(.dark .dark\\:bg-black){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-600){--tw-bg-opacity:1;background-color:rgb(40 40 52/var(--tw-bg-opacity))}:is(.dark .dark\\:bg-gray-800){--tw-bg-opacity:1;background-color:rgb(20 20 26/var(--tw-bg-opacity))}:is(.dark .dark\\:text-\\[\\#201a41\\]){--tw-text-opacity:1;color:rgb(32 26 65/var(--tw-text-opacity))}:is(.dark .dark\\:text-gray-300){--tw-text-opacity:1;color:rgb(136 134 159/var(--tw-text-opacity))}:is(.dark .dark\\:text-white){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\\:hover\\:bg-black\\/90:hover){background-color:rgba(0,0,0,.9)}:is(.dark .dark\\:focus\\:ring-offset-gray-900:focus){--tw-ring-offset-color:#08080e}@media (min-width:640px){.sm\\:absolute{position:absolute}.sm\\:left-4{left:1rem}.sm\\:top-1\\/2{top:50%}.sm\\:mt-4{margin-top:1rem}.sm\\:inline{display:inline}.sm\\:h-6{height:1.5rem}.sm\\:min-h-\\[700px\\]{min-height:700px}.sm\\:w-6{width:1.5rem}.sm\\:w-\\[calc\\(100\\%-theme\\(space\\.16\\)-theme\\(space\\.16\\)\\)\\]{width:calc(100% - 8rem)}.sm\\:w-auto{width:auto}.sm\\:max-w-md{max-width:28rem}.sm\\:-translate-y-1\\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\\:flex-col{flex-direction:column}.sm\\:justify-normal{justify-content:normal}.sm\\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(0px*(1 - var(--tw-space-x-reverse)));margin-right:calc(0px*var(--tw-space-x-reverse))}.sm\\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.sm\\:bg-fixed{background-attachment:fixed}.sm\\:bg-left-top{background-position:0 0}.sm\\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.sm\\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\\:pt-16{padding-top:4rem}.sm\\:text-2xl{font-size:1.5rem;line-height:120%}.sm\\:text-base{font-size:1rem;line-height:120%}}@media (min-width:1280px){.md\\:min-w-\\[448px\\]{min-width:448px}.md\\:text-3xl{font-size:2rem;line-height:120%}.md\\:text-base{font-size:1rem;line-height:120%}.md\\:text-sm{font-size:.875rem;line-height:120%}.md\\:text-xs{font-size:.75rem;line-height:135%}}@media (max-height:900px) and (min-width:640px){.short\\:static{position:static}.short\\:left-auto{left:auto}.short\\:top-auto{top:auto}.short\\:hidden{display:none}.short\\:h-5{height:1.25rem}.short\\:min-h-\\[558px\\]{min-height:558px}.short\\:w-5{width:1.25rem}.short\\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.short\\:flex-row{flex-direction:row}.short\\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.short\\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(0px*var(--tw-space-y-reverse));margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))}.short\\:px-0{padding-left:0;padding-right:0}.short\\:py-3{padding-bottom:.75rem;padding-top:.75rem}.short\\:text-xl{font-size:1.25rem;line-height:120%}}.\\[\\&\\>\\*\\:last-child\\]\\:mb-0>:last-child{margin-bottom:0}.\\[\\&_h1\\]\\:mb-6 h1,.\\[\\&_h2\\]\\:mb-6 h2{margin-bottom:1.5rem}`;
27909
+ function EK() {
27907
27910
  if (typeof document < "u") {
27908
27911
  const t = document.createElement("style");
27909
27912
  t.innerHTML = I1, t.setAttribute("data-authhero-tailwind", ""), document.head.appendChild(t);
27910
27913
  }
27911
27914
  }
27912
- const cA = (t) => /* @__PURE__ */ v(
27915
+ const lA = (t) => /* @__PURE__ */ v(
27913
27916
  "div",
27914
27917
  {
27915
27918
  className: "rich-text mb-6 prose prose-gray max-w-none [&>*:last-child]:mb-0 [&_h1]:mb-6 [&_h2]:mb-6",
27916
27919
  dangerouslySetInnerHTML: { __html: t.config.content }
27917
27920
  },
27918
27921
  t.id
27919
- ), lA = (t) => /* @__PURE__ */ v("div", { className: "flex items-center gap-2", children: [
27922
+ ), uA = (t) => /* @__PURE__ */ v("div", { className: "flex items-center gap-2", children: [
27920
27923
  /* @__PURE__ */ v(
27921
27924
  "input",
27922
27925
  {
@@ -27928,7 +27931,7 @@ const cA = (t) => /* @__PURE__ */ v(
27928
27931
  }
27929
27932
  ),
27930
27933
  /* @__PURE__ */ v("span", { className: "text-base leading-tight", children: /* @__PURE__ */ v("span", { dangerouslySetInnerHTML: { __html: t.config.text } }) })
27931
- ] }, t.id), uA = (t) => {
27934
+ ] }, t.id), dA = (t) => {
27932
27935
  var e;
27933
27936
  return /* @__PURE__ */ v("div", { className: "mb-4", children: /* @__PURE__ */ v(
27934
27937
  "input",
@@ -27942,14 +27945,14 @@ const cA = (t) => /* @__PURE__ */ v(
27942
27945
  }
27943
27946
  ) }, t.id);
27944
27947
  };
27945
- function dA(t) {
27948
+ function pA(t) {
27946
27949
  switch (t.type) {
27947
27950
  case "RICH_TEXT":
27948
- return cA(t);
27949
- case "LEGAL":
27950
27951
  return lA(t);
27951
- case "TEXT":
27952
+ case "LEGAL":
27952
27953
  return uA(t);
27954
+ case "TEXT":
27955
+ return dA(t);
27953
27956
  default:
27954
27957
  return null;
27955
27958
  }
@@ -27992,7 +27995,7 @@ const Xl = ({
27992
27995
  /* @__PURE__ */ v("div", { id: "_legalWrapper", children: [
27993
27996
  o && o.map((d) => {
27994
27997
  if (d.type === "NEXT_BUTTON") return null;
27995
- const p = dA(d);
27998
+ const p = pA(d);
27996
27999
  return p ? /* @__PURE__ */ v(
27997
28000
  "div",
27998
28001
  {
@@ -28033,7 +28036,7 @@ const Xl = ({
28033
28036
  ] })
28034
28037
  ] }) })
28035
28038
  ] });
28036
- }, pA = new Ee().openapi(
28039
+ }, fA = new Ee().openapi(
28037
28040
  G({
28038
28041
  tags: ["forms"],
28039
28042
  method: "get",
@@ -28182,7 +28185,7 @@ const Xl = ({
28182
28185
  }
28183
28186
  }
28184
28187
  );
28185
- function fA(t) {
28188
+ function hA(t) {
28186
28189
  const e = new Ee();
28187
28190
  e.onError((r, i) => r instanceof Qi ? i.redirect(r.location, r.status) : r instanceof P ? i.text(r.message || "Error", r.status) : i.text("Unexpected error", 500)), e.use(async (r, i) => {
28188
28191
  const o = es(r, t.dataAdapter), c = ol(o, {
@@ -28197,7 +28200,7 @@ function fA(t) {
28197
28200
  "content-type": "text/css; charset=utf-8"
28198
28201
  });
28199
28202
  });
28200
- const n = e.route("/info", rA).route("/check-account", W8).route("/account", J8).route("/change-email", Y8).route("/change-email-confirmation", Z8).route("/login/identifier", d8).route("/enter-code", P8).route("/enter-password", M8).route("/invalid-session", nA).route("/pre-signup", eA).route("/pre-signup-sent", aA).route("/reset-password", V8).route("/forgot-password", K8).route("/validate-email", oA).route("/signup", q8).route("/forms", pA);
28203
+ const n = e.route("/info", iA).route("/check-account", X8).route("/account", Y8).route("/change-email", Z8).route("/change-email-confirmation", Q8).route("/login/identifier", p8).route("/enter-code", B8).route("/enter-password", q8).route("/invalid-session", rA).route("/pre-signup", tA).route("/pre-signup-sent", cA).route("/reset-password", H8).route("/forgot-password", G8).route("/validate-email", sA).route("/signup", V8).route("/forms", fA);
28201
28204
  return n.doc("/u/spec", {
28202
28205
  openapi: "3.0.0",
28203
28206
  info: {
@@ -28206,12 +28209,12 @@ function fA(t) {
28206
28209
  }
28207
28210
  }), n;
28208
28211
  }
28209
- const zt = s.object({ "#text": s.string() }), hA = s.object({
28212
+ const zt = s.object({ "#text": s.string() }), gA = s.object({
28210
28213
  "#text": s.string(),
28211
28214
  "@_xmlns:saml": s.string().optional()
28212
- }), gA = s.object({
28215
+ }), mA = s.object({
28213
28216
  "samlp:AuthnRequest": s.object({
28214
- "saml:Issuer": hA,
28217
+ "saml:Issuer": gA,
28215
28218
  "@_xmlns:samlp": s.string(),
28216
28219
  "@_xmlns:saml": s.string().optional(),
28217
28220
  "@_ForceAuthn": s.string().transform((t) => t.toLowerCase() === "true").optional(),
@@ -28289,7 +28292,7 @@ s.array(
28289
28292
  )
28290
28293
  })
28291
28294
  );
28292
- const mA = s.object({
28295
+ const _A = s.object({
28293
28296
  "saml:AttributeValue": s.array(
28294
28297
  s.object({
28295
28298
  "#text": s.string()
@@ -28302,7 +28305,7 @@ const mA = s.object({
28302
28305
  "@_Name": s.string().optional(),
28303
28306
  "@_NameFormat": s.string().optional()
28304
28307
  })
28305
- }), _A = s.object({
28308
+ }), yA = s.object({
28306
28309
  "ds:Transform": s.array(s.any()),
28307
28310
  ":@": s.object({
28308
28311
  "@_Algorithm": s.string()
@@ -28329,7 +28332,7 @@ const mA = s.object({
28329
28332
  "ds:Reference": s.array(
28330
28333
  s.union([
28331
28334
  s.object({
28332
- "ds:Transforms": s.array(_A)
28335
+ "ds:Transforms": s.array(yA)
28333
28336
  }),
28334
28337
  s.object({
28335
28338
  "ds:DigestMethod": s.array(s.string()),
@@ -28459,7 +28462,7 @@ s.array(
28459
28462
  s.object({
28460
28463
  "saml:AttributeStatement": s.array(
28461
28464
  s.object({
28462
- "saml:Attribute": s.array(mA),
28465
+ "saml:Attribute": s.array(_A),
28463
28466
  ":@": s.object({
28464
28467
  "@_FriendlyName": s.string().optional(),
28465
28468
  "@_Name": s.string(),
@@ -28490,7 +28493,7 @@ s.array(
28490
28493
  })
28491
28494
  })
28492
28495
  );
28493
- var yA = {}, Zr = {}, Es = {}, ul = {};
28496
+ var wA = {}, Zr = {}, Es = {}, ul = {};
28494
28497
  (function(t) {
28495
28498
  var e = t;
28496
28499
  (function(n) {
@@ -30831,20 +30834,20 @@ function dl(t) {
30831
30834
  return t && typeof t == "object" && Number.isInteger(t.nodeType) && t.nodeType >= 1 && t.nodeType <= 11 && typeof t.nodeName == "string" && typeof t.appendChild == "function" && typeof t.removeChild == "function";
30832
30835
  }
30833
30836
  xe.isNodeLike = dl;
30834
- function wA(t) {
30837
+ function vA(t) {
30835
30838
  if (!dl(t))
30836
30839
  throw new Error(`Value is not a Node-like object. Received: ${t}`);
30837
30840
  }
30838
- xe.assertIsNodeLike = wA;
30841
+ xe.assertIsNodeLike = vA;
30839
30842
  function T1(t) {
30840
30843
  return Array.isArray(t) && t.every(dl);
30841
30844
  }
30842
30845
  xe.isArrayOfNodes = T1;
30843
- function vA(t) {
30846
+ function bA(t) {
30844
30847
  if (!T1(t))
30845
30848
  throw new Error("Value is not an array of Nodes");
30846
30849
  }
30847
- xe.assertIsArrayOfNodes = vA;
30850
+ xe.assertIsArrayOfNodes = bA;
30848
30851
  function Cn(t, e) {
30849
30852
  return dl(e) && e.nodeType === t;
30850
30853
  }
@@ -30853,44 +30856,44 @@ function er(t, e) {
30853
30856
  if (!Cn(t, e))
30854
30857
  throw new Error(`Value is not of type ${n}`);
30855
30858
  }
30856
- const bA = (t) => Cn(Je.ELEMENT_NODE, t);
30857
- xe.isElementNode = bA;
30858
- const xA = (t) => Cn(Je.ATTRIBUTE_NODE, t);
30859
- xe.isAttributeNode = xA;
30860
- const $A = (t) => Cn(Je.TEXT_NODE, t);
30861
- xe.isTextNode = $A;
30862
- const AA = (t) => Cn(Je.CDATA_SECTION_NODE, t);
30863
- xe.isCDATASectionNode = AA;
30864
- const EA = (t) => Cn(Je.PROCESSING_INSTRUCTION_NODE, t);
30865
- xe.isProcessingInstructionNode = EA;
30866
- const SA = (t) => Cn(Je.COMMENT_NODE, t);
30867
- xe.isCommentNode = SA;
30868
- const kA = (t) => Cn(Je.DOCUMENT_NODE, t);
30869
- xe.isDocumentNode = kA;
30870
- const NA = (t) => Cn(Je.DOCUMENT_TYPE_NODE, t);
30871
- xe.isDocumentTypeNode = NA;
30872
- const CA = (t) => Cn(Je.DOCUMENT_FRAGMENT_NODE, t);
30873
- xe.isDocumentFragmentNode = CA;
30874
- const IA = (t) => {
30859
+ const xA = (t) => Cn(Je.ELEMENT_NODE, t);
30860
+ xe.isElementNode = xA;
30861
+ const $A = (t) => Cn(Je.ATTRIBUTE_NODE, t);
30862
+ xe.isAttributeNode = $A;
30863
+ const AA = (t) => Cn(Je.TEXT_NODE, t);
30864
+ xe.isTextNode = AA;
30865
+ const EA = (t) => Cn(Je.CDATA_SECTION_NODE, t);
30866
+ xe.isCDATASectionNode = EA;
30867
+ const SA = (t) => Cn(Je.PROCESSING_INSTRUCTION_NODE, t);
30868
+ xe.isProcessingInstructionNode = SA;
30869
+ const kA = (t) => Cn(Je.COMMENT_NODE, t);
30870
+ xe.isCommentNode = kA;
30871
+ const NA = (t) => Cn(Je.DOCUMENT_NODE, t);
30872
+ xe.isDocumentNode = NA;
30873
+ const CA = (t) => Cn(Je.DOCUMENT_TYPE_NODE, t);
30874
+ xe.isDocumentTypeNode = CA;
30875
+ const IA = (t) => Cn(Je.DOCUMENT_FRAGMENT_NODE, t);
30876
+ xe.isDocumentFragmentNode = IA;
30877
+ const TA = (t) => {
30875
30878
  er(Je.ELEMENT_NODE, t);
30876
30879
  };
30877
- xe.assertIsElementNode = IA;
30878
- const TA = (t) => er(Je.ATTRIBUTE_NODE, t);
30879
- xe.assertIsAttributeNode = TA;
30880
- const OA = (t) => er(Je.TEXT_NODE, t);
30881
- xe.assertIsTextNode = OA;
30882
- const DA = (t) => er(Je.CDATA_SECTION_NODE, t);
30883
- xe.assertIsCDATASectionNode = DA;
30884
- const RA = (t) => er(Je.PROCESSING_INSTRUCTION_NODE, t);
30885
- xe.assertIsProcessingInstructionNode = RA;
30886
- const PA = (t) => er(Je.COMMENT_NODE, t);
30887
- xe.assertIsCommentNode = PA;
30888
- const BA = (t) => er(Je.DOCUMENT_NODE, t);
30889
- xe.assertIsDocumentNode = BA;
30890
- const jA = (t) => er(Je.DOCUMENT_TYPE_NODE, t);
30891
- xe.assertIsDocumentTypeNode = jA;
30892
- const LA = (t) => er(Je.DOCUMENT_FRAGMENT_NODE, t);
30893
- xe.assertIsDocumentFragmentNode = LA;
30880
+ xe.assertIsElementNode = TA;
30881
+ const OA = (t) => er(Je.ATTRIBUTE_NODE, t);
30882
+ xe.assertIsAttributeNode = OA;
30883
+ const DA = (t) => er(Je.TEXT_NODE, t);
30884
+ xe.assertIsTextNode = DA;
30885
+ const RA = (t) => er(Je.CDATA_SECTION_NODE, t);
30886
+ xe.assertIsCDATASectionNode = RA;
30887
+ const PA = (t) => er(Je.PROCESSING_INSTRUCTION_NODE, t);
30888
+ xe.assertIsProcessingInstructionNode = PA;
30889
+ const BA = (t) => er(Je.COMMENT_NODE, t);
30890
+ xe.assertIsCommentNode = BA;
30891
+ const jA = (t) => er(Je.DOCUMENT_NODE, t);
30892
+ xe.assertIsDocumentNode = jA;
30893
+ const LA = (t) => er(Je.DOCUMENT_TYPE_NODE, t);
30894
+ xe.assertIsDocumentTypeNode = LA;
30895
+ const FA = (t) => er(Je.DOCUMENT_FRAGMENT_NODE, t);
30896
+ xe.assertIsDocumentFragmentNode = FA;
30894
30897
  (function(t) {
30895
30898
  Object.defineProperty(t, "__esModule", { value: !0 }), t.validateDigestValue = t.findAncestorNs = t.derToPem = t.pemToDer = t.normalizePem = t.BASE64_REGEX = t.EXTRACT_X509_CERTS = t.PEM_FORMAT_REGEX = t.encodeSpecialCharactersInText = t.encodeSpecialCharactersInAttribute = t.findChilds = t.findChildren = t.findAttr = t.isArrayHasLength = void 0;
30896
30899
  const e = ul, n = xe;
@@ -31166,7 +31169,7 @@ class O1 {
31166
31169
  }
31167
31170
  }
31168
31171
  Zr.C14nCanonicalization = O1;
31169
- class FA extends O1 {
31172
+ class UA extends O1 {
31170
31173
  constructor() {
31171
31174
  super(), this.includeComments = !0;
31172
31175
  }
@@ -31174,7 +31177,7 @@ class FA extends O1 {
31174
31177
  return "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments";
31175
31178
  }
31176
31179
  }
31177
- Zr.C14nCanonicalizationWithComments = FA;
31180
+ Zr.C14nCanonicalizationWithComments = UA;
31178
31181
  var Qr = {};
31179
31182
  Object.defineProperty(Qr, "__esModule", { value: !0 });
31180
31183
  Qr.ExclusiveCanonicalizationWithComments = Qr.ExclusiveCanonicalization = void 0;
@@ -31315,7 +31318,7 @@ class D1 {
31315
31318
  }
31316
31319
  }
31317
31320
  Qr.ExclusiveCanonicalization = D1;
31318
- class UA extends D1 {
31321
+ class MA extends D1 {
31319
31322
  constructor() {
31320
31323
  super(), this.includeComments = !0;
31321
31324
  }
@@ -31323,9 +31326,9 @@ class UA extends D1 {
31323
31326
  return "http://www.w3.org/2001/10/xml-exc-c14n#WithComments";
31324
31327
  }
31325
31328
  }
31326
- Qr.ExclusiveCanonicalizationWithComments = UA;
31329
+ Qr.ExclusiveCanonicalizationWithComments = MA;
31327
31330
  var pl = {}, fl = {}, tr = {}, nr = {};
31328
- function MA(t, e, n) {
31331
+ function qA(t, e, n) {
31329
31332
  if (n === void 0 && (n = Array.prototype), t && typeof n.find == "function")
31330
31333
  return n.find.call(t, e);
31331
31334
  for (var r = 0; r < t.length; r++)
@@ -31338,7 +31341,7 @@ function MA(t, e, n) {
31338
31341
  function vf(t, e) {
31339
31342
  return e === void 0 && (e = Object), e && typeof e.freeze == "function" ? e.freeze(t) : t;
31340
31343
  }
31341
- function qA(t, e) {
31344
+ function VA(t, e) {
31342
31345
  if (t === null || typeof t != "object")
31343
31346
  throw new TypeError("target is not an object");
31344
31347
  for (var n in e)
@@ -31438,27 +31441,27 @@ var R1 = vf({
31438
31441
  */
31439
31442
  XMLNS: "http://www.w3.org/2000/xmlns/"
31440
31443
  });
31441
- nr.assign = qA;
31442
- nr.find = MA;
31444
+ nr.assign = VA;
31445
+ nr.find = qA;
31443
31446
  nr.freeze = vf;
31444
31447
  nr.MIME_TYPE = R1;
31445
31448
  nr.NAMESPACE = P1;
31446
31449
  var B1 = nr, xn = B1.find, Xo = B1.NAMESPACE;
31447
- function VA(t) {
31450
+ function HA(t) {
31448
31451
  return t !== "";
31449
31452
  }
31450
- function HA(t) {
31451
- return t ? t.split(/[\t\n\f\r ]+/).filter(VA) : [];
31453
+ function zA(t) {
31454
+ return t ? t.split(/[\t\n\f\r ]+/).filter(HA) : [];
31452
31455
  }
31453
- function zA(t, e) {
31456
+ function KA(t, e) {
31454
31457
  return t.hasOwnProperty(e) || (t[e] = !0), t;
31455
31458
  }
31456
31459
  function Vg(t) {
31457
31460
  if (!t) return [];
31458
- var e = HA(t);
31459
- return Object.keys(e.reduce(zA, {}));
31461
+ var e = zA(t);
31462
+ return Object.keys(e.reduce(KA, {}));
31460
31463
  }
31461
- function KA(t) {
31464
+ function GA(t) {
31462
31465
  return function(e) {
31463
31466
  return t && t.indexOf(e) !== -1;
31464
31467
  };
@@ -31476,7 +31479,7 @@ function Tt(t, e) {
31476
31479
  }
31477
31480
  n.constructor != t && (typeof t != "function" && console.error("unknown Class:" + t), n.constructor = t);
31478
31481
  }
31479
- var Ot = {}, cn = Ot.ELEMENT_NODE = 1, Li = Ot.ATTRIBUTE_NODE = 2, Ya = Ot.TEXT_NODE = 3, j1 = Ot.CDATA_SECTION_NODE = 4, L1 = Ot.ENTITY_REFERENCE_NODE = 5, GA = Ot.ENTITY_NODE = 6, F1 = Ot.PROCESSING_INSTRUCTION_NODE = 7, U1 = Ot.COMMENT_NODE = 8, M1 = Ot.DOCUMENT_NODE = 9, q1 = Ot.DOCUMENT_TYPE_NODE = 10, Wn = Ot.DOCUMENT_FRAGMENT_NODE = 11, WA = Ot.NOTATION_NODE = 12, gt = {}, at = {};
31482
+ var Ot = {}, cn = Ot.ELEMENT_NODE = 1, Li = Ot.ATTRIBUTE_NODE = 2, Ya = Ot.TEXT_NODE = 3, j1 = Ot.CDATA_SECTION_NODE = 4, L1 = Ot.ENTITY_REFERENCE_NODE = 5, WA = Ot.ENTITY_NODE = 6, F1 = Ot.PROCESSING_INSTRUCTION_NODE = 7, U1 = Ot.COMMENT_NODE = 8, M1 = Ot.DOCUMENT_NODE = 9, q1 = Ot.DOCUMENT_TYPE_NODE = 10, Wn = Ot.DOCUMENT_FRAGMENT_NODE = 11, XA = Ot.NOTATION_NODE = 12, gt = {}, at = {};
31480
31483
  gt.INDEX_SIZE_ERR = (at[1] = "Index size error", 1);
31481
31484
  gt.DOMSTRING_SIZE_ERR = (at[2] = "DOMString size error", 2);
31482
31485
  var Et = gt.HIERARCHY_REQUEST_ERR = (at[3] = "Hierarchy request error", 3);
@@ -31570,7 +31573,7 @@ function zg(t, e, n, r) {
31570
31573
  if (r ? e[H1(e, r)] = n : e[e.length++] = n, t) {
31571
31574
  n.ownerElement = t;
31572
31575
  var i = t.ownerDocument;
31573
- i && (r && G1(i, t, r), XA(i, t, n));
31576
+ i && (r && G1(i, t, r), JA(i, t, n));
31574
31577
  }
31575
31578
  }
31576
31579
  function Kg(t, e, n) {
@@ -31814,7 +31817,7 @@ function Jo(t, e) {
31814
31817
  function ks() {
31815
31818
  this.ownerDocument = this;
31816
31819
  }
31817
- function XA(t, e, n) {
31820
+ function JA(t, e, n) {
31818
31821
  t && t._inc++;
31819
31822
  var r = n.namespaceURI;
31820
31823
  r === Xo.XMLNS && (e._nsMap[n.prefix ? n.localName : ""] = n.value);
@@ -31841,10 +31844,10 @@ function W1(t, e) {
31841
31844
  var n = e.previousSibling, r = e.nextSibling;
31842
31845
  return n ? n.nextSibling = r : t.firstChild = r, r ? r.previousSibling = n : t.lastChild = n, e.parentNode = null, e.previousSibling = null, e.nextSibling = null, xf(t.ownerDocument, t), e;
31843
31846
  }
31844
- function JA(t) {
31847
+ function YA(t) {
31845
31848
  return t && (t.nodeType === Le.DOCUMENT_NODE || t.nodeType === Le.DOCUMENT_FRAGMENT_NODE || t.nodeType === Le.ELEMENT_NODE);
31846
31849
  }
31847
- function YA(t) {
31850
+ function ZA(t) {
31848
31851
  return t && ($n(t) || $f(t) || Xn(t) || t.nodeType === Le.DOCUMENT_FRAGMENT_NODE || t.nodeType === Le.COMMENT_NODE || t.nodeType === Le.PROCESSING_INSTRUCTION_NODE);
31849
31852
  }
31850
31853
  function Xn(t) {
@@ -31873,14 +31876,14 @@ function Wg(t, e) {
31873
31876
  var i = xn(n, Xn);
31874
31877
  return !(e && i && n.indexOf(i) > n.indexOf(e));
31875
31878
  }
31876
- function ZA(t, e, n) {
31877
- if (!JA(t))
31879
+ function QA(t, e, n) {
31880
+ if (!YA(t))
31878
31881
  throw new Ze(Et, "Unexpected parent node type " + t.nodeType);
31879
31882
  if (n && n.parentNode !== t)
31880
31883
  throw new Ze(V1, "child not in parent");
31881
31884
  if (
31882
31885
  // 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a "HierarchyRequestError" DOMException.
31883
- !YA(e) || // 5. If either `node` is a Text node and `parent` is a document,
31886
+ !ZA(e) || // 5. If either `node` is a Text node and `parent` is a document,
31884
31887
  // the sax parser currently adds top level text nodes, this will be fixed in 0.9.0
31885
31888
  // || (node.nodeType === Node.TEXT_NODE && parent.nodeType === Node.DOCUMENT_NODE)
31886
31889
  // or `node` is a doctype and `parent` is not a document, then throw a "HierarchyRequestError" DOMException.
@@ -31891,7 +31894,7 @@ function ZA(t, e, n) {
31891
31894
  "Unexpected node type " + e.nodeType + " for parent node type " + t.nodeType
31892
31895
  );
31893
31896
  }
31894
- function QA(t, e, n) {
31897
+ function eE(t, e, n) {
31895
31898
  var r = t.childNodes || [], i = e.childNodes || [];
31896
31899
  if (e.nodeType === Le.DOCUMENT_FRAGMENT_NODE) {
31897
31900
  var o = i.filter($n);
@@ -31934,7 +31937,7 @@ function X1(t, e, n) {
31934
31937
  }
31935
31938
  }
31936
31939
  function Qa(t, e, n, r) {
31937
- ZA(t, e, n), t.nodeType === Le.DOCUMENT_NODE && (r || QA)(t, e, n);
31940
+ QA(t, e, n), t.nodeType === Le.DOCUMENT_NODE && (r || eE)(t, e, n);
31938
31941
  var i = e.parentNode;
31939
31942
  if (i && i.removeChild(e), e.nodeType === Wn) {
31940
31943
  var o = e.firstChild;
@@ -31950,7 +31953,7 @@ function Qa(t, e, n, r) {
31950
31953
  while (o !== c && (o = o.nextSibling));
31951
31954
  return xf(t.ownerDocument || t, t), e.nodeType == Wn && (e.firstChild = e.lastChild = null), e;
31952
31955
  }
31953
- function eE(t, e) {
31956
+ function tE(t, e) {
31954
31957
  return e.parentNode && e.parentNode.removeChild(e), e.parentNode = t, e.previousSibling = t.lastChild, e.nextSibling = null, e.previousSibling ? e.previousSibling.nextSibling = e : t.firstChild = e, t.lastChild = e, xf(t.ownerDocument, t, e), e;
31955
31958
  }
31956
31959
  ks.prototype = {
@@ -32022,7 +32025,7 @@ ks.prototype = {
32022
32025
  var c = t === o;
32023
32026
  if (!c) {
32024
32027
  var l = Vg(o);
32025
- c = e.every(KA(l));
32028
+ c = e.every(GA(l));
32026
32029
  }
32027
32030
  c && r.push(i);
32028
32031
  }
@@ -32102,7 +32105,7 @@ ei.prototype = {
32102
32105
  },
32103
32106
  //four real opeartion method
32104
32107
  appendChild: function(t) {
32105
- return t.nodeType === Wn ? this.insertBefore(t, null) : eE(this, t);
32108
+ return t.nodeType === Wn ? this.insertBefore(t, null) : tE(this, t);
32106
32109
  },
32107
32110
  setAttributeNode: function(t) {
32108
32111
  return this.attributes.setNamedItem(t);
@@ -32214,11 +32217,11 @@ hl.prototype.nodeType = q1;
32214
32217
  Tt(hl, Le);
32215
32218
  function J1() {
32216
32219
  }
32217
- J1.prototype.nodeType = WA;
32220
+ J1.prototype.nodeType = XA;
32218
32221
  Tt(J1, Le);
32219
32222
  function Y1() {
32220
32223
  }
32221
- Y1.prototype.nodeType = GA;
32224
+ Y1.prototype.nodeType = WA;
32222
32225
  Tt(Y1, Le);
32223
32226
  function kf() {
32224
32227
  }
@@ -34601,7 +34604,7 @@ function ry() {
34601
34604
  ry.prototype = {
34602
34605
  parse: function(t, e, n) {
34603
34606
  var r = this.domBuilder;
34604
- r.startDocument(), iy(e, e = {}), tE(
34607
+ r.startDocument(), iy(e, e = {}), nE(
34605
34608
  t,
34606
34609
  e,
34607
34610
  n,
@@ -34610,7 +34613,7 @@ ry.prototype = {
34610
34613
  ), r.endDocument();
34611
34614
  }
34612
34615
  };
34613
- function tE(t, e, n, r, i) {
34616
+ function nE(t, e, n, r, i) {
34614
34617
  function o(L) {
34615
34618
  if (L > 65535) {
34616
34619
  L -= 65536;
@@ -34659,15 +34662,15 @@ function tE(t, e, n, r, i) {
34659
34662
  j++;
34660
34663
  break;
34661
34664
  case "?":
34662
- g && u(k), j = sE(t, k, r);
34665
+ g && u(k), j = aE(t, k, r);
34663
34666
  break;
34664
34667
  case "!":
34665
- g && u(k), j = oE(t, k, r, i);
34668
+ g && u(k), j = sE(t, k, r, i);
34666
34669
  break;
34667
34670
  default:
34668
34671
  g && u(k);
34669
- var de = new oy(), Ie = A[A.length - 1].currentNSMap, j = nE(t, k, de, Ie, c, i), F = de.length;
34670
- if (!de.closed && iE(t, j, de.tagName, m) && (de.closed = !0, n.nbsp || i.warning("unclosed xml attribute")), g && F) {
34672
+ var de = new oy(), Ie = A[A.length - 1].currentNSMap, j = rE(t, k, de, Ie, c, i), F = de.length;
34673
+ if (!de.closed && oE(t, j, de.tagName, m) && (de.closed = !0, n.nbsp || i.warning("unclosed xml attribute")), g && F) {
34671
34674
  for (var B = Zg(g, {}), I = 0; I < F; I++) {
34672
34675
  var C = de[I];
34673
34676
  u(C.offset), C.locator = Zg(g, {});
@@ -34675,7 +34678,7 @@ function tE(t, e, n, r, i) {
34675
34678
  r.locator = B, Qg(de, r, Ie) && A.push(de), r.locator = g;
34676
34679
  } else
34677
34680
  Qg(de, r, Ie) && A.push(de);
34678
- Yo.isHTML(de.uri) && !de.closed ? j = rE(t, j, de.tagName, c, r) : j++;
34681
+ Yo.isHTML(de.uri) && !de.closed ? j = iE(t, j, de.tagName, c, r) : j++;
34679
34682
  }
34680
34683
  } catch (L) {
34681
34684
  if (L instanceof Ui)
@@ -34688,7 +34691,7 @@ function tE(t, e, n, r, i) {
34688
34691
  function Zg(t, e) {
34689
34692
  return e.lineNumber = t.lineNumber, e.columnNumber = t.columnNumber, e;
34690
34693
  }
34691
- function nE(t, e, n, r, i, o) {
34694
+ function rE(t, e, n, r, i, o) {
34692
34695
  function c(g, A, m) {
34693
34696
  n.attributeNames.hasOwnProperty(g) && o.fatalError("Attribute " + g + " redefined"), n.addValue(
34694
34697
  g,
@@ -34823,7 +34826,7 @@ function Qg(t, e, n) {
34823
34826
  } else
34824
34827
  return t.currentNSMap = n, t.localNSMap = i, !0;
34825
34828
  }
34826
- function rE(t, e, n, r, i) {
34829
+ function iE(t, e, n, r, i) {
34827
34830
  if (/^(?:script|textarea)$/i.test(n)) {
34828
34831
  var o = t.indexOf("</" + n + ">", e), c = t.substring(e + 1, o);
34829
34832
  if (/[&<]/.test(c))
@@ -34831,7 +34834,7 @@ function rE(t, e, n, r, i) {
34831
34834
  }
34832
34835
  return e + 1;
34833
34836
  }
34834
- function iE(t, e, n, r) {
34837
+ function oE(t, e, n, r) {
34835
34838
  var i = r[n];
34836
34839
  return i == null && (i = t.lastIndexOf("</" + n + ">"), i < e && (i = t.lastIndexOf("</" + n)), r[n] = i), i < e;
34837
34840
  }
@@ -34839,7 +34842,7 @@ function iy(t, e) {
34839
34842
  for (var n in t)
34840
34843
  Object.prototype.hasOwnProperty.call(t, n) && (e[n] = t[n]);
34841
34844
  }
34842
- function oE(t, e, n, r) {
34845
+ function sE(t, e, n, r) {
34843
34846
  var i = t.charAt(e + 2);
34844
34847
  switch (i) {
34845
34848
  case "-":
@@ -34853,7 +34856,7 @@ function oE(t, e, n, r) {
34853
34856
  var o = t.indexOf("]]>", e + 9);
34854
34857
  return n.startCDATA(), n.characters(t, e + 9, o - e - 9), n.endCDATA(), o + 3;
34855
34858
  }
34856
- var c = aE(t, e), l = c.length;
34859
+ var c = cE(t, e), l = c.length;
34857
34860
  if (l > 1 && /!doctype/i.test(c[0][0])) {
34858
34861
  var u = c[1][0], d = !1, p = !1;
34859
34862
  l > 3 && (/^public$/i.test(c[2][0]) ? (d = c[3][0], p = l > 4 && c[4][0]) : /^system$/i.test(c[2][0]) && (p = c[3][0]));
@@ -34863,7 +34866,7 @@ function oE(t, e, n, r) {
34863
34866
  }
34864
34867
  return -1;
34865
34868
  }
34866
- function sE(t, e, n) {
34869
+ function aE(t, e, n) {
34867
34870
  var r = t.indexOf("?>", e);
34868
34871
  if (r) {
34869
34872
  var i = t.substring(e, r).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);
@@ -34912,14 +34915,14 @@ oy.prototype = {
34912
34915
  // getType:function(uri,localName){}
34913
34916
  // getType:function(i){},
34914
34917
  };
34915
- function aE(t, e) {
34918
+ function cE(t, e) {
34916
34919
  var n, r = [], i = /'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;
34917
34920
  for (i.lastIndex = e, i.exec(t); n = i.exec(t); )
34918
34921
  if (r.push(n), n[1]) return r;
34919
34922
  }
34920
34923
  Cf.XMLReader = ry;
34921
34924
  Cf.ParseError = Ui;
34922
- var cE = nr, lE = tr, em = ny, sy = Cf, uE = lE.DOMImplementation, tm = cE.NAMESPACE, dE = sy.ParseError, pE = sy.XMLReader;
34925
+ var lE = nr, uE = tr, em = ny, sy = Cf, dE = uE.DOMImplementation, tm = lE.NAMESPACE, pE = sy.ParseError, fE = sy.XMLReader;
34923
34926
  function ay(t) {
34924
34927
  return t.replace(/\r[\n\u0085]/g, `
34925
34928
  `).replace(/[\r\u0085\u2028]/g, `
@@ -34929,8 +34932,8 @@ function cy(t) {
34929
34932
  this.options = t || { locator: {} };
34930
34933
  }
34931
34934
  cy.prototype.parseFromString = function(t, e) {
34932
- var n = this.options, r = new pE(), i = n.domBuilder || new Cs(), o = n.errorHandler, c = n.locator, l = n.xmlns || {}, u = /\/x?html?$/.test(e), d = u ? em.HTML_ENTITIES : em.XML_ENTITIES;
34933
- c && i.setDocumentLocator(c), r.errorHandler = fE(o, i, c), r.domBuilder = n.domBuilder || i, u && (l[""] = tm.HTML), l.xml = l.xml || tm.XML;
34935
+ var n = this.options, r = new fE(), i = n.domBuilder || new Cs(), o = n.errorHandler, c = n.locator, l = n.xmlns || {}, u = /\/x?html?$/.test(e), d = u ? em.HTML_ENTITIES : em.XML_ENTITIES;
34936
+ c && i.setDocumentLocator(c), r.errorHandler = hE(o, i, c), r.domBuilder = n.domBuilder || i, u && (l[""] = tm.HTML), l.xml = l.xml || tm.XML;
34934
34937
  var p = n.normalizeLineEndings || ay;
34935
34938
  return t && typeof t == "string" ? r.parse(
34936
34939
  p(t),
@@ -34938,7 +34941,7 @@ cy.prototype.parseFromString = function(t, e) {
34938
34941
  d
34939
34942
  ) : r.errorHandler.error("invalid doc source"), i.doc;
34940
34943
  };
34941
- function fE(t, e, n) {
34944
+ function hE(t, e, n) {
34942
34945
  if (!t) {
34943
34946
  if (e instanceof Cs)
34944
34947
  return e;
@@ -34965,7 +34968,7 @@ function gi(t, e) {
34965
34968
  }
34966
34969
  Cs.prototype = {
34967
34970
  startDocument: function() {
34968
- this.doc = new uE().createDocument(null, null, null), this.locator && (this.doc.documentURI = this.locator.systemId);
34971
+ this.doc = new dE().createDocument(null, null, null), this.locator && (this.doc.documentURI = this.locator.systemId);
34969
34972
  },
34970
34973
  startElement: function(t, e, n, r) {
34971
34974
  var i = this.doc, o = i.createElementNS(t, n || e), c = r.length;
@@ -35036,7 +35039,7 @@ Cs.prototype = {
35036
35039
  console.error("[xmldom error] " + t, Xd(this.locator));
35037
35040
  },
35038
35041
  fatalError: function(t) {
35039
- throw new dE(t, this.locator);
35042
+ throw new pE(t, this.locator);
35040
35043
  }
35041
35044
  };
35042
35045
  function Xd(t) {
@@ -35066,7 +35069,7 @@ var _l = {};
35066
35069
  Object.defineProperty(_l, "__esModule", { value: !0 });
35067
35070
  _l.EnvelopedSignature = void 0;
35068
35071
  const Hs = ul, eu = xe;
35069
- class hE {
35072
+ class gE {
35070
35073
  constructor() {
35071
35074
  this.includeComments = !1, this.includeComments = !1;
35072
35075
  }
@@ -35092,12 +35095,12 @@ class hE {
35092
35095
  return "http://www.w3.org/2000/09/xmldsig#enveloped-signature";
35093
35096
  }
35094
35097
  }
35095
- _l.EnvelopedSignature = hE;
35098
+ _l.EnvelopedSignature = gE;
35096
35099
  var fr = {};
35097
35100
  Object.defineProperty(fr, "__esModule", { value: !0 });
35098
35101
  fr.Sha512 = fr.Sha256 = fr.Sha1 = void 0;
35099
35102
  const If = oc;
35100
- class gE {
35103
+ class mE {
35101
35104
  constructor() {
35102
35105
  this.getHash = function(e) {
35103
35106
  const n = If.createHash("sha1");
@@ -35107,8 +35110,8 @@ class gE {
35107
35110
  };
35108
35111
  }
35109
35112
  }
35110
- fr.Sha1 = gE;
35111
- class mE {
35113
+ fr.Sha1 = mE;
35114
+ class _E {
35112
35115
  constructor() {
35113
35116
  this.getHash = function(e) {
35114
35117
  const n = If.createHash("sha256");
@@ -35118,8 +35121,8 @@ class mE {
35118
35121
  };
35119
35122
  }
35120
35123
  }
35121
- fr.Sha256 = mE;
35122
- class _E {
35124
+ fr.Sha256 = _E;
35125
+ class yE {
35123
35126
  constructor() {
35124
35127
  this.getHash = function(e) {
35125
35128
  const n = If.createHash("sha512");
@@ -35129,17 +35132,17 @@ class _E {
35129
35132
  };
35130
35133
  }
35131
35134
  }
35132
- fr.Sha512 = _E;
35135
+ fr.Sha512 = yE;
35133
35136
  var vn = {}, Is = {};
35134
35137
  Object.defineProperty(Is, "__esModule", { value: !0 });
35135
35138
  Is.createOptionalCallbackFunction = void 0;
35136
- function yE(t) {
35139
+ function wE(t) {
35137
35140
  return typeof t == "function";
35138
35141
  }
35139
- function wE(t) {
35142
+ function vE(t) {
35140
35143
  return (...e) => {
35141
35144
  const n = e[e.length - 1];
35142
- if (yE(n))
35145
+ if (wE(n))
35143
35146
  try {
35144
35147
  const r = t(...e.slice(0, -1));
35145
35148
  n(null, r);
@@ -35150,11 +35153,11 @@ function wE(t) {
35150
35153
  return t(...e);
35151
35154
  };
35152
35155
  }
35153
- Is.createOptionalCallbackFunction = wE;
35156
+ Is.createOptionalCallbackFunction = vE;
35154
35157
  Object.defineProperty(vn, "__esModule", { value: !0 });
35155
35158
  vn.HmacSha1 = vn.RsaSha512 = vn.RsaSha256 = vn.RsaSha1 = void 0;
35156
35159
  const wr = oc, vr = Is;
35157
- class vE {
35160
+ class bE {
35158
35161
  constructor() {
35159
35162
  this.getSignature = (0, vr.createOptionalCallbackFunction)((e, n) => {
35160
35163
  const r = wr.createSign("RSA-SHA1");
@@ -35165,8 +35168,8 @@ class vE {
35165
35168
  }), this.getAlgorithmName = () => "http://www.w3.org/2000/09/xmldsig#rsa-sha1";
35166
35169
  }
35167
35170
  }
35168
- vn.RsaSha1 = vE;
35169
- class bE {
35171
+ vn.RsaSha1 = bE;
35172
+ class xE {
35170
35173
  constructor() {
35171
35174
  this.getSignature = (0, vr.createOptionalCallbackFunction)((e, n) => {
35172
35175
  const r = wr.createSign("RSA-SHA256");
@@ -35177,8 +35180,8 @@ class bE {
35177
35180
  }), this.getAlgorithmName = () => "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256";
35178
35181
  }
35179
35182
  }
35180
- vn.RsaSha256 = bE;
35181
- class xE {
35183
+ vn.RsaSha256 = xE;
35184
+ class $E {
35182
35185
  constructor() {
35183
35186
  this.getSignature = (0, vr.createOptionalCallbackFunction)((e, n) => {
35184
35187
  const r = wr.createSign("RSA-SHA512");
@@ -35189,8 +35192,8 @@ class xE {
35189
35192
  }), this.getAlgorithmName = () => "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512";
35190
35193
  }
35191
35194
  }
35192
- vn.RsaSha512 = xE;
35193
- class $E {
35195
+ vn.RsaSha512 = $E;
35196
+ class AE {
35194
35197
  constructor() {
35195
35198
  this.getSignature = (0, vr.createOptionalCallbackFunction)((e, n) => {
35196
35199
  const r = wr.createHmac("SHA1", n);
@@ -35201,10 +35204,10 @@ class $E {
35201
35204
  }), this.getAlgorithmName = () => "http://www.w3.org/2000/09/xmldsig#hmac-sha1";
35202
35205
  }
35203
35206
  }
35204
- vn.HmacSha1 = $E;
35207
+ vn.HmacSha1 = AE;
35205
35208
  Object.defineProperty(pl, "__esModule", { value: !0 });
35206
35209
  pl.SignedXml = void 0;
35207
- const Bt = xe, Cr = fl, AE = oc, Ht = ul, rm = Zr, EE = _l, im = Qr, tu = fr, zs = vn, Re = Es;
35210
+ const Bt = xe, Cr = fl, EE = oc, Ht = ul, rm = Zr, SE = _l, im = Qr, tu = fr, zs = vn, Re = Es;
35208
35211
  class Rn {
35209
35212
  /**
35210
35213
  * The SignedXml constructor provides an abstraction for sign and verify xml documents. The object is constructed using
@@ -35220,7 +35223,7 @@ class Rn {
35220
35223
  "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments": rm.C14nCanonicalizationWithComments,
35221
35224
  "http://www.w3.org/2001/10/xml-exc-c14n#": im.ExclusiveCanonicalization,
35222
35225
  "http://www.w3.org/2001/10/xml-exc-c14n#WithComments": im.ExclusiveCanonicalizationWithComments,
35223
- "http://www.w3.org/2000/09/xmldsig#enveloped-signature": EE.EnvelopedSignature
35226
+ "http://www.w3.org/2000/09/xmldsig#enveloped-signature": SE.EnvelopedSignature
35224
35227
  }, this.HashAlgorithms = {
35225
35228
  "http://www.w3.org/2000/09/xmldsig#sha1": tu.Sha1,
35226
35229
  "http://www.w3.org/2001/04/xmlenc#sha256": tu.Sha256,
@@ -35431,7 +35434,7 @@ class Rn {
35431
35434
  }
35432
35435
  }
35433
35436
  }
35434
- if (e.getValidatedNode = (0, AE.deprecate)((d) => {
35437
+ if (e.getValidatedNode = (0, EE.deprecate)((d) => {
35435
35438
  if (d = d || e.xpath, typeof d != "string" || e.validationError != null)
35436
35439
  return null;
35437
35440
  const p = Ht.select1(d, n);
@@ -35768,15 +35771,15 @@ Rn.noop = () => null;
35768
35771
  Object.defineProperty(t, "SignedXml", { enumerable: !0, get: function() {
35769
35772
  return o.SignedXml;
35770
35773
  } }), n(Is, t), n(Es, t);
35771
- })(yA);
35772
- async function SE(t) {
35774
+ })(wA);
35775
+ async function kE(t) {
35773
35776
  const e = new DecompressionStream("deflate-raw"), n = new Blob([t]).stream().pipeThrough(e);
35774
35777
  return new Uint8Array(await new Response(n).arrayBuffer());
35775
35778
  }
35776
- async function kE(t) {
35779
+ async function NE(t) {
35777
35780
  const e = await $m.decode(t.replace(/ /g, "+"));
35778
35781
  try {
35779
- const n = await SE(e);
35782
+ const n = await kE(e);
35780
35783
  return new TextDecoder().decode(n);
35781
35784
  } catch (n) {
35782
35785
  return console.warn(
@@ -35785,15 +35788,15 @@ async function kE(t) {
35785
35788
  ), new TextDecoder().decode(e);
35786
35789
  }
35787
35790
  }
35788
- async function NE(t) {
35789
- const e = await kE(t), r = new op.XMLParser({
35791
+ async function CE(t) {
35792
+ const e = await NE(t), r = new op.XMLParser({
35790
35793
  attributeNamePrefix: "@_",
35791
35794
  alwaysCreateTextNode: !0,
35792
35795
  ignoreAttributes: !1
35793
35796
  }).parse(e);
35794
- return gA.parse(r);
35797
+ return mA.parse(r);
35795
35798
  }
35796
- function CE(t) {
35799
+ function IE(t) {
35797
35800
  const e = [
35798
35801
  {
35799
35802
  ":@": {
@@ -35935,7 +35938,7 @@ function CE(t) {
35935
35938
  format: !0
35936
35939
  }).build(e);
35937
35940
  }
35938
- const IE = new Ee().openapi(
35941
+ const TE = new Ee().openapi(
35939
35942
  G({
35940
35943
  tags: ["saml"],
35941
35944
  method: "get",
@@ -35971,7 +35974,7 @@ const IE = new Ee().openapi(
35971
35974
  throw new P(500, {
35972
35975
  message: "No signing key found"
35973
35976
  });
35974
- const i = new el(r.cert), o = t.env.ISSUER, c = CE({
35977
+ const i = new el(r.cert), o = t.env.ISSUER, c = IE({
35975
35978
  entityId: ((u = (l = n.addons) == null ? void 0 : l.samlp) == null ? void 0 : u.audience) || n.id,
35976
35979
  cert: i.toString("base64"),
35977
35980
  assertionConsumerServiceUrl: `${o}samlp/${e}`,
@@ -36020,7 +36023,7 @@ const IE = new Ee().openapi(
36020
36023
  message: "Client not found"
36021
36024
  });
36022
36025
  t.set("client_id", i.id), t.set("tenant_id", i.tenant.id);
36023
- const o = await NE(n), c = o["samlp:AuthnRequest"]["saml:Issuer"]["#text"], l = await t.env.data.loginSessions.create(
36026
+ const o = await CE(n), c = o["samlp:AuthnRequest"]["saml:Issuer"]["#text"], l = await t.env.data.loginSessions.create(
36024
36027
  t.var.tenant_id,
36025
36028
  {
36026
36029
  csrf_token: ze(),
@@ -36048,7 +36051,7 @@ const IE = new Ee().openapi(
36048
36051
  return t.redirect(`/u/login/identifier?state=${l.id}`);
36049
36052
  }
36050
36053
  );
36051
- function TE(t) {
36054
+ function OE(t) {
36052
36055
  const e = new Ee();
36053
36056
  e.use(async (r, i) => {
36054
36057
  const o = es(r, t.dataAdapter), c = ol(o, {
@@ -36058,7 +36061,7 @@ function TE(t) {
36058
36061
  });
36059
36062
  return r.env.data = nl(r, c), i();
36060
36063
  }), e.use(il).use(rl).use(Yp(e));
36061
- const n = e.route("/", IE);
36064
+ const n = e.route("/", TE);
36062
36065
  return n.doc("/spec", {
36063
36066
  openapi: "3.0.0",
36064
36067
  info: {
@@ -36072,1171 +36075,1171 @@ function TE(t) {
36072
36075
  ]
36073
36076
  }), Jp(n), n;
36074
36077
  }
36075
- const OE = "Account detected", DE = "Account", RE = "We have detected that you have already created an account through", PE = "By signing in, you agree to our", BE = "and", jE = "email address", LE = "email or phone number", FE = "phone number", UE = "Callback URL mismatch", ME = "The provided redirect_uri is not in the list of allowed callback URLs.", qE = "continue with user", VE = "Please click the button to create a new password account.", HE = "Enter the code at {{vendorName}} to complete the login", zE = "Welcome to {{vendorName}}! {{code}} is the login code", KE = "Welcome to {{vendorName}}! {{code}} is the login code", GE = "Code expired", WE = "Invalid code", XE = "Please check <0>{{username}}</0> and enter the six-digit code that we've sent you.", JE = "The code is already used", YE = "The code is valid for 30 minutes", ZE = "Confirm password", QE = "Need Help?", e9 = "Contact us", t9 = "or continue with social account", n9 = "Continue with {{provider}}", r9 = "Would you like to continue with your existing account?", i9 = "Copyright © 2023 SESAMY. All rights reserved.", o9 = "©2023 Sesamy", s9 = "Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.", a9 = "Please enter a valid email address.", c9 = "The passwords didn't match. Try again.", l9 = "Choose password", u9 = "Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.", d9 = "Create new account", p9 = "Sign up with password", f9 = "You are currently logged in as <0>{{email}}</0>", h9 = "Email", g9 = "Email changed to <0>{{email}}</0> ", m9 = "Email or Phone Number", _9 = "Email address", y9 = "Your email address has been validated", w9 = "Now enter your password to login again", v9 = "An email has been sent to <0>{{email}}</0> with a verification link. Please click the link to verify your email address and set a password.", b9 = "Email verification sent", x9 = "Enter a code", $9 = "We'll send you a verification link to ensure you own this email address.", A9 = "Enter new email", E9 = "Enter new password", S9 = "Enter password", k9 = "Enter your email address and password to login.", N9 = "Enter your password", C9 = "The magic link has expired. Please click on the button below to receive a new link in your inbox.", I9 = "Hey! We updated our login experience. <0>Click here to learn more about it.</0>", T9 = "Send password reset email", O9 = "Click the button below and we’ll send instructions on how to reset your password.", D9 = "Password reset email sent", R9 = "Forgot password?", P9 = "Forgot password?", B9 = "Go back", j9 = "Hide password", L9 = "Invalid identifier", F9 = "Invalid password", U9 = `The link is no longer valid.
36078
+ const DE = "Account detected", RE = "Account", PE = "We have detected that you have already created an account through", BE = "By signing in, you agree to our", jE = "and", LE = "email address", FE = "email or phone number", UE = "phone number", ME = "Callback URL mismatch", qE = "The provided redirect_uri is not in the list of allowed callback URLs.", VE = "continue with user", HE = "Please click the button to create a new password account.", zE = "Enter the code at {{vendorName}} to complete the login", KE = "Welcome to {{vendorName}}! {{code}} is the login code", GE = "Welcome to {{vendorName}}! {{code}} is the login code", WE = "Code expired", XE = "Invalid code", JE = "Please check <0>{{username}}</0> and enter the six-digit code that we've sent you.", YE = "The code is already used", ZE = "The code is valid for 30 minutes", QE = "Confirm password", e9 = "Need Help?", t9 = "Contact us", n9 = "or continue with social account", r9 = "Continue with {{provider}}", i9 = "Would you like to continue with your existing account?", o9 = "Copyright © 2023 SESAMY. All rights reserved.", s9 = "©2023 Sesamy", a9 = "Choose a password with a mix of uppercase and lowercase letters, numbers, and symbols.", c9 = "Please enter a valid email address.", l9 = "The passwords didn't match. Try again.", u9 = "Choose password", d9 = "Password must be at least 8 characters long and contain at least one lowercase letter, one uppercase letter, one number and one symbol.", p9 = "Create new account", f9 = "Sign up with password", h9 = "You are currently logged in as <0>{{email}}</0>", g9 = "Email", m9 = "Email changed to <0>{{email}}</0> ", _9 = "Email or Phone Number", y9 = "Email address", w9 = "Your email address has been validated", v9 = "Now enter your password to login again", b9 = "An email has been sent to <0>{{email}}</0> with a verification link. Please click the link to verify your email address and set a password.", x9 = "Email verification sent", $9 = "Enter a code", A9 = "We'll send you a verification link to ensure you own this email address.", E9 = "Enter new email", S9 = "Enter new password", k9 = "Enter password", N9 = "Enter your email address and password to login.", C9 = "Enter your password", I9 = "The magic link has expired. Please click on the button below to receive a new link in your inbox.", T9 = "Hey! We updated our login experience. <0>Click here to learn more about it.</0>", O9 = "Send password reset email", D9 = "Click the button below and we’ll send instructions on how to reset your password.", R9 = "Password reset email sent", P9 = "Forgot password?", B9 = "Forgot password?", j9 = "Go back", L9 = "Hide password", F9 = "Invalid identifier", U9 = "Invalid password", M9 = `The link is no longer valid.
36076
36079
 
36077
36080
  Please make sure to open the login link in the same browser you started the login with.
36078
36081
 
36079
- You can click the link below to start a new login.`, M9 = "Invalid link", q9 = "Click the button to log in", V9 = "Login", H9 = "Or enter the code at {{vendorName}} to complete the login.", z9 = "Enter your email address to unlock this show on {{service}}", K9 = "Link your account with {{service}}", G9 = "You are logged in as", W9 = "Login", X9 = "Enter your email address to sign in.", J9 = "Enter your email address and we will send you a login code.", Y9 = "Enter your email or phone number to sign in", Z9 = "Enter your email address and we will send you a login link.", Q9 = "Enter your phone number to sign in", eS = "Enter your {{authMethod}} to sign in.", tS = "Log out", nS = "No, I want to use another account", rS = "or", iS = "Password", oS = "The password has been reset", sS = "Success", aS = "Change password for your {{vendorName}} account", cS = "Change password for your {{vendorName}} account", lS = "Phone number", uS = "Privacy Policy", dS = "Redirecting", pS = "Confirm password", fS = "Register a new password", hS = "Resend code", gS = "Change password", mS = "Enter your new password below for the email account: ", _S = "Click the button to reset your password", yS = "Click the button to reset your password", wS = "Reset your password", vS = "Change password for your {{vendorName}} account", bS = "Reset password", xS = "Send", $S = "Send me a new magic link", AS = "Remember to check your spam folder if the email did not arrive.", ES = "Set password", SS = "Show password", kS = "Sign in", NS = "Signup", CS = "Sign up successful", IS = "{{code}} is your login code for {{vendorName}}", TS = "It appears that your Spotify account is currently linked to another Sesamy account. But fear not, we're here to guide you through the process to get this fixed.", OS = "Go to Spotify's Content Access page", DS = `Let's start by unlinking your Spotify account. Click the button below to go to Spotify's Content Access page. After you've logged in to your Spotify account, find Sesamy on the list of connected platforms. Click "Unlink" next to the Sesamy logo.`, RS = "Step 1: Unlink Your Spotify Account", PS = "Once you've successfully unlinked your Spotify account, you can relink it to Sesamy. Simply repeat the steps you previously took that led you to this page.", BS = "Step 2: Relink Your Spotify Account to Sesamy", jS = "Oops! Your Spotify Account Is Already Linked", LS = "Success", FS = "If you have questions or need assistance, you can contact our support team", US = "Terms and Conditions", MS = "Something went wrong. Please try again.", qS = "Your email address needs validating. We have sent a new email to your inbox", VS = "Update email", HS = "User account does not exist", zS = "User account does not exist", KS = "We could not find a user with the provided email address. Please, try again.", GS = "Try again.", WS = "Validate code", XS = "Check your inbox for email validation instructions.", JS = "Signed up", YS = "Click the button to verify your email address", ZS = "Validate your email address", QS = "Validate your email address", ek = "Verify account", tk = "Verify your email", nk = "Please check your email at <0>{{email}}</0> and enter the six-digit code that we've sent you.", rk = "Welcome", ik = "Welcome to your {{vendorName}} account!", ok = "Continue with this account", sk = "Yes, continue with {{text}}", ak = "Yes, continue with existing account", ck = {
36082
+ You can click the link below to start a new login.`, q9 = "Invalid link", V9 = "Click the button to log in", H9 = "Login", z9 = "Or enter the code at {{vendorName}} to complete the login.", K9 = "Enter your email address to unlock this show on {{service}}", G9 = "Link your account with {{service}}", W9 = "You are logged in as", X9 = "Login", J9 = "Enter your email address to sign in.", Y9 = "Enter your email address and we will send you a login code.", Z9 = "Enter your email or phone number to sign in", Q9 = "Enter your email address and we will send you a login link.", eS = "Enter your phone number to sign in", tS = "Enter your {{authMethod}} to sign in.", nS = "Log out", rS = "No, I want to use another account", iS = "or", oS = "Password", sS = "The password has been reset", aS = "Success", cS = "Change password for your {{vendorName}} account", lS = "Change password for your {{vendorName}} account", uS = "Phone number", dS = "Privacy Policy", pS = "Redirecting", fS = "Confirm password", hS = "Register a new password", gS = "Resend code", mS = "Change password", _S = "Enter your new password below for the email account: ", yS = "Click the button to reset your password", wS = "Click the button to reset your password", vS = "Reset your password", bS = "Change password for your {{vendorName}} account", xS = "Reset password", $S = "Send", AS = "Send me a new magic link", ES = "Remember to check your spam folder if the email did not arrive.", SS = "Set password", kS = "Show password", NS = "Sign in", CS = "Signup", IS = "Sign up successful", TS = "{{code}} is your login code for {{vendorName}}", OS = "It appears that your Spotify account is currently linked to another Sesamy account. But fear not, we're here to guide you through the process to get this fixed.", DS = "Go to Spotify's Content Access page", RS = `Let's start by unlinking your Spotify account. Click the button below to go to Spotify's Content Access page. After you've logged in to your Spotify account, find Sesamy on the list of connected platforms. Click "Unlink" next to the Sesamy logo.`, PS = "Step 1: Unlink Your Spotify Account", BS = "Once you've successfully unlinked your Spotify account, you can relink it to Sesamy. Simply repeat the steps you previously took that led you to this page.", jS = "Step 2: Relink Your Spotify Account to Sesamy", LS = "Oops! Your Spotify Account Is Already Linked", FS = "Success", US = "If you have questions or need assistance, you can contact our support team", MS = "Terms and Conditions", qS = "Something went wrong. Please try again.", VS = "Your email address needs validating. We have sent a new email to your inbox", HS = "Update email", zS = "User account does not exist", KS = "User account does not exist", GS = "We could not find a user with the provided email address. Please, try again.", WS = "Try again.", XS = "Validate code", JS = "Check your inbox for email validation instructions.", YS = "Signed up", ZS = "Click the button to verify your email address", QS = "Validate your email address", ek = "Validate your email address", tk = "Verify account", nk = "Verify your email", rk = "Please check your email at <0>{{email}}</0> and enter the six-digit code that we've sent you.", ik = "Welcome", ok = "Welcome to your {{vendorName}} account!", sk = "Continue with this account", ak = "Yes, continue with {{text}}", ck = "Yes, continue with existing account", lk = {
36080
36083
  "Server error: Invalid code": "Invalid code",
36081
- account_detected: OE,
36082
- account_title: DE,
36083
- account_with_sso_provider: RE,
36084
- agree_to: PE,
36085
- and: BE,
36086
- auth_method_email: jE,
36087
- auth_method_email_or_phone: LE,
36088
- auth_method_phone: FE,
36089
- callback_url_mismatch: UE,
36090
- callback_url_not_allowed: ME,
36091
- check_email_title: qE,
36092
- click_to_sign_up_description: VE,
36093
- code_email_enter_code: HE,
36094
- code_email_subject: zE,
36095
- code_email_title: KE,
36096
- code_expired: GE,
36097
- code_invalid: WE,
36098
- code_sent_template: XE,
36099
- code_used: JE,
36100
- code_valid_30_minutes: YE,
36101
- confirm_password: ZE,
36102
- contact_support: QE,
36103
- contact_us: e9,
36084
+ account_detected: DE,
36085
+ account_title: RE,
36086
+ account_with_sso_provider: PE,
36087
+ agree_to: BE,
36088
+ and: jE,
36089
+ auth_method_email: LE,
36090
+ auth_method_email_or_phone: FE,
36091
+ auth_method_phone: UE,
36092
+ callback_url_mismatch: ME,
36093
+ callback_url_not_allowed: qE,
36094
+ check_email_title: VE,
36095
+ click_to_sign_up_description: HE,
36096
+ code_email_enter_code: zE,
36097
+ code_email_subject: KE,
36098
+ code_email_title: GE,
36099
+ code_expired: WE,
36100
+ code_invalid: XE,
36101
+ code_sent_template: JE,
36102
+ code_used: YE,
36103
+ code_valid_30_minutes: ZE,
36104
+ confirm_password: QE,
36105
+ contact_support: e9,
36106
+ contact_us: t9,
36104
36107
  continue: "Continue",
36105
- continue_social_login: t9,
36106
- continue_with: n9,
36107
- continue_with_sso_provider_headline: r9,
36108
- copyright: i9,
36109
- copyright_sesamy: o9,
36110
- create_account_description: s9,
36111
- create_account_email_invalid: a9,
36112
- create_account_passwords_didnt_match: c9,
36113
- create_account_title: l9,
36114
- create_account_weak_password: u9,
36115
- create_new_account_link: d9,
36116
- create_password_account_title: p9,
36117
- currently_logged_in_as: f9,
36118
- email: h9,
36119
- email_changed_to_template: g9,
36120
- email_or_phone_placeholder: m9,
36121
- email_placeholder: _9,
36122
- email_validated: y9,
36123
- email_validated_cta: w9,
36124
- email_verification_for_signup_sent_description: v9,
36125
- email_verification_for_signup_sent_title: b9,
36126
- enter_a_code_btn: x9,
36127
- enter_email_for_verification_description: $9,
36128
- enter_new_email: A9,
36129
- enter_new_password_placeholder: E9,
36130
- enter_password: S9,
36131
- enter_password_description: k9,
36132
- enter_your_password_btn: N9,
36133
- expired_code: C9,
36134
- fokus_info_message: I9,
36135
- forgot_password_cta: T9,
36136
- forgot_password_description: O9,
36137
- forgot_password_email_sent: D9,
36138
- forgot_password_link: R9,
36139
- forgot_password_title: P9,
36140
- go_back: B9,
36141
- hide_password: j9,
36108
+ continue_social_login: n9,
36109
+ continue_with: r9,
36110
+ continue_with_sso_provider_headline: i9,
36111
+ copyright: o9,
36112
+ copyright_sesamy: s9,
36113
+ create_account_description: a9,
36114
+ create_account_email_invalid: c9,
36115
+ create_account_passwords_didnt_match: l9,
36116
+ create_account_title: u9,
36117
+ create_account_weak_password: d9,
36118
+ create_new_account_link: p9,
36119
+ create_password_account_title: f9,
36120
+ currently_logged_in_as: h9,
36121
+ email: g9,
36122
+ email_changed_to_template: m9,
36123
+ email_or_phone_placeholder: _9,
36124
+ email_placeholder: y9,
36125
+ email_validated: w9,
36126
+ email_validated_cta: v9,
36127
+ email_verification_for_signup_sent_description: b9,
36128
+ email_verification_for_signup_sent_title: x9,
36129
+ enter_a_code_btn: $9,
36130
+ enter_email_for_verification_description: A9,
36131
+ enter_new_email: E9,
36132
+ enter_new_password_placeholder: S9,
36133
+ enter_password: k9,
36134
+ enter_password_description: N9,
36135
+ enter_your_password_btn: C9,
36136
+ expired_code: I9,
36137
+ fokus_info_message: T9,
36138
+ forgot_password_cta: O9,
36139
+ forgot_password_description: D9,
36140
+ forgot_password_email_sent: R9,
36141
+ forgot_password_link: P9,
36142
+ forgot_password_title: B9,
36143
+ go_back: j9,
36144
+ hide_password: L9,
36142
36145
  "invalid-email": "Invalid email",
36143
- invalid_identifier: L9,
36144
- invalid_password: F9,
36145
- invalid_session_body: U9,
36146
- invalid_session_title: M9,
36147
- link_email_click_to_login: q9,
36148
- link_email_login: V9,
36149
- link_email_or_enter_code: H9,
36150
- link_page_body: z9,
36151
- link_page_headline: K9,
36152
- logged_in_as: G9,
36153
- login: W9,
36154
- login_description: X9,
36155
- login_description_code: J9,
36156
- login_description_combined: Y9,
36157
- login_description_link: Z9,
36158
- login_description_phone: Q9,
36159
- login_description_template: eS,
36160
- logout: tS,
36161
- no_use_another: nS,
36162
- or: rS,
36163
- password: iS,
36164
- password_has_been_reset: oS,
36165
- password_has_been_reset_title: sS,
36166
- password_reset_subject: aS,
36167
- password_reset_title: cS,
36168
- phone_placeholder: lS,
36169
- privacy_policy: uS,
36170
- redirecting: dS,
36171
- reenter_new_password_placeholder: pS,
36172
- register_password_account: fS,
36173
- resend_code: hS,
36174
- reset_password_cta: gS,
36175
- reset_password_description: mS,
36176
- reset_password_email_click_to_reset: _S,
36177
- reset_password_email_cta: yS,
36178
- reset_password_email_reset: wS,
36179
- reset_password_subject: vS,
36180
- reset_password_title: bS,
36181
- send: xS,
36182
- send_me_a_new_magic_link: $S,
36183
- sent_code_spam: AS,
36184
- set_password: ES,
36185
- show_password: SS,
36186
- sign_in: kS,
36187
- signup: NS,
36188
- signup_success: CS,
36189
- sms_code_text: IS,
36190
- spotify_already_linked_body: TS,
36191
- spotify_already_linked_cta: OS,
36192
- spotify_already_linked_step1_body: DS,
36193
- spotify_already_linked_step1_title: RS,
36194
- spotify_already_linked_step2_body: PS,
36195
- spotify_already_linked_step2_title: BS,
36196
- spotify_already_linked_title: jS,
36197
- success: LS,
36198
- support_info: FS,
36199
- terms: US,
36200
- unexpected_error_try_again: MS,
36201
- unverified_email: qS,
36202
- update_email: VS,
36203
- user_account_does_not_exist: HS,
36204
- user_not_found: zS,
36205
- user_not_found_body: KS,
36206
- user_not_found_cta: GS,
36207
- validate_code: WS,
36208
- validate_email_body: XS,
36209
- validate_email_title: JS,
36210
- verify_email_click_to_verify: YS,
36211
- verify_email_subject: ZS,
36212
- verify_email_title: QS,
36213
- verify_email_verify: ek,
36214
- verify_your_email: tk,
36215
- we_sent_a_code_to: nk,
36216
- welcome: rk,
36217
- welcome_to_your_account: ik,
36218
- yes_continue: ok,
36219
- yes_continue_with: sk,
36220
- yes_continue_with_existing_account: ak
36221
- }, lk = "Account rilevato", uk = "Conto", dk = "Abbiamo rilevato che l'utente ha già creato un account tramite", pk = "Effettuando l'accesso, l'utente accetta la nostra", fk = "e", hk = "indirizzo e-mail", gk = "e-mail o numero di telefono", mk = "numero di telefono", _k = "Mancata corrispondenza dell'URL di callback", yk = "Il redirect_uri fornito non è nell'elenco degli URL di callback consentiti.", wk = "continuare con l'utente", vk = "Fare clic sul pulsante per creare un nuovo account con password.", bk = "Inserite il codice all'indirizzo {{vendorName}} per completare il login.", xk = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", $k = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", Ak = "Codice scaduto", Ek = "Codice non valido", Sk = "Controllare <0>{{username}}</0> e inserire il codice a sei cifre che vi abbiamo inviato.", kk = "Il codice è già utilizzato", Nk = "Il codice è valido per 30 minuti", Ck = "Confermare la password", Ik = "Avete bisogno di aiuto?", Tk = "Contattateci", Ok = "o continuare con il conto sociale", Dk = "Continua con {{provider}}", Rk = "Desidera continuare a utilizzare l'account esistente?", Pk = "Copyright © 2023 SESAMY. Tutti i diritti riservati.", Bk = "©2023 Sesamy", jk = "Scegliete una password con un mix di lettere maiuscole e minuscole, numeri e simboli.", Lk = "Inserire un indirizzo e-mail valido.", Fk = "Le password non corrispondono. Riprovare.", Uk = "Scegliere la password", Mk = "La password deve essere lunga almeno 8 caratteri e contenere almeno una lettera minuscola, una lettera maiuscola, un numero e un simbolo.", qk = "Creare un nuovo account", Vk = "Iscriviti con la password", Hk = "Attualmente si è connessi come <0>{{email}}</0>", zk = "Email", Kk = "L'e-mail è stata modificata in <0>{{email}}</0> ", Gk = "Indirizzo e-mail o numero di telefono", Wk = "Indirizzo e-mail", Xk = "Il tuo indirizzo e-mail è stato convalidato", Jk = "Ora inserire la password per accedere nuovamente", Yk = "È stata inviata un'e-mail a <0>{{email}}</0> con un link di verifica. Fare clic sul link per verificare l'indirizzo e-mail e impostare una password.", Zk = "Email di verifica inviata", Qk = "Inserire un codice", eN = "Vi invieremo un link di verifica per assicurarvi di possedere questo indirizzo e-mail.", tN = "Inserire un nuovo indirizzo e-mail", nN = "Inserire la nuova password", rN = "Inserire la password", iN = "Inserire l'indirizzo e-mail e la password per accedere.", oN = "Inserire la password", sN = "Il link magico è scaduto. Cliccate sul pulsante sottostante per ricevere un nuovo link nella vostra casella di posta elettronica.", aN = "Abbiamo aggiornato la nostra esperienza di accesso. <0>Clicca qui per saperne di più.</0>", cN = "Inviare l'e-mail di reimpostazione della password", lN = "Fare clic sul pulsante sottostante per ricevere le istruzioni su come reimpostare la password.", uN = "Email di reimpostazione della password inviata", dN = "Hai dimenticato la password?", pN = "Hai dimenticato la password?", fN = "Torna indietro", hN = "Nascondere la password", gN = "Identificatore non valido", mN = "Password non valida", _N = `Il link non è più valido.
36146
+ invalid_identifier: F9,
36147
+ invalid_password: U9,
36148
+ invalid_session_body: M9,
36149
+ invalid_session_title: q9,
36150
+ link_email_click_to_login: V9,
36151
+ link_email_login: H9,
36152
+ link_email_or_enter_code: z9,
36153
+ link_page_body: K9,
36154
+ link_page_headline: G9,
36155
+ logged_in_as: W9,
36156
+ login: X9,
36157
+ login_description: J9,
36158
+ login_description_code: Y9,
36159
+ login_description_combined: Z9,
36160
+ login_description_link: Q9,
36161
+ login_description_phone: eS,
36162
+ login_description_template: tS,
36163
+ logout: nS,
36164
+ no_use_another: rS,
36165
+ or: iS,
36166
+ password: oS,
36167
+ password_has_been_reset: sS,
36168
+ password_has_been_reset_title: aS,
36169
+ password_reset_subject: cS,
36170
+ password_reset_title: lS,
36171
+ phone_placeholder: uS,
36172
+ privacy_policy: dS,
36173
+ redirecting: pS,
36174
+ reenter_new_password_placeholder: fS,
36175
+ register_password_account: hS,
36176
+ resend_code: gS,
36177
+ reset_password_cta: mS,
36178
+ reset_password_description: _S,
36179
+ reset_password_email_click_to_reset: yS,
36180
+ reset_password_email_cta: wS,
36181
+ reset_password_email_reset: vS,
36182
+ reset_password_subject: bS,
36183
+ reset_password_title: xS,
36184
+ send: $S,
36185
+ send_me_a_new_magic_link: AS,
36186
+ sent_code_spam: ES,
36187
+ set_password: SS,
36188
+ show_password: kS,
36189
+ sign_in: NS,
36190
+ signup: CS,
36191
+ signup_success: IS,
36192
+ sms_code_text: TS,
36193
+ spotify_already_linked_body: OS,
36194
+ spotify_already_linked_cta: DS,
36195
+ spotify_already_linked_step1_body: RS,
36196
+ spotify_already_linked_step1_title: PS,
36197
+ spotify_already_linked_step2_body: BS,
36198
+ spotify_already_linked_step2_title: jS,
36199
+ spotify_already_linked_title: LS,
36200
+ success: FS,
36201
+ support_info: US,
36202
+ terms: MS,
36203
+ unexpected_error_try_again: qS,
36204
+ unverified_email: VS,
36205
+ update_email: HS,
36206
+ user_account_does_not_exist: zS,
36207
+ user_not_found: KS,
36208
+ user_not_found_body: GS,
36209
+ user_not_found_cta: WS,
36210
+ validate_code: XS,
36211
+ validate_email_body: JS,
36212
+ validate_email_title: YS,
36213
+ verify_email_click_to_verify: ZS,
36214
+ verify_email_subject: QS,
36215
+ verify_email_title: ek,
36216
+ verify_email_verify: tk,
36217
+ verify_your_email: nk,
36218
+ we_sent_a_code_to: rk,
36219
+ welcome: ik,
36220
+ welcome_to_your_account: ok,
36221
+ yes_continue: sk,
36222
+ yes_continue_with: ak,
36223
+ yes_continue_with_existing_account: ck
36224
+ }, uk = "Account rilevato", dk = "Conto", pk = "Abbiamo rilevato che l'utente ha già creato un account tramite", fk = "Effettuando l'accesso, l'utente accetta la nostra", hk = "e", gk = "indirizzo e-mail", mk = "e-mail o numero di telefono", _k = "numero di telefono", yk = "Mancata corrispondenza dell'URL di callback", wk = "Il redirect_uri fornito non è nell'elenco degli URL di callback consentiti.", vk = "continuare con l'utente", bk = "Fare clic sul pulsante per creare un nuovo account con password.", xk = "Inserite il codice all'indirizzo {{vendorName}} per completare il login.", $k = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", Ak = "Benvenuti su {{vendorName}}! {{code}} è il codice di accesso", Ek = "Codice scaduto", Sk = "Codice non valido", kk = "Controllare <0>{{username}}</0> e inserire il codice a sei cifre che vi abbiamo inviato.", Nk = "Il codice è già utilizzato", Ck = "Il codice è valido per 30 minuti", Ik = "Confermare la password", Tk = "Avete bisogno di aiuto?", Ok = "Contattateci", Dk = "o continuare con il conto sociale", Rk = "Continua con {{provider}}", Pk = "Desidera continuare a utilizzare l'account esistente?", Bk = "Copyright © 2023 SESAMY. Tutti i diritti riservati.", jk = "©2023 Sesamy", Lk = "Scegliete una password con un mix di lettere maiuscole e minuscole, numeri e simboli.", Fk = "Inserire un indirizzo e-mail valido.", Uk = "Le password non corrispondono. Riprovare.", Mk = "Scegliere la password", qk = "La password deve essere lunga almeno 8 caratteri e contenere almeno una lettera minuscola, una lettera maiuscola, un numero e un simbolo.", Vk = "Creare un nuovo account", Hk = "Iscriviti con la password", zk = "Attualmente si è connessi come <0>{{email}}</0>", Kk = "Email", Gk = "L'e-mail è stata modificata in <0>{{email}}</0> ", Wk = "Indirizzo e-mail o numero di telefono", Xk = "Indirizzo e-mail", Jk = "Il tuo indirizzo e-mail è stato convalidato", Yk = "Ora inserire la password per accedere nuovamente", Zk = "È stata inviata un'e-mail a <0>{{email}}</0> con un link di verifica. Fare clic sul link per verificare l'indirizzo e-mail e impostare una password.", Qk = "Email di verifica inviata", eN = "Inserire un codice", tN = "Vi invieremo un link di verifica per assicurarvi di possedere questo indirizzo e-mail.", nN = "Inserire un nuovo indirizzo e-mail", rN = "Inserire la nuova password", iN = "Inserire la password", oN = "Inserire l'indirizzo e-mail e la password per accedere.", sN = "Inserire la password", aN = "Il link magico è scaduto. Cliccate sul pulsante sottostante per ricevere un nuovo link nella vostra casella di posta elettronica.", cN = "Abbiamo aggiornato la nostra esperienza di accesso. <0>Clicca qui per saperne di più.</0>", lN = "Inviare l'e-mail di reimpostazione della password", uN = "Fare clic sul pulsante sottostante per ricevere le istruzioni su come reimpostare la password.", dN = "Email di reimpostazione della password inviata", pN = "Hai dimenticato la password?", fN = "Hai dimenticato la password?", hN = "Torna indietro", gN = "Nascondere la password", mN = "Identificatore non valido", _N = "Password non valida", yN = `Il link non è più valido.
36222
36225
 
36223
36226
  Assicuratevi di aprire il link di accesso con lo stesso browser con cui avete iniziato l'accesso.
36224
36227
 
36225
- Potete fare clic sul link sottostante per iniziare un nuovo accesso.`, yN = "Collegamento non valido", wN = "Fare clic sul pulsante per accedere", vN = "Accedi", bN = "Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.", xN = "Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}", $N = "Collegate il vostro account con {{service}}", AN = "L'utente ha effettuato l'accesso come", EN = "Accesso", SN = "Inserire l'indirizzo e-mail per accedere.", kN = "Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.", NN = "Inserire l'e-mail o il numero di telefono per accedere", CN = "Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.", IN = "Inserire il numero di telefono per accedere", TN = "Inserite il vostro {{authMethod}} per accedere.", ON = "Disconnettersi", DN = "No, voglio usare un altro account", RN = "o", PN = "Password", BN = "La password è stata reimpostata", jN = "Il successo", LN = "Modifica della password dell'account {{vendorName}}", FN = "Modifica della password dell'account {{vendorName}} ", UN = "Numero di telefono", MN = "Informativa sulla privacy", qN = "Reindirizzamento", VN = "Confermare la password", HN = "Registrazione di una nuova password", zN = "Reinvio del codice", KN = "Modifica della password", GN = "Immettere di seguito la nuova password per l'account e-mail: ", WN = "Fare clic sul pulsante per reimpostare la password", XN = "Fare clic sul pulsante per reimpostare la password", JN = "Reimpostare la password", YN = "Modifica della password dell'account {{vendorName}} ", ZN = "Reimpostare la password", QN = "Inviare", e7 = "Inviami un nuovo link magico", t7 = "Ricordate di controllare la cartella spam se l'e-mail non è arrivata.", n7 = "Impostare la password", r7 = "Mostra password", i7 = "Accedi", o7 = "Iscriviti", s7 = "Iscriviti con successo", a7 = "{{code}} è il codice di accesso per {{vendorName}}", c7 = "Sembra che il vostro account Spotify sia attualmente collegato a un altro account Sesamy. Ma non temete, siamo qui per guidarvi attraverso la procedura per risolvere il problema.", l7 = "Vai alla pagina di accesso ai contenuti di Spotify", u7 = `Cominciamo con lo scollegare il vostro account Spotify. Fare clic sul pulsante sottostante per accedere alla pagina di accesso ai contenuti di Spotify. Dopo aver effettuato l'accesso al vostro account Spotify, trovate Sesamy nell'elenco delle piattaforme collegate. Fate clic su "Unlink" accanto al logo di Sesamy.`, d7 = "Passo 1: Disconnettere l'account Spotify", p7 = "Dopo aver scollegato con successo il proprio account Spotify, è possibile ricollegarlo a Sesamy. È sufficiente ripetere i passaggi precedenti che vi hanno portato a questa pagina.", f7 = "Passo 2: ricollegare l'account Spotify a Sesamy", h7 = "Ops! Il tuo account Spotify è già collegato", g7 = "Il successo", m7 = "Se avete domande o bisogno di assistenza, potete contattare il nostro team di supporto", _7 = "Termini e condizioni", y7 = "Qualcosa è andato storto. Riprovare.", w7 = "Il tuo indirizzo e-mail deve essere convalidato. Abbiamo inviato una nuova e-mail alla tua casella di posta.", v7 = "Aggiornamento e-mail", b7 = "L'account utente non esiste", x7 = "L'account utente non esiste", $7 = "Non è stato possibile trovare un utente con l'indirizzo e-mail fornito. Si prega di riprovare.", A7 = "Riprova.", E7 = "Convalida del codice", S7 = "Controllate la vostra casella di posta per le istruzioni di convalida dell'e-mail.", k7 = "Iscritta", N7 = "Fare clic sul pulsante per verificare l'indirizzo e-mail", C7 = "Convalidare l'indirizzo e-mail", I7 = "Convalidare l'indirizzo e-mail", T7 = "Verifica dell'account", O7 = "Verificare l'e-mail", D7 = "Controllate la vostra e-mail all'indirizzo <0>{{email}}</0> e inserisca il codice a sei cifre che le abbiamo inviato.", R7 = "Benvenuti", P7 = "Benvenuto nel tuo account {{vendorName}}!", B7 = "Continuare con questo account", j7 = "Sì, continuare con {{text}}", L7 = "Sì, continuare con l'account esistente", F7 = {
36228
+ Potete fare clic sul link sottostante per iniziare un nuovo accesso.`, wN = "Collegamento non valido", vN = "Fare clic sul pulsante per accedere", bN = "Accedi", xN = "Oppure inserire il codice all'indirizzo {{vendorName}} per completare il login.", $N = "Inserisci il tuo indirizzo e-mail per sbloccare questo spettacolo su {{service}}", AN = "Collegate il vostro account con {{service}}", EN = "L'utente ha effettuato l'accesso come", SN = "Accesso", kN = "Inserire l'indirizzo e-mail per accedere.", NN = "Inserite il vostro indirizzo e-mail e vi invieremo un codice di accesso.", CN = "Inserire l'e-mail o il numero di telefono per accedere", IN = "Inserite il vostro indirizzo e-mail e vi invieremo un link di accesso.", TN = "Inserire il numero di telefono per accedere", ON = "Inserite il vostro {{authMethod}} per accedere.", DN = "Disconnettersi", RN = "No, voglio usare un altro account", PN = "o", BN = "Password", jN = "La password è stata reimpostata", LN = "Il successo", FN = "Modifica della password dell'account {{vendorName}}", UN = "Modifica della password dell'account {{vendorName}} ", MN = "Numero di telefono", qN = "Informativa sulla privacy", VN = "Reindirizzamento", HN = "Confermare la password", zN = "Registrazione di una nuova password", KN = "Reinvio del codice", GN = "Modifica della password", WN = "Immettere di seguito la nuova password per l'account e-mail: ", XN = "Fare clic sul pulsante per reimpostare la password", JN = "Fare clic sul pulsante per reimpostare la password", YN = "Reimpostare la password", ZN = "Modifica della password dell'account {{vendorName}} ", QN = "Reimpostare la password", e7 = "Inviare", t7 = "Inviami un nuovo link magico", n7 = "Ricordate di controllare la cartella spam se l'e-mail non è arrivata.", r7 = "Impostare la password", i7 = "Mostra password", o7 = "Accedi", s7 = "Iscriviti", a7 = "Iscriviti con successo", c7 = "{{code}} è il codice di accesso per {{vendorName}}", l7 = "Sembra che il vostro account Spotify sia attualmente collegato a un altro account Sesamy. Ma non temete, siamo qui per guidarvi attraverso la procedura per risolvere il problema.", u7 = "Vai alla pagina di accesso ai contenuti di Spotify", d7 = `Cominciamo con lo scollegare il vostro account Spotify. Fare clic sul pulsante sottostante per accedere alla pagina di accesso ai contenuti di Spotify. Dopo aver effettuato l'accesso al vostro account Spotify, trovate Sesamy nell'elenco delle piattaforme collegate. Fate clic su "Unlink" accanto al logo di Sesamy.`, p7 = "Passo 1: Disconnettere l'account Spotify", f7 = "Dopo aver scollegato con successo il proprio account Spotify, è possibile ricollegarlo a Sesamy. È sufficiente ripetere i passaggi precedenti che vi hanno portato a questa pagina.", h7 = "Passo 2: ricollegare l'account Spotify a Sesamy", g7 = "Ops! Il tuo account Spotify è già collegato", m7 = "Il successo", _7 = "Se avete domande o bisogno di assistenza, potete contattare il nostro team di supporto", y7 = "Termini e condizioni", w7 = "Qualcosa è andato storto. Riprovare.", v7 = "Il tuo indirizzo e-mail deve essere convalidato. Abbiamo inviato una nuova e-mail alla tua casella di posta.", b7 = "Aggiornamento e-mail", x7 = "L'account utente non esiste", $7 = "L'account utente non esiste", A7 = "Non è stato possibile trovare un utente con l'indirizzo e-mail fornito. Si prega di riprovare.", E7 = "Riprova.", S7 = "Convalida del codice", k7 = "Controllate la vostra casella di posta per le istruzioni di convalida dell'e-mail.", N7 = "Iscritta", C7 = "Fare clic sul pulsante per verificare l'indirizzo e-mail", I7 = "Convalidare l'indirizzo e-mail", T7 = "Convalidare l'indirizzo e-mail", O7 = "Verifica dell'account", D7 = "Verificare l'e-mail", R7 = "Controllate la vostra e-mail all'indirizzo <0>{{email}}</0> e inserisca il codice a sei cifre che le abbiamo inviato.", P7 = "Benvenuti", B7 = "Benvenuto nel tuo account {{vendorName}}!", j7 = "Continuare con questo account", L7 = "Sì, continuare con {{text}}", F7 = "Sì, continuare con l'account esistente", U7 = {
36226
36229
  "Server error: Invalid code": "Codice non valido",
36227
- account_detected: lk,
36228
- account_title: uk,
36229
- account_with_sso_provider: dk,
36230
- agree_to: pk,
36231
- and: fk,
36232
- auth_method_email: hk,
36233
- auth_method_email_or_phone: gk,
36234
- auth_method_phone: mk,
36235
- callback_url_mismatch: _k,
36236
- callback_url_not_allowed: yk,
36237
- check_email_title: wk,
36238
- click_to_sign_up_description: vk,
36239
- code_email_enter_code: bk,
36240
- code_email_subject: xk,
36241
- code_email_title: $k,
36242
- code_expired: Ak,
36243
- code_invalid: Ek,
36244
- code_sent_template: Sk,
36245
- code_used: kk,
36246
- code_valid_30_minutes: Nk,
36247
- confirm_password: Ck,
36248
- contact_support: Ik,
36249
- contact_us: Tk,
36230
+ account_detected: uk,
36231
+ account_title: dk,
36232
+ account_with_sso_provider: pk,
36233
+ agree_to: fk,
36234
+ and: hk,
36235
+ auth_method_email: gk,
36236
+ auth_method_email_or_phone: mk,
36237
+ auth_method_phone: _k,
36238
+ callback_url_mismatch: yk,
36239
+ callback_url_not_allowed: wk,
36240
+ check_email_title: vk,
36241
+ click_to_sign_up_description: bk,
36242
+ code_email_enter_code: xk,
36243
+ code_email_subject: $k,
36244
+ code_email_title: Ak,
36245
+ code_expired: Ek,
36246
+ code_invalid: Sk,
36247
+ code_sent_template: kk,
36248
+ code_used: Nk,
36249
+ code_valid_30_minutes: Ck,
36250
+ confirm_password: Ik,
36251
+ contact_support: Tk,
36252
+ contact_us: Ok,
36250
36253
  continue: "Continua",
36251
- continue_social_login: Ok,
36252
- continue_with: Dk,
36253
- continue_with_sso_provider_headline: Rk,
36254
- copyright: Pk,
36255
- copyright_sesamy: Bk,
36256
- create_account_description: jk,
36257
- create_account_email_invalid: Lk,
36258
- create_account_passwords_didnt_match: Fk,
36259
- create_account_title: Uk,
36260
- create_account_weak_password: Mk,
36261
- create_new_account_link: qk,
36262
- create_password_account_title: Vk,
36263
- currently_logged_in_as: Hk,
36264
- email: zk,
36265
- email_changed_to_template: Kk,
36266
- email_or_phone_placeholder: Gk,
36267
- email_placeholder: Wk,
36268
- email_validated: Xk,
36269
- email_validated_cta: Jk,
36270
- email_verification_for_signup_sent_description: Yk,
36271
- email_verification_for_signup_sent_title: Zk,
36272
- enter_a_code_btn: Qk,
36273
- enter_email_for_verification_description: eN,
36274
- enter_new_email: tN,
36275
- enter_new_password_placeholder: nN,
36276
- enter_password: rN,
36277
- enter_password_description: iN,
36278
- enter_your_password_btn: oN,
36279
- expired_code: sN,
36280
- fokus_info_message: aN,
36281
- forgot_password_cta: cN,
36282
- forgot_password_description: lN,
36283
- forgot_password_email_sent: uN,
36284
- forgot_password_link: dN,
36285
- forgot_password_title: pN,
36286
- go_back: fN,
36287
- hide_password: hN,
36254
+ continue_social_login: Dk,
36255
+ continue_with: Rk,
36256
+ continue_with_sso_provider_headline: Pk,
36257
+ copyright: Bk,
36258
+ copyright_sesamy: jk,
36259
+ create_account_description: Lk,
36260
+ create_account_email_invalid: Fk,
36261
+ create_account_passwords_didnt_match: Uk,
36262
+ create_account_title: Mk,
36263
+ create_account_weak_password: qk,
36264
+ create_new_account_link: Vk,
36265
+ create_password_account_title: Hk,
36266
+ currently_logged_in_as: zk,
36267
+ email: Kk,
36268
+ email_changed_to_template: Gk,
36269
+ email_or_phone_placeholder: Wk,
36270
+ email_placeholder: Xk,
36271
+ email_validated: Jk,
36272
+ email_validated_cta: Yk,
36273
+ email_verification_for_signup_sent_description: Zk,
36274
+ email_verification_for_signup_sent_title: Qk,
36275
+ enter_a_code_btn: eN,
36276
+ enter_email_for_verification_description: tN,
36277
+ enter_new_email: nN,
36278
+ enter_new_password_placeholder: rN,
36279
+ enter_password: iN,
36280
+ enter_password_description: oN,
36281
+ enter_your_password_btn: sN,
36282
+ expired_code: aN,
36283
+ fokus_info_message: cN,
36284
+ forgot_password_cta: lN,
36285
+ forgot_password_description: uN,
36286
+ forgot_password_email_sent: dN,
36287
+ forgot_password_link: pN,
36288
+ forgot_password_title: fN,
36289
+ go_back: hN,
36290
+ hide_password: gN,
36288
36291
  "invalid-email": "Email non valida",
36289
- invalid_identifier: gN,
36290
- invalid_password: mN,
36291
- invalid_session_body: _N,
36292
- invalid_session_title: yN,
36293
- link_email_click_to_login: wN,
36294
- link_email_login: vN,
36295
- link_email_or_enter_code: bN,
36296
- link_page_body: xN,
36297
- link_page_headline: $N,
36298
- logged_in_as: AN,
36299
- login: EN,
36300
- login_description: SN,
36301
- login_description_code: kN,
36302
- login_description_combined: NN,
36303
- login_description_link: CN,
36304
- login_description_phone: IN,
36305
- login_description_template: TN,
36306
- logout: ON,
36307
- no_use_another: DN,
36308
- or: RN,
36309
- password: PN,
36310
- password_has_been_reset: BN,
36311
- password_has_been_reset_title: jN,
36312
- password_reset_subject: LN,
36313
- password_reset_title: FN,
36314
- phone_placeholder: UN,
36315
- privacy_policy: MN,
36316
- redirecting: qN,
36317
- reenter_new_password_placeholder: VN,
36318
- register_password_account: HN,
36319
- resend_code: zN,
36320
- reset_password_cta: KN,
36321
- reset_password_description: GN,
36322
- reset_password_email_click_to_reset: WN,
36323
- reset_password_email_cta: XN,
36324
- reset_password_email_reset: JN,
36325
- reset_password_subject: YN,
36326
- reset_password_title: ZN,
36327
- send: QN,
36328
- send_me_a_new_magic_link: e7,
36329
- sent_code_spam: t7,
36330
- set_password: n7,
36331
- show_password: r7,
36332
- sign_in: i7,
36333
- signup: o7,
36334
- signup_success: s7,
36335
- sms_code_text: a7,
36336
- spotify_already_linked_body: c7,
36337
- spotify_already_linked_cta: l7,
36338
- spotify_already_linked_step1_body: u7,
36339
- spotify_already_linked_step1_title: d7,
36340
- spotify_already_linked_step2_body: p7,
36341
- spotify_already_linked_step2_title: f7,
36342
- spotify_already_linked_title: h7,
36343
- success: g7,
36344
- support_info: m7,
36345
- terms: _7,
36346
- unexpected_error_try_again: y7,
36347
- unverified_email: w7,
36348
- update_email: v7,
36349
- user_account_does_not_exist: b7,
36350
- user_not_found: x7,
36351
- user_not_found_body: $7,
36352
- user_not_found_cta: A7,
36353
- validate_code: E7,
36354
- validate_email_body: S7,
36355
- validate_email_title: k7,
36356
- verify_email_click_to_verify: N7,
36357
- verify_email_subject: C7,
36358
- verify_email_title: I7,
36359
- verify_email_verify: T7,
36360
- verify_your_email: O7,
36361
- we_sent_a_code_to: D7,
36362
- welcome: R7,
36363
- welcome_to_your_account: P7,
36364
- yes_continue: B7,
36365
- yes_continue_with: j7,
36366
- yes_continue_with_existing_account: L7
36367
- }, U7 = "Konto oppdaget", M7 = "Konto", q7 = "Vi har oppdaget at du allerede har opprettet en konto gjennom", V7 = "Ved å logge på godtar du våre", H7 = "og", z7 = "e-postadresse", K7 = "e-post eller telefonnummer", G7 = "telefonnummer", W7 = "Callback-URLen samsvarer ikke", X7 = "Den oppgitte redirect_uri er ikke på listen over tillatte tilbakeringings-URLer.", J7 = "fortsett med bruker", Y7 = "Klikk på knappen for å opprette en ny passordkonto.", Z7 = "Skriv inn koden på {{vendorName}} for å fullføre påloggingen", Q7 = "Velkommen til {{vendorName}} ! {{code}} er påloggingskoden", eC = "Velkommen til {{vendorName}}! {{code}} er påloggingskoden", tC = "Koden er utløpt", nC = "Ugyldig kode", rC = "Vennligst sjekk <0>{{username}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.", iC = "Koden er allerede brukt", oC = "Koden er gyldig i 30 minutter", sC = "Bekreft passord", aC = "Trenger hjelp?", cC = "Kontakt oss", lC = "eller fortsett med sosial konto", uC = "Fortsett med {{provider}}", dC = "Vil du fortsette med din eksisterende konto?", pC = "Opphavsrett © 2023 SESAMY. Alle rettigheter forbeholdt.", fC = "©2023 Sesamy", hC = "Velg et passord med en blanding av store og små bokstaver, tall og symboler.", gC = "Vennligst skriv inn en gyldig e-postadresse.", mC = "Passordene stemte ikke overens. Prøv igjen.", _C = "Velg passord", yC = "Passordet må være på minst 8 tegn og inneholde minst én liten bokstav, én stor bokstav, ett tall og ett symbol.", wC = "Opprett ny konto", vC = "Registrer deg med passord", bC = "Du er logget på som <0> {{email}}</0>", xC = "E-post", $C = "E-post endret til <0>{{email}}</0> ", AC = "E-post eller telefonnummer", EC = "E-postadresse", SC = "E-postadressen din har blitt validert", kC = "Skriv nå inn passordet ditt for å logge inn igjen", NC = "En e-post har blitt sendt til <0>{{email}}</0> med en bekreftelseslenke. Klikk på lenken for å bekrefte e-postadressen din og angi et passord.", CC = "E-postbekreftelse sendt", IC = "Angi en kode", TC = "Vi sender deg en bekreftelseskobling for å sikre at du eier denne e-postadressen.", OC = "Skriv inn ny e-post", DC = "Skriv inn nytt passord", RC = "Oppgi passord", PC = "Skriv inn e-postadressen og passordet ditt for å logge inn.", BC = "Skriv inn passordet ditt", jC = "Den magiske lenken er utløpt. Vennligst klikk på knappen nedenfor for å motta en ny lenke i innboksen din.", LC = "Hei! Vi oppdaterte påloggingsopplevelsen vår. <0>Klikk her for å lære mer om det.</0>", FC = "Send e-post om tilbakestilling av passord", UC = "Klikk på knappen nedenfor, så sender vi deg instruksjoner om hvordan du tilbakestiller passordet ditt.", MC = "E-post om tilbakestilling av passord sendt", qC = "Har du glemt passordet?", VC = "Har du glemt passordet?", HC = "Gå tilbake", zC = "Skjul passord", KC = "Ugyldig identifikator", GC = "Ugyldig passord", WC = `Lenken er ikke lenger gyldig.
36292
+ invalid_identifier: mN,
36293
+ invalid_password: _N,
36294
+ invalid_session_body: yN,
36295
+ invalid_session_title: wN,
36296
+ link_email_click_to_login: vN,
36297
+ link_email_login: bN,
36298
+ link_email_or_enter_code: xN,
36299
+ link_page_body: $N,
36300
+ link_page_headline: AN,
36301
+ logged_in_as: EN,
36302
+ login: SN,
36303
+ login_description: kN,
36304
+ login_description_code: NN,
36305
+ login_description_combined: CN,
36306
+ login_description_link: IN,
36307
+ login_description_phone: TN,
36308
+ login_description_template: ON,
36309
+ logout: DN,
36310
+ no_use_another: RN,
36311
+ or: PN,
36312
+ password: BN,
36313
+ password_has_been_reset: jN,
36314
+ password_has_been_reset_title: LN,
36315
+ password_reset_subject: FN,
36316
+ password_reset_title: UN,
36317
+ phone_placeholder: MN,
36318
+ privacy_policy: qN,
36319
+ redirecting: VN,
36320
+ reenter_new_password_placeholder: HN,
36321
+ register_password_account: zN,
36322
+ resend_code: KN,
36323
+ reset_password_cta: GN,
36324
+ reset_password_description: WN,
36325
+ reset_password_email_click_to_reset: XN,
36326
+ reset_password_email_cta: JN,
36327
+ reset_password_email_reset: YN,
36328
+ reset_password_subject: ZN,
36329
+ reset_password_title: QN,
36330
+ send: e7,
36331
+ send_me_a_new_magic_link: t7,
36332
+ sent_code_spam: n7,
36333
+ set_password: r7,
36334
+ show_password: i7,
36335
+ sign_in: o7,
36336
+ signup: s7,
36337
+ signup_success: a7,
36338
+ sms_code_text: c7,
36339
+ spotify_already_linked_body: l7,
36340
+ spotify_already_linked_cta: u7,
36341
+ spotify_already_linked_step1_body: d7,
36342
+ spotify_already_linked_step1_title: p7,
36343
+ spotify_already_linked_step2_body: f7,
36344
+ spotify_already_linked_step2_title: h7,
36345
+ spotify_already_linked_title: g7,
36346
+ success: m7,
36347
+ support_info: _7,
36348
+ terms: y7,
36349
+ unexpected_error_try_again: w7,
36350
+ unverified_email: v7,
36351
+ update_email: b7,
36352
+ user_account_does_not_exist: x7,
36353
+ user_not_found: $7,
36354
+ user_not_found_body: A7,
36355
+ user_not_found_cta: E7,
36356
+ validate_code: S7,
36357
+ validate_email_body: k7,
36358
+ validate_email_title: N7,
36359
+ verify_email_click_to_verify: C7,
36360
+ verify_email_subject: I7,
36361
+ verify_email_title: T7,
36362
+ verify_email_verify: O7,
36363
+ verify_your_email: D7,
36364
+ we_sent_a_code_to: R7,
36365
+ welcome: P7,
36366
+ welcome_to_your_account: B7,
36367
+ yes_continue: j7,
36368
+ yes_continue_with: L7,
36369
+ yes_continue_with_existing_account: F7
36370
+ }, M7 = "Konto oppdaget", q7 = "Konto", V7 = "Vi har oppdaget at du allerede har opprettet en konto gjennom", H7 = "Ved å logge på godtar du våre", z7 = "og", K7 = "e-postadresse", G7 = "e-post eller telefonnummer", W7 = "telefonnummer", X7 = "Callback-URLen samsvarer ikke", J7 = "Den oppgitte redirect_uri er ikke på listen over tillatte tilbakeringings-URLer.", Y7 = "fortsett med bruker", Z7 = "Klikk på knappen for å opprette en ny passordkonto.", Q7 = "Skriv inn koden på {{vendorName}} for å fullføre påloggingen", eC = "Velkommen til {{vendorName}} ! {{code}} er påloggingskoden", tC = "Velkommen til {{vendorName}}! {{code}} er påloggingskoden", nC = "Koden er utløpt", rC = "Ugyldig kode", iC = "Vennligst sjekk <0>{{username}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.", oC = "Koden er allerede brukt", sC = "Koden er gyldig i 30 minutter", aC = "Bekreft passord", cC = "Trenger hjelp?", lC = "Kontakt oss", uC = "eller fortsett med sosial konto", dC = "Fortsett med {{provider}}", pC = "Vil du fortsette med din eksisterende konto?", fC = "Opphavsrett © 2023 SESAMY. Alle rettigheter forbeholdt.", hC = "©2023 Sesamy", gC = "Velg et passord med en blanding av store og små bokstaver, tall og symboler.", mC = "Vennligst skriv inn en gyldig e-postadresse.", _C = "Passordene stemte ikke overens. Prøv igjen.", yC = "Velg passord", wC = "Passordet må være på minst 8 tegn og inneholde minst én liten bokstav, én stor bokstav, ett tall og ett symbol.", vC = "Opprett ny konto", bC = "Registrer deg med passord", xC = "Du er logget på som <0> {{email}}</0>", $C = "E-post", AC = "E-post endret til <0>{{email}}</0> ", EC = "E-post eller telefonnummer", SC = "E-postadresse", kC = "E-postadressen din har blitt validert", NC = "Skriv nå inn passordet ditt for å logge inn igjen", CC = "En e-post har blitt sendt til <0>{{email}}</0> med en bekreftelseslenke. Klikk på lenken for å bekrefte e-postadressen din og angi et passord.", IC = "E-postbekreftelse sendt", TC = "Angi en kode", OC = "Vi sender deg en bekreftelseskobling for å sikre at du eier denne e-postadressen.", DC = "Skriv inn ny e-post", RC = "Skriv inn nytt passord", PC = "Oppgi passord", BC = "Skriv inn e-postadressen og passordet ditt for å logge inn.", jC = "Skriv inn passordet ditt", LC = "Den magiske lenken er utløpt. Vennligst klikk på knappen nedenfor for å motta en ny lenke i innboksen din.", FC = "Hei! Vi oppdaterte påloggingsopplevelsen vår. <0>Klikk her for å lære mer om det.</0>", UC = "Send e-post om tilbakestilling av passord", MC = "Klikk på knappen nedenfor, så sender vi deg instruksjoner om hvordan du tilbakestiller passordet ditt.", qC = "E-post om tilbakestilling av passord sendt", VC = "Har du glemt passordet?", HC = "Har du glemt passordet?", zC = "Gå tilbake", KC = "Skjul passord", GC = "Ugyldig identifikator", WC = "Ugyldig passord", XC = `Lenken er ikke lenger gyldig.
36368
36371
 
36369
36372
  Sørg for å åpne påloggingslenken i samme nettleser som du startet påloggingen med.
36370
36373
 
36371
- Du kan klikke på lenken nedenfor for å starte en ny pålogging.`, XC = "Ugyldig lenke", JC = "Klikk på knappen for å logge inn", YC = "Logg inn", ZC = "Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.", QC = "Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}", eI = "Koble kontoen din til {{service}}", tI = "Du er innlogget som", nI = "Logg inn", rI = "Skriv inn e-postadressen din for å logge på.", iI = "Skriv inn e-postadressen din og vi sender deg en påloggingskode.", oI = "Skriv inn e-postadressen eller telefonnummeret ditt for å logge på", sI = "Skriv inn e-postadressen din og vi sender deg en påloggingslenke.", aI = "Skriv inn telefonnummeret ditt for å logge på", cI = "Skriv inn din {{authMethod}} for å logge inn.", lI = "Logg ut", uI = "Nei, jeg vil bruke en annen konto", dI = "eller", pI = "Passord", fI = "Passordet har blitt tilbakestilt", hI = "Suksess", gI = "Endre passord for {{vendorName}} kontoen din", mI = "Endre passord for {{vendorName}} kontoen din", _I = "Telefonnummer", yI = "Personvernerklæring", wI = "Omdirigerer", vI = "Bekreft passord", bI = "Registrer et nytt passord", xI = "Send kode på nytt", $I = "Endre passord", AI = "Skriv inn det nye passordet for e-postkontoen nedenfor: ", EI = "Klikk på knappen for å tilbakestille passordet ditt", SI = "Klikk på knappen for å tilbakestille passordet ditt", kI = "Tilbakestill passordet ditt", NI = "Endre passord for {{vendorName}} -kontoen din", CI = "Tilbakestill passord", II = "Send", TI = "Send meg en ny magisk lenke", OI = "Husk å sjekke søppelpostmappen din hvis e-posten ikke kom.", DI = "Angi passord", RI = "Vis passord", PI = "Logg inn", BI = "Påmelding", jI = "Vellykket registrering", LI = "{{code}} er innloggingskoden din for {{vendorName}}", FI = "Det ser ut til at Spotify-kontoen din for øyeblikket er koblet til en annen Sesamy-konto. Men ikke vær redd, vi er her for å veilede deg gjennom prosessen for å få dette fikset.", UI = "Gå til Spotifys innholdstilgangsside", MI = 'La oss starte med å koble fra Spotify-kontoen din. Klikk på knappen nedenfor for å gå til Spotifys innholdstilgang-side. Etter at du har logget på Spotify-kontoen din, finner du Sesamy på listen over tilkoblede plattformer. Klikk "Fjern kobling" ved siden av Sesamy-logoen.', qI = "Trinn 1: Koble fra Spotify-kontoen din", VI = "Når du har koblet fra Spotify-kontoen din, kan du koble den til Sesamy på nytt. Bare gjenta trinnene du tidligere tok som førte deg til denne siden.", HI = "Trinn 2: Koble Spotify-kontoen din til Sesamy på nytt", zI = "Oops! Spotify-kontoen din er allerede koblet", KI = "Ferdig", GI = "Hvis du har spørsmål eller trenger hjelp, kan du kontakte supportteamet vårt", WI = "vilkår", XI = "Noe gikk galt. Vennligst prøv igjen.", JI = "E-postadressen din må bekreftes. Vi har sendt en ny e-post til innboksen din.", YI = "Oppdater e-post", ZI = "Brukerkonto eksisterer ikke", QI = "Brukerkonto eksisterer ikke", eT = "Vi kunne ikke finne en bruker med den oppgitte e-postadressen. Vær så snill, prøv på nytt.", tT = "Prøv igjen.", nT = "Bekreft koden", rT = "Sjekk innboksen din for instruksjoner om e-postvalidering.", iT = "Registrerte seg", oT = "Klikk på knappen for å bekrefte e-postadressen din", sT = "Bekreft e-postadressen din", aT = "Bekreft e-postadressen din", cT = "Bekreft konto", lT = "Bekreft e-posten din", uT = "Vennligst sjekk e-posten din på <0>{{email}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.", dT = "Velkommen", pT = "Velkommen til din brukerkonto hos {{vendorName}} !", fT = "Fortsett med denne kontoen", hT = "Ja, fortsett med {{text}}", gT = "Ja, fortsett med eksisterende konto", mT = {
36374
+ Du kan klikke på lenken nedenfor for å starte en ny pålogging.`, JC = "Ugyldig lenke", YC = "Klikk på knappen for å logge inn", ZC = "Logg inn", QC = "Eller skriv inn koden på {{vendorName}} for å fullføre påloggingen.", eI = "Skriv inn e-postadressen din for å låse opp dette programmet på {{service}}", tI = "Koble kontoen din til {{service}}", nI = "Du er innlogget som", rI = "Logg inn", iI = "Skriv inn e-postadressen din for å logge på.", oI = "Skriv inn e-postadressen din og vi sender deg en påloggingskode.", sI = "Skriv inn e-postadressen eller telefonnummeret ditt for å logge på", aI = "Skriv inn e-postadressen din og vi sender deg en påloggingslenke.", cI = "Skriv inn telefonnummeret ditt for å logge på", lI = "Skriv inn din {{authMethod}} for å logge inn.", uI = "Logg ut", dI = "Nei, jeg vil bruke en annen konto", pI = "eller", fI = "Passord", hI = "Passordet har blitt tilbakestilt", gI = "Suksess", mI = "Endre passord for {{vendorName}} kontoen din", _I = "Endre passord for {{vendorName}} kontoen din", yI = "Telefonnummer", wI = "Personvernerklæring", vI = "Omdirigerer", bI = "Bekreft passord", xI = "Registrer et nytt passord", $I = "Send kode på nytt", AI = "Endre passord", EI = "Skriv inn det nye passordet for e-postkontoen nedenfor: ", SI = "Klikk på knappen for å tilbakestille passordet ditt", kI = "Klikk på knappen for å tilbakestille passordet ditt", NI = "Tilbakestill passordet ditt", CI = "Endre passord for {{vendorName}} -kontoen din", II = "Tilbakestill passord", TI = "Send", OI = "Send meg en ny magisk lenke", DI = "Husk å sjekke søppelpostmappen din hvis e-posten ikke kom.", RI = "Angi passord", PI = "Vis passord", BI = "Logg inn", jI = "Påmelding", LI = "Vellykket registrering", FI = "{{code}} er innloggingskoden din for {{vendorName}}", UI = "Det ser ut til at Spotify-kontoen din for øyeblikket er koblet til en annen Sesamy-konto. Men ikke vær redd, vi er her for å veilede deg gjennom prosessen for å få dette fikset.", MI = "Gå til Spotifys innholdstilgangsside", qI = 'La oss starte med å koble fra Spotify-kontoen din. Klikk på knappen nedenfor for å gå til Spotifys innholdstilgang-side. Etter at du har logget på Spotify-kontoen din, finner du Sesamy på listen over tilkoblede plattformer. Klikk "Fjern kobling" ved siden av Sesamy-logoen.', VI = "Trinn 1: Koble fra Spotify-kontoen din", HI = "Når du har koblet fra Spotify-kontoen din, kan du koble den til Sesamy på nytt. Bare gjenta trinnene du tidligere tok som førte deg til denne siden.", zI = "Trinn 2: Koble Spotify-kontoen din til Sesamy på nytt", KI = "Oops! Spotify-kontoen din er allerede koblet", GI = "Ferdig", WI = "Hvis du har spørsmål eller trenger hjelp, kan du kontakte supportteamet vårt", XI = "vilkår", JI = "Noe gikk galt. Vennligst prøv igjen.", YI = "E-postadressen din må bekreftes. Vi har sendt en ny e-post til innboksen din.", ZI = "Oppdater e-post", QI = "Brukerkonto eksisterer ikke", eT = "Brukerkonto eksisterer ikke", tT = "Vi kunne ikke finne en bruker med den oppgitte e-postadressen. Vær så snill, prøv på nytt.", nT = "Prøv igjen.", rT = "Bekreft koden", iT = "Sjekk innboksen din for instruksjoner om e-postvalidering.", oT = "Registrerte seg", sT = "Klikk på knappen for å bekrefte e-postadressen din", aT = "Bekreft e-postadressen din", cT = "Bekreft e-postadressen din", lT = "Bekreft konto", uT = "Bekreft e-posten din", dT = "Vennligst sjekk e-posten din på <0>{{email}}</0> og skriv inn den sekssifrede koden som vi har sendt deg.", pT = "Velkommen", fT = "Velkommen til din brukerkonto hos {{vendorName}} !", hT = "Fortsett med denne kontoen", gT = "Ja, fortsett med {{text}}", mT = "Ja, fortsett med eksisterende konto", _T = {
36372
36375
  "Server error: Invalid code": "Ugyldig kode",
36373
- account_detected: U7,
36374
- account_title: M7,
36375
- account_with_sso_provider: q7,
36376
- agree_to: V7,
36377
- and: H7,
36378
- auth_method_email: z7,
36379
- auth_method_email_or_phone: K7,
36380
- auth_method_phone: G7,
36381
- callback_url_mismatch: W7,
36382
- callback_url_not_allowed: X7,
36383
- check_email_title: J7,
36384
- click_to_sign_up_description: Y7,
36385
- code_email_enter_code: Z7,
36386
- code_email_subject: Q7,
36387
- code_email_title: eC,
36388
- code_expired: tC,
36389
- code_invalid: nC,
36390
- code_sent_template: rC,
36391
- code_used: iC,
36392
- code_valid_30_minutes: oC,
36393
- confirm_password: sC,
36394
- contact_support: aC,
36395
- contact_us: cC,
36376
+ account_detected: M7,
36377
+ account_title: q7,
36378
+ account_with_sso_provider: V7,
36379
+ agree_to: H7,
36380
+ and: z7,
36381
+ auth_method_email: K7,
36382
+ auth_method_email_or_phone: G7,
36383
+ auth_method_phone: W7,
36384
+ callback_url_mismatch: X7,
36385
+ callback_url_not_allowed: J7,
36386
+ check_email_title: Y7,
36387
+ click_to_sign_up_description: Z7,
36388
+ code_email_enter_code: Q7,
36389
+ code_email_subject: eC,
36390
+ code_email_title: tC,
36391
+ code_expired: nC,
36392
+ code_invalid: rC,
36393
+ code_sent_template: iC,
36394
+ code_used: oC,
36395
+ code_valid_30_minutes: sC,
36396
+ confirm_password: aC,
36397
+ contact_support: cC,
36398
+ contact_us: lC,
36396
36399
  continue: "Fortsette",
36397
- continue_social_login: lC,
36398
- continue_with: uC,
36399
- continue_with_sso_provider_headline: dC,
36400
- copyright: pC,
36401
- copyright_sesamy: fC,
36402
- create_account_description: hC,
36403
- create_account_email_invalid: gC,
36404
- create_account_passwords_didnt_match: mC,
36405
- create_account_title: _C,
36406
- create_account_weak_password: yC,
36407
- create_new_account_link: wC,
36408
- create_password_account_title: vC,
36409
- currently_logged_in_as: bC,
36410
- email: xC,
36411
- email_changed_to_template: $C,
36412
- email_or_phone_placeholder: AC,
36413
- email_placeholder: EC,
36414
- email_validated: SC,
36415
- email_validated_cta: kC,
36416
- email_verification_for_signup_sent_description: NC,
36417
- email_verification_for_signup_sent_title: CC,
36418
- enter_a_code_btn: IC,
36419
- enter_email_for_verification_description: TC,
36420
- enter_new_email: OC,
36421
- enter_new_password_placeholder: DC,
36422
- enter_password: RC,
36423
- enter_password_description: PC,
36424
- enter_your_password_btn: BC,
36425
- expired_code: jC,
36426
- fokus_info_message: LC,
36427
- forgot_password_cta: FC,
36428
- forgot_password_description: UC,
36429
- forgot_password_email_sent: MC,
36430
- forgot_password_link: qC,
36431
- forgot_password_title: VC,
36432
- go_back: HC,
36433
- hide_password: zC,
36400
+ continue_social_login: uC,
36401
+ continue_with: dC,
36402
+ continue_with_sso_provider_headline: pC,
36403
+ copyright: fC,
36404
+ copyright_sesamy: hC,
36405
+ create_account_description: gC,
36406
+ create_account_email_invalid: mC,
36407
+ create_account_passwords_didnt_match: _C,
36408
+ create_account_title: yC,
36409
+ create_account_weak_password: wC,
36410
+ create_new_account_link: vC,
36411
+ create_password_account_title: bC,
36412
+ currently_logged_in_as: xC,
36413
+ email: $C,
36414
+ email_changed_to_template: AC,
36415
+ email_or_phone_placeholder: EC,
36416
+ email_placeholder: SC,
36417
+ email_validated: kC,
36418
+ email_validated_cta: NC,
36419
+ email_verification_for_signup_sent_description: CC,
36420
+ email_verification_for_signup_sent_title: IC,
36421
+ enter_a_code_btn: TC,
36422
+ enter_email_for_verification_description: OC,
36423
+ enter_new_email: DC,
36424
+ enter_new_password_placeholder: RC,
36425
+ enter_password: PC,
36426
+ enter_password_description: BC,
36427
+ enter_your_password_btn: jC,
36428
+ expired_code: LC,
36429
+ fokus_info_message: FC,
36430
+ forgot_password_cta: UC,
36431
+ forgot_password_description: MC,
36432
+ forgot_password_email_sent: qC,
36433
+ forgot_password_link: VC,
36434
+ forgot_password_title: HC,
36435
+ go_back: zC,
36436
+ hide_password: KC,
36434
36437
  "invalid-email": "Ugyldig epost",
36435
- invalid_identifier: KC,
36436
- invalid_password: GC,
36437
- invalid_session_body: WC,
36438
- invalid_session_title: XC,
36439
- link_email_click_to_login: JC,
36440
- link_email_login: YC,
36441
- link_email_or_enter_code: ZC,
36442
- link_page_body: QC,
36443
- link_page_headline: eI,
36444
- logged_in_as: tI,
36445
- login: nI,
36446
- login_description: rI,
36447
- login_description_code: iI,
36448
- login_description_combined: oI,
36449
- login_description_link: sI,
36450
- login_description_phone: aI,
36451
- login_description_template: cI,
36452
- logout: lI,
36453
- no_use_another: uI,
36454
- or: dI,
36455
- password: pI,
36456
- password_has_been_reset: fI,
36457
- password_has_been_reset_title: hI,
36458
- password_reset_subject: gI,
36459
- password_reset_title: mI,
36460
- phone_placeholder: _I,
36461
- privacy_policy: yI,
36462
- redirecting: wI,
36463
- reenter_new_password_placeholder: vI,
36464
- register_password_account: bI,
36465
- resend_code: xI,
36466
- reset_password_cta: $I,
36467
- reset_password_description: AI,
36468
- reset_password_email_click_to_reset: EI,
36469
- reset_password_email_cta: SI,
36470
- reset_password_email_reset: kI,
36471
- reset_password_subject: NI,
36472
- reset_password_title: CI,
36473
- send: II,
36474
- send_me_a_new_magic_link: TI,
36475
- sent_code_spam: OI,
36476
- set_password: DI,
36477
- show_password: RI,
36478
- sign_in: PI,
36479
- signup: BI,
36480
- signup_success: jI,
36481
- sms_code_text: LI,
36482
- spotify_already_linked_body: FI,
36483
- spotify_already_linked_cta: UI,
36484
- spotify_already_linked_step1_body: MI,
36485
- spotify_already_linked_step1_title: qI,
36486
- spotify_already_linked_step2_body: VI,
36487
- spotify_already_linked_step2_title: HI,
36488
- spotify_already_linked_title: zI,
36489
- success: KI,
36490
- support_info: GI,
36491
- terms: WI,
36492
- unexpected_error_try_again: XI,
36493
- unverified_email: JI,
36494
- update_email: YI,
36495
- user_account_does_not_exist: ZI,
36496
- user_not_found: QI,
36497
- user_not_found_body: eT,
36498
- user_not_found_cta: tT,
36499
- validate_code: nT,
36500
- validate_email_body: rT,
36501
- validate_email_title: iT,
36502
- verify_email_click_to_verify: oT,
36503
- verify_email_subject: sT,
36504
- verify_email_title: aT,
36505
- verify_email_verify: cT,
36506
- verify_your_email: lT,
36507
- we_sent_a_code_to: uT,
36508
- welcome: dT,
36509
- welcome_to_your_account: pT,
36510
- yes_continue: fT,
36511
- yes_continue_with: hT,
36512
- yes_continue_with_existing_account: gT
36513
- }, _T = "Fortsätt med existerande konto", yT = "Konto", wT = "Det verkar som att du redan har skapat ett konto genom", vT = "Genom att logga in godkänner du våra", bT = "och", xT = "E-postadress", $T = "e-post eller telefonnummer", AT = "telefonnummer", ET = "Callback URL mismatch", ST = "The provided redirect_uri is not in the list of allowed callback URLs.", kT = "fortsätt med användaren", NT = "Klicka på knappen för att skapa ett nytt lösenordskonto.", CT = "Skriv in koden på {{vendorName}} för att slutföra inloggningen", IT = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", TT = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", OT = "Koden har löpt ut", DT = "Ogiltig kod", RT = "Vänligen kontrollera <0>{{username}}</0> och ange den sexsiffriga koden som vi har skickat till dig.", PT = "Koden är redan använd", BT = "Koden är giltig i 30 minuter", jT = "Bekräfta lösenord", LT = "Behöver du hjälp?", FT = "Kontakta oss", UT = "eller via sociala medier", MT = "Fortsätt med {{provider}}", qT = "Vill du fortsätta med det här kontot?", VT = "Copyright © 2023 SESAMY. Alla rättigheter förbehållna.", HT = "©2023 Sesamy", zT = "Välj ett lösenord med en blandning av stora och små bokstäver, siffror och symboler.", KT = "Ange en giltig e-postadress.", GT = "Lösenorden stämde inte överens. Försök igen.", WT = "Välj lösenord", XT = "Lösenordet måste vara minst 8 tecken långt och innehålla minst en gemen bokstav, en versal bokstav, en siffra och en symbol.", JT = "Skapa nytt konto", YT = "Registrera dig med lösenord", ZT = "Du är inloggad som <0>{{email}}</0>", QT = "E-postadress", eO = "E-postadressen ändrades till <0>{{email}}</0> ", tO = "E-post eller telefonnummer", nO = "E-postadress", rO = "Din e-postadress har validerats", iO = "Ange nu ditt lösenord för att logga in igen", oO = "Ett e-postmeddelande har skickats till <0>{{email}}</0> med en verifieringslänk. Vänligen klicka på länken för att verifiera din e-postadress och välja ett lösenord.", sO = "E-postverifiering skickad", aO = "Logga in med kod", cO = "Vi skickar dig en verifieringslänk för att säkerställa att du äger den här e-postadressen.", lO = "Ange ny e-postadress", uO = "Ange nytt lösenord", dO = "Ange lösenord", pO = "Ange din e-postadress och ditt lösenord för att logga in.", fO = "Logga in med lösenord", hO = "Länken är inte längre giltig. Klicka på knappen för att skicka en ny länk till din epost.", gO = "Vi har bytt inloggningssystem, <0>här kan du läsa mer om vad det innebär</0>", mO = "Skicka", _O = "Klicka på knappen nedan så skickar vi instruktioner om hur du återställer ditt lösenord.", yO = "Vi har skickat ett e-postmeddelande med instruktioner om hur du återställer ditt lösenord till den e-postadress du angav.", wO = "Har du glömt lösenordet?", vO = "Har du glömt lösenordet?", bO = "Gå tillbaka", xO = "Dölj lösenord", $O = "Ogiltig identifierare", AO = "Ogiltigt lösenord", EO = `Länken är inte längre giltig.
36438
+ invalid_identifier: GC,
36439
+ invalid_password: WC,
36440
+ invalid_session_body: XC,
36441
+ invalid_session_title: JC,
36442
+ link_email_click_to_login: YC,
36443
+ link_email_login: ZC,
36444
+ link_email_or_enter_code: QC,
36445
+ link_page_body: eI,
36446
+ link_page_headline: tI,
36447
+ logged_in_as: nI,
36448
+ login: rI,
36449
+ login_description: iI,
36450
+ login_description_code: oI,
36451
+ login_description_combined: sI,
36452
+ login_description_link: aI,
36453
+ login_description_phone: cI,
36454
+ login_description_template: lI,
36455
+ logout: uI,
36456
+ no_use_another: dI,
36457
+ or: pI,
36458
+ password: fI,
36459
+ password_has_been_reset: hI,
36460
+ password_has_been_reset_title: gI,
36461
+ password_reset_subject: mI,
36462
+ password_reset_title: _I,
36463
+ phone_placeholder: yI,
36464
+ privacy_policy: wI,
36465
+ redirecting: vI,
36466
+ reenter_new_password_placeholder: bI,
36467
+ register_password_account: xI,
36468
+ resend_code: $I,
36469
+ reset_password_cta: AI,
36470
+ reset_password_description: EI,
36471
+ reset_password_email_click_to_reset: SI,
36472
+ reset_password_email_cta: kI,
36473
+ reset_password_email_reset: NI,
36474
+ reset_password_subject: CI,
36475
+ reset_password_title: II,
36476
+ send: TI,
36477
+ send_me_a_new_magic_link: OI,
36478
+ sent_code_spam: DI,
36479
+ set_password: RI,
36480
+ show_password: PI,
36481
+ sign_in: BI,
36482
+ signup: jI,
36483
+ signup_success: LI,
36484
+ sms_code_text: FI,
36485
+ spotify_already_linked_body: UI,
36486
+ spotify_already_linked_cta: MI,
36487
+ spotify_already_linked_step1_body: qI,
36488
+ spotify_already_linked_step1_title: VI,
36489
+ spotify_already_linked_step2_body: HI,
36490
+ spotify_already_linked_step2_title: zI,
36491
+ spotify_already_linked_title: KI,
36492
+ success: GI,
36493
+ support_info: WI,
36494
+ terms: XI,
36495
+ unexpected_error_try_again: JI,
36496
+ unverified_email: YI,
36497
+ update_email: ZI,
36498
+ user_account_does_not_exist: QI,
36499
+ user_not_found: eT,
36500
+ user_not_found_body: tT,
36501
+ user_not_found_cta: nT,
36502
+ validate_code: rT,
36503
+ validate_email_body: iT,
36504
+ validate_email_title: oT,
36505
+ verify_email_click_to_verify: sT,
36506
+ verify_email_subject: aT,
36507
+ verify_email_title: cT,
36508
+ verify_email_verify: lT,
36509
+ verify_your_email: uT,
36510
+ we_sent_a_code_to: dT,
36511
+ welcome: pT,
36512
+ welcome_to_your_account: fT,
36513
+ yes_continue: hT,
36514
+ yes_continue_with: gT,
36515
+ yes_continue_with_existing_account: mT
36516
+ }, yT = "Fortsätt med existerande konto", wT = "Konto", vT = "Det verkar som att du redan har skapat ett konto genom", bT = "Genom att logga in godkänner du våra", xT = "och", $T = "E-postadress", AT = "e-post eller telefonnummer", ET = "telefonnummer", ST = "Callback URL mismatch", kT = "The provided redirect_uri is not in the list of allowed callback URLs.", NT = "fortsätt med användaren", CT = "Klicka på knappen för att skapa ett nytt lösenordskonto.", IT = "Skriv in koden på {{vendorName}} för att slutföra inloggningen", TT = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", OT = "Välkommen till {{vendorName}}! {{code}} är koden för att logga in", DT = "Koden har löpt ut", RT = "Ogiltig kod", PT = "Vänligen kontrollera <0>{{username}}</0> och ange den sexsiffriga koden som vi har skickat till dig.", BT = "Koden är redan använd", jT = "Koden är giltig i 30 minuter", LT = "Bekräfta lösenord", FT = "Behöver du hjälp?", UT = "Kontakta oss", MT = "eller via sociala medier", qT = "Fortsätt med {{provider}}", VT = "Vill du fortsätta med det här kontot?", HT = "Copyright © 2023 SESAMY. Alla rättigheter förbehållna.", zT = "©2023 Sesamy", KT = "Välj ett lösenord med en blandning av stora och små bokstäver, siffror och symboler.", GT = "Ange en giltig e-postadress.", WT = "Lösenorden stämde inte överens. Försök igen.", XT = "Välj lösenord", JT = "Lösenordet måste vara minst 8 tecken långt och innehålla minst en gemen bokstav, en versal bokstav, en siffra och en symbol.", YT = "Skapa nytt konto", ZT = "Registrera dig med lösenord", QT = "Du är inloggad som <0>{{email}}</0>", eO = "E-postadress", tO = "E-postadressen ändrades till <0>{{email}}</0> ", nO = "E-post eller telefonnummer", rO = "E-postadress", iO = "Din e-postadress har validerats", oO = "Ange nu ditt lösenord för att logga in igen", sO = "Ett e-postmeddelande har skickats till <0>{{email}}</0> med en verifieringslänk. Vänligen klicka på länken för att verifiera din e-postadress och välja ett lösenord.", aO = "E-postverifiering skickad", cO = "Logga in med kod", lO = "Vi skickar dig en verifieringslänk för att säkerställa att du äger den här e-postadressen.", uO = "Ange ny e-postadress", dO = "Ange nytt lösenord", pO = "Ange lösenord", fO = "Ange din e-postadress och ditt lösenord för att logga in.", hO = "Logga in med lösenord", gO = "Länken är inte längre giltig. Klicka på knappen för att skicka en ny länk till din epost.", mO = "Vi har bytt inloggningssystem, <0>här kan du läsa mer om vad det innebär</0>", _O = "Skicka", yO = "Klicka på knappen nedan så skickar vi instruktioner om hur du återställer ditt lösenord.", wO = "Vi har skickat ett e-postmeddelande med instruktioner om hur du återställer ditt lösenord till den e-postadress du angav.", vO = "Har du glömt lösenordet?", bO = "Har du glömt lösenordet?", xO = "Gå tillbaka", $O = "Dölj lösenord", AO = "Ogiltig identifierare", EO = "Ogiltigt lösenord", SO = `Länken är inte längre giltig.
36514
36517
 
36515
36518
  Vänligen se till att öppna inloggningslänken i samma webbläsare som du startade inloggningen med.
36516
36519
 
36517
- Du kan klicka på länken nedan för att starta en ny inloggning.`, SO = "Ogiltig länk", kO = "Klicka på knappen för att logga in", NO = "Logga in", CO = "Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.", IO = "Ange din epost för att låsa upp den här showen på {{service}}", TO = "Koppla ditt konto till {{service}}", OO = "Du är inloggad som", DO = "Logga in", RO = "Ange din e-postadress för att logga in.", PO = "Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.", BO = "Ange din e-postadress eller ditt telefonnummer för att logga in", jO = "Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.", LO = "Ange ditt telefonnummer för att logga in", FO = "Ange din {{authMethod}} för att logga in.", UO = "Logga ut", MO = "Nej, jag vill använda ett annat konto", qO = "eller", VO = "Lösenord", HO = "Lösenordet har återställts", zO = "Framgång", KO = "Byt lösenord för ditt {{vendorName}} konto", GO = "Byt lösenord för ditt {{vendorName}} konto", WO = "Telefonnummer", XO = "Integritetspolicy", JO = "Du skickas vidare", YO = "Bekräfta lösenord", ZO = "Registrera ett nytt lösenord", QO = "Skicka koden igen", eD = "Ändra lösenord", tD = "Ange ditt nya lösenord nedan för e-postkontot: ", nD = "Klicka på knappen för att återställa ditt lösenord", rD = "Klicka på knappen för att återställa ditt lösenord", iD = "Återställ ditt lösenord", oD = "Byt lösenord för ditt {{vendorName}} konto", sD = "Återställ lösenord", aD = "Skicka", cD = "Skicka en ny inloggninglänk", lD = "Kom ihåg att kontrollera din skräppost om du inte kan hitta mailet vi har skickat.", uD = "Välj lösenord", dD = "Visa lösenord", pD = "Logga in", fD = "Registrera dig", hD = "Registrera dig framgångsrik", gD = "{{code}} är din inloggningskod för {{vendorName}}", mD = "Det verkar som att ditt Spotify-konto för närvarande är kopplat till ett annat Sesamy-konto. Ingen fara, vi är här för att guida dig genom processen för att lösa detta.", _D = "Gå till Spotify's Content Access sida", yD = `Vi börjar med att avlänka ditt Spotify-konto. Klicka på knappen nedan för att komma till Spotify's Content Access sida. När du har loggat in på ditt Spotify-konto, leta upp Sesamy i listan över anslutna plattformar. Klicka på "Unlink" bredvid Sesamys logotyp.`, wD = "Steg 1: Avlänka ditt Spotify-konto", vD = "När du har avlänkat ditt Spotify-konto kan du koppla det till Sesamy igen. Upprepa helt enkelt de steg du tog som ledde dig till den här sidan.", bD = "Steg 2: Koppla ditt Spotify-konto till Sesamy igen", xD = "Oj! Ditt Spotify-konto är redan kopplat", $D = "Klart", AD = "Om du har frågor eller behöver hjälp kan du kontakta vårt supportteam", ED = "Villkor", SD = "Något gick fel. Vänligen försök igen.", kD = "Din e-postadress behöver valideras. Vi har skickat ett nytt e-postmeddelande till din inkorg", ND = "Ändra e-post", CD = "Kontot existerar inte", ID = "Kontot extisterar inte", TD = "Vi kan inte hitta en användare med denna eposten. Vänligen försök igen.", OD = "Försök igen.", DD = "Validera kod", RD = "Kontrollera din inkorg för instruktioner om validering av e-post.", PD = "Registrerad", BD = "Klicka på knappen för att verifiera din e-postadress", jD = "Bekräfta din e-postadress", LD = "Bekräfta din e-postadress", FD = "Verifiera konto", UD = "Ange engångskod", MD = "Vänligen kontrollera din e-post för <0>{{email}}</0> och ange den sexsiffriga koden som vi har skickat till dig.", qD = "Välkommen", VD = "Välkommen till ditt {{vendorName}}-konto!", HD = "Fortsätt med konto", zD = "Ja, fortsätt med {{text}}", KD = "Ja, fortsätt med detta kontot", GD = {
36520
+ Du kan klicka på länken nedan för att starta en ny inloggning.`, kO = "Ogiltig länk", NO = "Klicka på knappen för att logga in", CO = "Logga in", IO = "Eller skriv in koden på {{vendorName}} för att slutföra inloggningen.", TO = "Ange din epost för att låsa upp den här showen på {{service}}", OO = "Koppla ditt konto till {{service}}", DO = "Du är inloggad som", RO = "Logga in", PO = "Ange din e-postadress för att logga in.", BO = "Ange din mejladress, så skickar vi en kod till dig som du kan logga in med.", jO = "Ange din e-postadress eller ditt telefonnummer för att logga in", LO = "Ange din mejladress, så skickar vi en länk till dig som du kan logga in med.", FO = "Ange ditt telefonnummer för att logga in", UO = "Ange din {{authMethod}} för att logga in.", MO = "Logga ut", qO = "Nej, jag vill använda ett annat konto", VO = "eller", HO = "Lösenord", zO = "Lösenordet har återställts", KO = "Framgång", GO = "Byt lösenord för ditt {{vendorName}} konto", WO = "Byt lösenord för ditt {{vendorName}} konto", XO = "Telefonnummer", JO = "Integritetspolicy", YO = "Du skickas vidare", ZO = "Bekräfta lösenord", QO = "Registrera ett nytt lösenord", eD = "Skicka koden igen", tD = "Ändra lösenord", nD = "Ange ditt nya lösenord nedan för e-postkontot: ", rD = "Klicka på knappen för att återställa ditt lösenord", iD = "Klicka på knappen för att återställa ditt lösenord", oD = "Återställ ditt lösenord", sD = "Byt lösenord för ditt {{vendorName}} konto", aD = "Återställ lösenord", cD = "Skicka", lD = "Skicka en ny inloggninglänk", uD = "Kom ihåg att kontrollera din skräppost om du inte kan hitta mailet vi har skickat.", dD = "Välj lösenord", pD = "Visa lösenord", fD = "Logga in", hD = "Registrera dig", gD = "Registrera dig framgångsrik", mD = "{{code}} är din inloggningskod för {{vendorName}}", _D = "Det verkar som att ditt Spotify-konto för närvarande är kopplat till ett annat Sesamy-konto. Ingen fara, vi är här för att guida dig genom processen för att lösa detta.", yD = "Gå till Spotify's Content Access sida", wD = `Vi börjar med att avlänka ditt Spotify-konto. Klicka på knappen nedan för att komma till Spotify's Content Access sida. När du har loggat in på ditt Spotify-konto, leta upp Sesamy i listan över anslutna plattformar. Klicka på "Unlink" bredvid Sesamys logotyp.`, vD = "Steg 1: Avlänka ditt Spotify-konto", bD = "När du har avlänkat ditt Spotify-konto kan du koppla det till Sesamy igen. Upprepa helt enkelt de steg du tog som ledde dig till den här sidan.", xD = "Steg 2: Koppla ditt Spotify-konto till Sesamy igen", $D = "Oj! Ditt Spotify-konto är redan kopplat", AD = "Klart", ED = "Om du har frågor eller behöver hjälp kan du kontakta vårt supportteam", SD = "Villkor", kD = "Något gick fel. Vänligen försök igen.", ND = "Din e-postadress behöver valideras. Vi har skickat ett nytt e-postmeddelande till din inkorg", CD = "Ändra e-post", ID = "Kontot existerar inte", TD = "Kontot extisterar inte", OD = "Vi kan inte hitta en användare med denna eposten. Vänligen försök igen.", DD = "Försök igen.", RD = "Validera kod", PD = "Kontrollera din inkorg för instruktioner om validering av e-post.", BD = "Registrerad", jD = "Klicka på knappen för att verifiera din e-postadress", LD = "Bekräfta din e-postadress", FD = "Bekräfta din e-postadress", UD = "Verifiera konto", MD = "Ange engångskod", qD = "Vänligen kontrollera din e-post för <0>{{email}}</0> och ange den sexsiffriga koden som vi har skickat till dig.", VD = "Välkommen", HD = "Välkommen till ditt {{vendorName}}-konto!", zD = "Fortsätt med konto", KD = "Ja, fortsätt med {{text}}", GD = "Ja, fortsätt med detta kontot", WD = {
36518
36521
  "Server error: Invalid code": "Koden är inte giltig",
36519
- account_detected: _T,
36520
- account_title: yT,
36521
- account_with_sso_provider: wT,
36522
- agree_to: vT,
36523
- and: bT,
36524
- auth_method_email: xT,
36525
- auth_method_email_or_phone: $T,
36526
- auth_method_phone: AT,
36527
- callback_url_mismatch: ET,
36528
- callback_url_not_allowed: ST,
36529
- check_email_title: kT,
36530
- click_to_sign_up_description: NT,
36531
- code_email_enter_code: CT,
36532
- code_email_subject: IT,
36533
- code_email_title: TT,
36534
- code_expired: OT,
36535
- code_invalid: DT,
36536
- code_sent_template: RT,
36537
- code_used: PT,
36538
- code_valid_30_minutes: BT,
36539
- confirm_password: jT,
36540
- contact_support: LT,
36541
- contact_us: FT,
36522
+ account_detected: yT,
36523
+ account_title: wT,
36524
+ account_with_sso_provider: vT,
36525
+ agree_to: bT,
36526
+ and: xT,
36527
+ auth_method_email: $T,
36528
+ auth_method_email_or_phone: AT,
36529
+ auth_method_phone: ET,
36530
+ callback_url_mismatch: ST,
36531
+ callback_url_not_allowed: kT,
36532
+ check_email_title: NT,
36533
+ click_to_sign_up_description: CT,
36534
+ code_email_enter_code: IT,
36535
+ code_email_subject: TT,
36536
+ code_email_title: OT,
36537
+ code_expired: DT,
36538
+ code_invalid: RT,
36539
+ code_sent_template: PT,
36540
+ code_used: BT,
36541
+ code_valid_30_minutes: jT,
36542
+ confirm_password: LT,
36543
+ contact_support: FT,
36544
+ contact_us: UT,
36542
36545
  continue: "Fortsätt",
36543
- continue_social_login: UT,
36544
- continue_with: MT,
36545
- continue_with_sso_provider_headline: qT,
36546
- copyright: VT,
36547
- copyright_sesamy: HT,
36548
- create_account_description: zT,
36549
- create_account_email_invalid: KT,
36550
- create_account_passwords_didnt_match: GT,
36551
- create_account_title: WT,
36552
- create_account_weak_password: XT,
36553
- create_new_account_link: JT,
36554
- create_password_account_title: YT,
36555
- currently_logged_in_as: ZT,
36556
- email: QT,
36557
- email_changed_to_template: eO,
36558
- email_or_phone_placeholder: tO,
36559
- email_placeholder: nO,
36560
- email_validated: rO,
36561
- email_validated_cta: iO,
36562
- email_verification_for_signup_sent_description: oO,
36563
- email_verification_for_signup_sent_title: sO,
36564
- enter_a_code_btn: aO,
36565
- enter_email_for_verification_description: cO,
36566
- enter_new_email: lO,
36567
- enter_new_password_placeholder: uO,
36568
- enter_password: dO,
36569
- enter_password_description: pO,
36570
- enter_your_password_btn: fO,
36571
- expired_code: hO,
36572
- fokus_info_message: gO,
36573
- forgot_password_cta: mO,
36574
- forgot_password_description: _O,
36575
- forgot_password_email_sent: yO,
36576
- forgot_password_link: wO,
36577
- forgot_password_title: vO,
36578
- go_back: bO,
36579
- hide_password: xO,
36546
+ continue_social_login: MT,
36547
+ continue_with: qT,
36548
+ continue_with_sso_provider_headline: VT,
36549
+ copyright: HT,
36550
+ copyright_sesamy: zT,
36551
+ create_account_description: KT,
36552
+ create_account_email_invalid: GT,
36553
+ create_account_passwords_didnt_match: WT,
36554
+ create_account_title: XT,
36555
+ create_account_weak_password: JT,
36556
+ create_new_account_link: YT,
36557
+ create_password_account_title: ZT,
36558
+ currently_logged_in_as: QT,
36559
+ email: eO,
36560
+ email_changed_to_template: tO,
36561
+ email_or_phone_placeholder: nO,
36562
+ email_placeholder: rO,
36563
+ email_validated: iO,
36564
+ email_validated_cta: oO,
36565
+ email_verification_for_signup_sent_description: sO,
36566
+ email_verification_for_signup_sent_title: aO,
36567
+ enter_a_code_btn: cO,
36568
+ enter_email_for_verification_description: lO,
36569
+ enter_new_email: uO,
36570
+ enter_new_password_placeholder: dO,
36571
+ enter_password: pO,
36572
+ enter_password_description: fO,
36573
+ enter_your_password_btn: hO,
36574
+ expired_code: gO,
36575
+ fokus_info_message: mO,
36576
+ forgot_password_cta: _O,
36577
+ forgot_password_description: yO,
36578
+ forgot_password_email_sent: wO,
36579
+ forgot_password_link: vO,
36580
+ forgot_password_title: bO,
36581
+ go_back: xO,
36582
+ hide_password: $O,
36580
36583
  "invalid-email": "Ogiltig e-postadress",
36581
- invalid_identifier: $O,
36582
- invalid_password: AO,
36583
- invalid_session_body: EO,
36584
- invalid_session_title: SO,
36585
- link_email_click_to_login: kO,
36586
- link_email_login: NO,
36587
- link_email_or_enter_code: CO,
36588
- link_page_body: IO,
36589
- link_page_headline: TO,
36590
- logged_in_as: OO,
36591
- login: DO,
36592
- login_description: RO,
36593
- login_description_code: PO,
36594
- login_description_combined: BO,
36595
- login_description_link: jO,
36596
- login_description_phone: LO,
36597
- login_description_template: FO,
36598
- logout: UO,
36599
- no_use_another: MO,
36600
- or: qO,
36601
- password: VO,
36602
- password_has_been_reset: HO,
36603
- password_has_been_reset_title: zO,
36604
- password_reset_subject: KO,
36605
- password_reset_title: GO,
36606
- phone_placeholder: WO,
36607
- privacy_policy: XO,
36608
- redirecting: JO,
36609
- reenter_new_password_placeholder: YO,
36610
- register_password_account: ZO,
36611
- resend_code: QO,
36612
- reset_password_cta: eD,
36613
- reset_password_description: tD,
36614
- reset_password_email_click_to_reset: nD,
36615
- reset_password_email_cta: rD,
36616
- reset_password_email_reset: iD,
36617
- reset_password_subject: oD,
36618
- reset_password_title: sD,
36619
- send: aD,
36620
- send_me_a_new_magic_link: cD,
36621
- sent_code_spam: lD,
36622
- set_password: uD,
36623
- show_password: dD,
36624
- sign_in: pD,
36625
- signup: fD,
36626
- signup_success: hD,
36627
- sms_code_text: gD,
36628
- spotify_already_linked_body: mD,
36629
- spotify_already_linked_cta: _D,
36630
- spotify_already_linked_step1_body: yD,
36631
- spotify_already_linked_step1_title: wD,
36632
- spotify_already_linked_step2_body: vD,
36633
- spotify_already_linked_step2_title: bD,
36634
- spotify_already_linked_title: xD,
36635
- success: $D,
36636
- support_info: AD,
36637
- terms: ED,
36638
- unexpected_error_try_again: SD,
36639
- unverified_email: kD,
36640
- update_email: ND,
36641
- user_account_does_not_exist: CD,
36642
- user_not_found: ID,
36643
- user_not_found_body: TD,
36644
- user_not_found_cta: OD,
36645
- validate_code: DD,
36646
- validate_email_body: RD,
36647
- validate_email_title: PD,
36648
- verify_email_click_to_verify: BD,
36649
- verify_email_subject: jD,
36650
- verify_email_title: LD,
36651
- verify_email_verify: FD,
36652
- verify_your_email: UD,
36653
- we_sent_a_code_to: MD,
36654
- welcome: qD,
36655
- welcome_to_your_account: VD,
36656
- yes_continue: HD,
36657
- yes_continue_with: zD,
36658
- yes_continue_with_existing_account: KD
36659
- }, WD = "Wykryto konto", XD = "Konto", JD = "Wykryliśmy, że użytkownik utworzył już konto za pośrednictwem", YD = "Logując się, wyrażasz zgodę na nasze", ZD = "i", QD = "adres e-mail", eR = "e-mail lub numer telefonu", tR = "numer telefonu", nR = "Niezgodność adresu URL wywołania zwrotnego", rR = "Podany adres redirect_uri nie znajduje się na liście dozwolonych adresów URL wywołania zwrotnego.", iR = "kontynuować z użytkownikiem", oR = "Kliknij przycisk, aby utworzyć nowe konto z hasłem.", sR = "Wpisz kod na stronie {{vendorName}}, aby się zalogować.", aR = "Witamy na {{vendorName}}! {{code}} to kod logowania do Twojego konta.", cR = "Witamy na {{vendorName}}! {{code}} to kod logowania.", lR = "Kod wygasł", uR = "Nieprawidłowy kod", dR = "Sprawdź <0>{{username}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.", pR = "Kod jest już używany", fR = "Kod jest ważny przez 30 minut", hR = "Potwierdź hasło", gR = "Potrzebujesz pomocy?", mR = "Skontaktuj się z nami", _R = "lub kontynuować korzystanie z konta społecznościowego", yR = "Kontynuuj {{provider}}", wR = "Czy chcesz kontynuować korzystanie z istniejącego konta?", vR = "Copyright © 2023 SESAMY. Wszelkie prawa zastrzeżone.", bR = "©2023 Sesamy", xR = "Wybierz hasło składające się z małych i wielkich liter, cyfr i symboli.", $R = "Wprowadź prawidłowy adres e-mail.", AR = "Hasła nie są zgodne. Spróbuj ponownie.", ER = "Wybierz hasło", SR = "Hasło musi mieć co najmniej 8 znaków i zawierać co najmniej jedną małą literę, jedną wielką literę, jedną cyfrę i jeden symbol.", kR = "Utwórz nowe konto", NR = "Zarejestruj się przy użyciu hasła", CR = "Jesteś obecnie zalogowany jako <0>{{email}}</0>", IR = "E-mail", TR = "Zmieniono adres e-mail na <0>{{email}}</0> ", OR = "E-mail lub numer telefonu", DR = "Adres e-mail", RR = "Twój adres e-mail został zweryfikowany", PR = "Teraz wprowadź hasło, aby zalogować się ponownie", BR = "Wiadomość e-mail została wysłana do <0>{{email}}</0> z linkiem weryfikacyjnym. Kliknij łącze, aby zweryfikować swój adres e-mail i ustawić hasło.", jR = "Wysłano weryfikację e-mail", LR = "Wprowadź kod", FR = "Wyślemy Ci link weryfikacyjny, aby upewnić się, że posiadasz ten adres e-mail.", UR = "Wprowadź nowy adres e-mail", MR = "Wprowadź nowe hasło", qR = "Wprowadź hasło", VR = "Wprowadź swój adres e-mail i hasło, aby się zalogować.", HR = "Wprowadź hasło", zR = "Magiczny link wygasł. Kliknij poniższy przycisk, aby otrzymać nowy link w skrzynce odbiorczej.", KR = "Zaktualizowaliśmy sposób logowania. <0>Kliknij tutaj, aby dowiedzieć się więcej.</0>", GR = "Wyślij wiadomość e-mail z resetem hasła", WR = "Kliknij poniższy przycisk, a my wyślemy Ci instrukcje, jak zresetować hasło.", XR = "Wysłano wiadomość e-mail z resetem hasła", JR = "Zapomniałeś hasła?", YR = "Zapomniałeś hasła?", ZR = "Wróć", QR = "Ukryj hasło", eP = "Nieprawidłowy identyfikator", tP = "Nieprawidłowe hasło", nP = `Link jest już nieaktualny.
36584
+ invalid_identifier: AO,
36585
+ invalid_password: EO,
36586
+ invalid_session_body: SO,
36587
+ invalid_session_title: kO,
36588
+ link_email_click_to_login: NO,
36589
+ link_email_login: CO,
36590
+ link_email_or_enter_code: IO,
36591
+ link_page_body: TO,
36592
+ link_page_headline: OO,
36593
+ logged_in_as: DO,
36594
+ login: RO,
36595
+ login_description: PO,
36596
+ login_description_code: BO,
36597
+ login_description_combined: jO,
36598
+ login_description_link: LO,
36599
+ login_description_phone: FO,
36600
+ login_description_template: UO,
36601
+ logout: MO,
36602
+ no_use_another: qO,
36603
+ or: VO,
36604
+ password: HO,
36605
+ password_has_been_reset: zO,
36606
+ password_has_been_reset_title: KO,
36607
+ password_reset_subject: GO,
36608
+ password_reset_title: WO,
36609
+ phone_placeholder: XO,
36610
+ privacy_policy: JO,
36611
+ redirecting: YO,
36612
+ reenter_new_password_placeholder: ZO,
36613
+ register_password_account: QO,
36614
+ resend_code: eD,
36615
+ reset_password_cta: tD,
36616
+ reset_password_description: nD,
36617
+ reset_password_email_click_to_reset: rD,
36618
+ reset_password_email_cta: iD,
36619
+ reset_password_email_reset: oD,
36620
+ reset_password_subject: sD,
36621
+ reset_password_title: aD,
36622
+ send: cD,
36623
+ send_me_a_new_magic_link: lD,
36624
+ sent_code_spam: uD,
36625
+ set_password: dD,
36626
+ show_password: pD,
36627
+ sign_in: fD,
36628
+ signup: hD,
36629
+ signup_success: gD,
36630
+ sms_code_text: mD,
36631
+ spotify_already_linked_body: _D,
36632
+ spotify_already_linked_cta: yD,
36633
+ spotify_already_linked_step1_body: wD,
36634
+ spotify_already_linked_step1_title: vD,
36635
+ spotify_already_linked_step2_body: bD,
36636
+ spotify_already_linked_step2_title: xD,
36637
+ spotify_already_linked_title: $D,
36638
+ success: AD,
36639
+ support_info: ED,
36640
+ terms: SD,
36641
+ unexpected_error_try_again: kD,
36642
+ unverified_email: ND,
36643
+ update_email: CD,
36644
+ user_account_does_not_exist: ID,
36645
+ user_not_found: TD,
36646
+ user_not_found_body: OD,
36647
+ user_not_found_cta: DD,
36648
+ validate_code: RD,
36649
+ validate_email_body: PD,
36650
+ validate_email_title: BD,
36651
+ verify_email_click_to_verify: jD,
36652
+ verify_email_subject: LD,
36653
+ verify_email_title: FD,
36654
+ verify_email_verify: UD,
36655
+ verify_your_email: MD,
36656
+ we_sent_a_code_to: qD,
36657
+ welcome: VD,
36658
+ welcome_to_your_account: HD,
36659
+ yes_continue: zD,
36660
+ yes_continue_with: KD,
36661
+ yes_continue_with_existing_account: GD
36662
+ }, XD = "Wykryto konto", JD = "Konto", YD = "Wykryliśmy, że użytkownik utworzył już konto za pośrednictwem", ZD = "Logując się, wyrażasz zgodę na nasze", QD = "i", eR = "adres e-mail", tR = "e-mail lub numer telefonu", nR = "numer telefonu", rR = "Niezgodność adresu URL wywołania zwrotnego", iR = "Podany adres redirect_uri nie znajduje się na liście dozwolonych adresów URL wywołania zwrotnego.", oR = "kontynuować z użytkownikiem", sR = "Kliknij przycisk, aby utworzyć nowe konto z hasłem.", aR = "Wpisz kod na stronie {{vendorName}}, aby się zalogować.", cR = "Witamy na {{vendorName}}! {{code}} to kod logowania do Twojego konta.", lR = "Witamy na {{vendorName}}! {{code}} to kod logowania.", uR = "Kod wygasł", dR = "Nieprawidłowy kod", pR = "Sprawdź <0>{{username}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.", fR = "Kod jest już używany", hR = "Kod jest ważny przez 30 minut", gR = "Potwierdź hasło", mR = "Potrzebujesz pomocy?", _R = "Skontaktuj się z nami", yR = "lub kontynuować korzystanie z konta społecznościowego", wR = "Kontynuuj {{provider}}", vR = "Czy chcesz kontynuować korzystanie z istniejącego konta?", bR = "Copyright © 2023 SESAMY. Wszelkie prawa zastrzeżone.", xR = "©2023 Sesamy", $R = "Wybierz hasło składające się z małych i wielkich liter, cyfr i symboli.", AR = "Wprowadź prawidłowy adres e-mail.", ER = "Hasła nie są zgodne. Spróbuj ponownie.", SR = "Wybierz hasło", kR = "Hasło musi mieć co najmniej 8 znaków i zawierać co najmniej jedną małą literę, jedną wielką literę, jedną cyfrę i jeden symbol.", NR = "Utwórz nowe konto", CR = "Zarejestruj się przy użyciu hasła", IR = "Jesteś obecnie zalogowany jako <0>{{email}}</0>", TR = "E-mail", OR = "Zmieniono adres e-mail na <0>{{email}}</0> ", DR = "E-mail lub numer telefonu", RR = "Adres e-mail", PR = "Twój adres e-mail został zweryfikowany", BR = "Teraz wprowadź hasło, aby zalogować się ponownie", jR = "Wiadomość e-mail została wysłana do <0>{{email}}</0> z linkiem weryfikacyjnym. Kliknij łącze, aby zweryfikować swój adres e-mail i ustawić hasło.", LR = "Wysłano weryfikację e-mail", FR = "Wprowadź kod", UR = "Wyślemy Ci link weryfikacyjny, aby upewnić się, że posiadasz ten adres e-mail.", MR = "Wprowadź nowy adres e-mail", qR = "Wprowadź nowe hasło", VR = "Wprowadź hasło", HR = "Wprowadź swój adres e-mail i hasło, aby się zalogować.", zR = "Wprowadź hasło", KR = "Magiczny link wygasł. Kliknij poniższy przycisk, aby otrzymać nowy link w skrzynce odbiorczej.", GR = "Zaktualizowaliśmy sposób logowania. <0>Kliknij tutaj, aby dowiedzieć się więcej.</0>", WR = "Wyślij wiadomość e-mail z resetem hasła", XR = "Kliknij poniższy przycisk, a my wyślemy Ci instrukcje, jak zresetować hasło.", JR = "Wysłano wiadomość e-mail z resetem hasła", YR = "Zapomniałeś hasła?", ZR = "Zapomniałeś hasła?", QR = "Wróć", eP = "Ukryj hasło", tP = "Nieprawidłowy identyfikator", nP = "Nieprawidłowe hasło", rP = `Link jest już nieaktualny.
36660
36663
 
36661
36664
  Upewnij się, że otworzyłeś link logowania w tej samej przeglądarce, w której rozpocząłeś logowanie.
36662
36665
 
36663
- Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`, rP = "Nieprawidłowy link", iP = "Kliknij przycisk, aby się zalogować", oP = "Zaloguj się", sP = "Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.", aP = "Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}", cP = "Połącz swoje konto z {{service}}", lP = "Jesteś zalogowany jako", uP = "Logowanie", dP = "Wprowadź swój adres e-mail, aby się zalogować.", pP = "Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.", fP = "Wprowadź swój adres e-mail lub numer telefonu, aby się zalogować", hP = "Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.", gP = "Wprowadź swój numer telefonu, aby się zalogować", mP = "Wprowadź swój adres {{authMethod}}, aby się zalogować.", _P = "Wylogowanie", yP = "Nie, chcę użyć innego konta", wP = "lub", vP = "Hasło", bP = "Hasło zostało zresetowane", xP = "Sukces", $P = "Zmień hasło do konta {{vendorName}} ", AP = "Zmiana hasła do konta {{vendorName}} ", EP = "Numer telefonu", SP = "Polityka prywatności", kP = "Przekierowanie", NP = "Potwierdź hasło", CP = "Zarejestruj nowe hasło", IP = "Wyślij ponownie kod", TP = "Zmiana hasła", OP = "Wprowadź poniżej nowe hasło do konta e-mail: ", DP = "Kliknij przycisk, aby zresetować hasło", RP = "Kliknij przycisk, aby zresetować hasło", PP = "Zmień hasło", BP = "Zmiana hasła do konta {{vendorName}} ", jP = "Resetowanie hasła", LP = "Wyślij", FP = "Wyślij mi nowy magiczny link", UP = "Pamiętaj, aby sprawdzić folder spamu, jeśli wiadomość e-mail nie dotarła.", MP = "Ustaw hasło", qP = "Pokaż hasło", VP = "Zaloguj się", HP = "Rejestracja", zP = "Rejestracja zakończona sukcesem", KP = "{{code}} to kod logowania do {{vendorName}}", GP = "Wygląda na to, że Twoje konto Spotify jest obecnie połączone z innym kontem Sesamy. Ale nie martw się, jesteśmy tutaj, aby poprowadzić Cię przez proces, aby to naprawić.", WP = "Przejdź do strony dostępu do treści Spotify", XP = 'Zacznijmy od odłączenia konta Spotify. Kliknij poniższy przycisk, aby przejść do strony dostępu do treści Spotify. Po zalogowaniu się na swoje konto Spotify, znajdź Sesamy na liście połączonych platform. Kliknij "Odłącz" obok logo Sesamy.', JP = "Krok 1: Odłącz swoje konto Spotify", YP = "Po pomyślnym odłączeniu konta Spotify możesz ponownie połączyć je z Sesamy. Wystarczy powtórzyć poprzednie kroki, które doprowadziły Cię do tej strony.", ZP = "Krok 2: Połącz ponownie swoje konto Spotify z Sesamy", QP = "Ups! Twoje konto Spotify jest już połączone", eB = "Gotowe", tB = "Jeśli masz pytania lub potrzebujesz pomocy, skontaktuj się z nami", nB = "Zasady i warunki", rB = "Coś poszło nie tak. Spróbuj ponownie.", iB = "Twój adres e-mail wymaga weryfikacji. Wysłaliśmy nową wiadomość e-mail na Twoją skrzynkę odbiorczą", oB = "Aktualizacja wiadomości e-mail", sB = "Konto użytkownika nie istnieje", aB = "Konto użytkownika nie istnieje", cB = "Nie mogliśmy znaleźć użytkownika o podanym adresie e-mail. Spróbuj ponownie.", lB = "Spróbuj ponownie.", uB = "Sprawdź poprawność kodu", dB = "Sprawdź swoją skrzynkę odbiorczą, aby uzyskać instrukcje dotyczące weryfikacji wiadomości e-mail.", pB = "Zarejestrowany", fB = "Kliknij przycisk, aby zweryfikować swój adres e-mail", hB = "Potwierdź swój adres e-mail", gB = "Potwierdź swój adres e-mail", mB = "Zweryfikuj konto", _B = "Zweryfikuj swój adres e-mail", yB = "Sprawdź swoją skrzynkę e-mail pod adresem <0>{{email}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.", wB = "Witamy", vB = "Witamy na koncie {{vendorName}}!", bB = "Kontynuuj korzystanie z tego konta", xB = "Tak, kontynuuj {{text}}", $B = "Tak, kontynuuj korzystanie z istniejącego konta", AB = {
36666
+ Możesz kliknąć poniższy link, aby rozpocząć nowe logowanie.`, iP = "Nieprawidłowy link", oP = "Kliknij przycisk, aby się zalogować", sP = "Zaloguj się", aP = "Lub wprowadź kod na stronie {{vendorName}}, aby dokończyć logowanie.", cP = "Wprowadź swój adres e-mail, aby odblokować ten program na {{service}}", lP = "Połącz swoje konto z {{service}}", uP = "Jesteś zalogowany jako", dP = "Logowanie", pP = "Wprowadź swój adres e-mail, aby się zalogować.", fP = "Wprowadź swój adres e-mail, a my wyślemy Ci kod logowania.", hP = "Wprowadź swój adres e-mail lub numer telefonu, aby się zalogować", gP = "Wprowadź swój adres e-mail, a my wyślemy Ci link do logowania.", mP = "Wprowadź swój numer telefonu, aby się zalogować", _P = "Wprowadź swój adres {{authMethod}}, aby się zalogować.", yP = "Wylogowanie", wP = "Nie, chcę użyć innego konta", vP = "lub", bP = "Hasło", xP = "Hasło zostało zresetowane", $P = "Sukces", AP = "Zmień hasło do konta {{vendorName}} ", EP = "Zmiana hasła do konta {{vendorName}} ", SP = "Numer telefonu", kP = "Polityka prywatności", NP = "Przekierowanie", CP = "Potwierdź hasło", IP = "Zarejestruj nowe hasło", TP = "Wyślij ponownie kod", OP = "Zmiana hasła", DP = "Wprowadź poniżej nowe hasło do konta e-mail: ", RP = "Kliknij przycisk, aby zresetować hasło", PP = "Kliknij przycisk, aby zresetować hasło", BP = "Zmień hasło", jP = "Zmiana hasła do konta {{vendorName}} ", LP = "Resetowanie hasła", FP = "Wyślij", UP = "Wyślij mi nowy magiczny link", MP = "Pamiętaj, aby sprawdzić folder spamu, jeśli wiadomość e-mail nie dotarła.", qP = "Ustaw hasło", VP = "Pokaż hasło", HP = "Zaloguj się", zP = "Rejestracja", KP = "Rejestracja zakończona sukcesem", GP = "{{code}} to kod logowania do {{vendorName}}", WP = "Wygląda na to, że Twoje konto Spotify jest obecnie połączone z innym kontem Sesamy. Ale nie martw się, jesteśmy tutaj, aby poprowadzić Cię przez proces, aby to naprawić.", XP = "Przejdź do strony dostępu do treści Spotify", JP = 'Zacznijmy od odłączenia konta Spotify. Kliknij poniższy przycisk, aby przejść do strony dostępu do treści Spotify. Po zalogowaniu się na swoje konto Spotify, znajdź Sesamy na liście połączonych platform. Kliknij "Odłącz" obok logo Sesamy.', YP = "Krok 1: Odłącz swoje konto Spotify", ZP = "Po pomyślnym odłączeniu konta Spotify możesz ponownie połączyć je z Sesamy. Wystarczy powtórzyć poprzednie kroki, które doprowadziły Cię do tej strony.", QP = "Krok 2: Połącz ponownie swoje konto Spotify z Sesamy", eB = "Ups! Twoje konto Spotify jest już połączone", tB = "Gotowe", nB = "Jeśli masz pytania lub potrzebujesz pomocy, skontaktuj się z nami", rB = "Zasady i warunki", iB = "Coś poszło nie tak. Spróbuj ponownie.", oB = "Twój adres e-mail wymaga weryfikacji. Wysłaliśmy nową wiadomość e-mail na Twoją skrzynkę odbiorczą", sB = "Aktualizacja wiadomości e-mail", aB = "Konto użytkownika nie istnieje", cB = "Konto użytkownika nie istnieje", lB = "Nie mogliśmy znaleźć użytkownika o podanym adresie e-mail. Spróbuj ponownie.", uB = "Spróbuj ponownie.", dB = "Sprawdź poprawność kodu", pB = "Sprawdź swoją skrzynkę odbiorczą, aby uzyskać instrukcje dotyczące weryfikacji wiadomości e-mail.", fB = "Zarejestrowany", hB = "Kliknij przycisk, aby zweryfikować swój adres e-mail", gB = "Potwierdź swój adres e-mail", mB = "Potwierdź swój adres e-mail", _B = "Zweryfikuj konto", yB = "Zweryfikuj swój adres e-mail", wB = "Sprawdź swoją skrzynkę e-mail pod adresem <0>{{email}}</0> i wprowadź sześciocyfrowy kod, który wysłaliśmy.", vB = "Witamy", bB = "Witamy na koncie {{vendorName}}!", xB = "Kontynuuj korzystanie z tego konta", $B = "Tak, kontynuuj {{text}}", AB = "Tak, kontynuuj korzystanie z istniejącego konta", EB = {
36664
36667
  "Server error: Invalid code": "Nieprawidłowy kod",
36665
- account_detected: WD,
36666
- account_title: XD,
36667
- account_with_sso_provider: JD,
36668
- agree_to: YD,
36669
- and: ZD,
36670
- auth_method_email: QD,
36671
- auth_method_email_or_phone: eR,
36672
- auth_method_phone: tR,
36673
- callback_url_mismatch: nR,
36674
- callback_url_not_allowed: rR,
36675
- check_email_title: iR,
36676
- click_to_sign_up_description: oR,
36677
- code_email_enter_code: sR,
36678
- code_email_subject: aR,
36679
- code_email_title: cR,
36680
- code_expired: lR,
36681
- code_invalid: uR,
36682
- code_sent_template: dR,
36683
- code_used: pR,
36684
- code_valid_30_minutes: fR,
36685
- confirm_password: hR,
36686
- contact_support: gR,
36687
- contact_us: mR,
36668
+ account_detected: XD,
36669
+ account_title: JD,
36670
+ account_with_sso_provider: YD,
36671
+ agree_to: ZD,
36672
+ and: QD,
36673
+ auth_method_email: eR,
36674
+ auth_method_email_or_phone: tR,
36675
+ auth_method_phone: nR,
36676
+ callback_url_mismatch: rR,
36677
+ callback_url_not_allowed: iR,
36678
+ check_email_title: oR,
36679
+ click_to_sign_up_description: sR,
36680
+ code_email_enter_code: aR,
36681
+ code_email_subject: cR,
36682
+ code_email_title: lR,
36683
+ code_expired: uR,
36684
+ code_invalid: dR,
36685
+ code_sent_template: pR,
36686
+ code_used: fR,
36687
+ code_valid_30_minutes: hR,
36688
+ confirm_password: gR,
36689
+ contact_support: mR,
36690
+ contact_us: _R,
36688
36691
  continue: "Kontynuuj",
36689
- continue_social_login: _R,
36690
- continue_with: yR,
36691
- continue_with_sso_provider_headline: wR,
36692
- copyright: vR,
36693
- copyright_sesamy: bR,
36694
- create_account_description: xR,
36695
- create_account_email_invalid: $R,
36696
- create_account_passwords_didnt_match: AR,
36697
- create_account_title: ER,
36698
- create_account_weak_password: SR,
36699
- create_new_account_link: kR,
36700
- create_password_account_title: NR,
36701
- currently_logged_in_as: CR,
36702
- email: IR,
36703
- email_changed_to_template: TR,
36704
- email_or_phone_placeholder: OR,
36705
- email_placeholder: DR,
36706
- email_validated: RR,
36707
- email_validated_cta: PR,
36708
- email_verification_for_signup_sent_description: BR,
36709
- email_verification_for_signup_sent_title: jR,
36710
- enter_a_code_btn: LR,
36711
- enter_email_for_verification_description: FR,
36712
- enter_new_email: UR,
36713
- enter_new_password_placeholder: MR,
36714
- enter_password: qR,
36715
- enter_password_description: VR,
36716
- enter_your_password_btn: HR,
36717
- expired_code: zR,
36718
- fokus_info_message: KR,
36719
- forgot_password_cta: GR,
36720
- forgot_password_description: WR,
36721
- forgot_password_email_sent: XR,
36722
- forgot_password_link: JR,
36723
- forgot_password_title: YR,
36724
- go_back: ZR,
36725
- hide_password: QR,
36692
+ continue_social_login: yR,
36693
+ continue_with: wR,
36694
+ continue_with_sso_provider_headline: vR,
36695
+ copyright: bR,
36696
+ copyright_sesamy: xR,
36697
+ create_account_description: $R,
36698
+ create_account_email_invalid: AR,
36699
+ create_account_passwords_didnt_match: ER,
36700
+ create_account_title: SR,
36701
+ create_account_weak_password: kR,
36702
+ create_new_account_link: NR,
36703
+ create_password_account_title: CR,
36704
+ currently_logged_in_as: IR,
36705
+ email: TR,
36706
+ email_changed_to_template: OR,
36707
+ email_or_phone_placeholder: DR,
36708
+ email_placeholder: RR,
36709
+ email_validated: PR,
36710
+ email_validated_cta: BR,
36711
+ email_verification_for_signup_sent_description: jR,
36712
+ email_verification_for_signup_sent_title: LR,
36713
+ enter_a_code_btn: FR,
36714
+ enter_email_for_verification_description: UR,
36715
+ enter_new_email: MR,
36716
+ enter_new_password_placeholder: qR,
36717
+ enter_password: VR,
36718
+ enter_password_description: HR,
36719
+ enter_your_password_btn: zR,
36720
+ expired_code: KR,
36721
+ fokus_info_message: GR,
36722
+ forgot_password_cta: WR,
36723
+ forgot_password_description: XR,
36724
+ forgot_password_email_sent: JR,
36725
+ forgot_password_link: YR,
36726
+ forgot_password_title: ZR,
36727
+ go_back: QR,
36728
+ hide_password: eP,
36726
36729
  "invalid-email": "Nieprawidłowy adres e-mail",
36727
- invalid_identifier: eP,
36728
- invalid_password: tP,
36729
- invalid_session_body: nP,
36730
- invalid_session_title: rP,
36731
- link_email_click_to_login: iP,
36732
- link_email_login: oP,
36733
- link_email_or_enter_code: sP,
36734
- link_page_body: aP,
36735
- link_page_headline: cP,
36736
- logged_in_as: lP,
36737
- login: uP,
36738
- login_description: dP,
36739
- login_description_code: pP,
36740
- login_description_combined: fP,
36741
- login_description_link: hP,
36742
- login_description_phone: gP,
36743
- login_description_template: mP,
36744
- logout: _P,
36745
- no_use_another: yP,
36746
- or: wP,
36747
- password: vP,
36748
- password_has_been_reset: bP,
36749
- password_has_been_reset_title: xP,
36750
- password_reset_subject: $P,
36751
- password_reset_title: AP,
36752
- phone_placeholder: EP,
36753
- privacy_policy: SP,
36754
- redirecting: kP,
36755
- reenter_new_password_placeholder: NP,
36756
- register_password_account: CP,
36757
- resend_code: IP,
36758
- reset_password_cta: TP,
36759
- reset_password_description: OP,
36760
- reset_password_email_click_to_reset: DP,
36761
- reset_password_email_cta: RP,
36762
- reset_password_email_reset: PP,
36763
- reset_password_subject: BP,
36764
- reset_password_title: jP,
36765
- send: LP,
36766
- send_me_a_new_magic_link: FP,
36767
- sent_code_spam: UP,
36768
- set_password: MP,
36769
- show_password: qP,
36770
- sign_in: VP,
36771
- signup: HP,
36772
- signup_success: zP,
36773
- sms_code_text: KP,
36774
- spotify_already_linked_body: GP,
36775
- spotify_already_linked_cta: WP,
36776
- spotify_already_linked_step1_body: XP,
36777
- spotify_already_linked_step1_title: JP,
36778
- spotify_already_linked_step2_body: YP,
36779
- spotify_already_linked_step2_title: ZP,
36780
- spotify_already_linked_title: QP,
36781
- success: eB,
36782
- support_info: tB,
36783
- terms: nB,
36784
- unexpected_error_try_again: rB,
36785
- unverified_email: iB,
36786
- update_email: oB,
36787
- user_account_does_not_exist: sB,
36788
- user_not_found: aB,
36789
- user_not_found_body: cB,
36790
- user_not_found_cta: lB,
36791
- validate_code: uB,
36792
- validate_email_body: dB,
36793
- validate_email_title: pB,
36794
- verify_email_click_to_verify: fB,
36795
- verify_email_subject: hB,
36796
- verify_email_title: gB,
36797
- verify_email_verify: mB,
36798
- verify_your_email: _B,
36799
- we_sent_a_code_to: yB,
36800
- welcome: wB,
36801
- welcome_to_your_account: vB,
36802
- yes_continue: bB,
36803
- yes_continue_with: xB,
36804
- yes_continue_with_existing_account: $B
36805
- }, EB = "Zjištěný účet", SB = "Účet", kB = "Zjistili jsme, že jste si již vytvořili účet prostřednictvím", NB = "Přihlášením souhlasíte s našimi", CB = "a", IB = "e-mailová adresa", TB = "e-mail nebo telefonní číslo", OB = "telefonní číslo", DB = "Neshoda adresy URL zpětného volání", RB = "Zadané redirect_uri není v seznamu povolených zpětných adres URL.", PB = "pokračovat s uživatelem", BB = "Klikněte na tlačítko pro vytvoření nového účtu s heslem.", jB = "Pro dokončení přihlášení zadejte kód na adrese {{vendorName}}.", LB = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", FB = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", UB = "Kód vypršel", MB = "Neplatný kód", qB = "Zkontrolujte prosím <0>{{username}}</0> a zadejte šestimístný kód, který jsme vám zaslali.", VB = "Kód je již použit", HB = "Kód je platný po dobu 30 minut", zB = "Potvrzení hesla", KB = "Potřebujete pomoc?", GB = "Kontaktujte nás", WB = "nebo pokračovat v sociálním účtu", XB = "Pokračovat s {{provider}}", JB = "Chcete pokračovat ve svém stávajícím účtu?", YB = "Copyright © 2023 SESAMY. Všechna práva vyhrazena.", ZB = "©2023 Sesamy", QB = "Zvolte heslo složené z velkých a malých písmen, číslic a symbolů.", ej = "Zadejte prosím platnou e-mailovou adresu.", tj = "Hesla se neshodovala. Zkuste to znovu.", nj = "Zvolte heslo", rj = "Heslo musí mít alespoň 8 znaků a obsahovat alespoň jedno malé písmeno, jedno velké písmeno, jednu číslici a jeden symbol.", ij = "Vytvořit nový účet", oj = "Zaregistrujte se pomocí hesla", sj = "V současné době jste přihlášeni jako <0>{{email}}</0>", aj = "E-mail", cj = "E-mail se změnil na <0>{{email}}</0> ", lj = "E-mail nebo telefonní číslo", uj = "E-mailová adresa", dj = "Vaše e-mailová adresa byla ověřena", pj = "Nyní zadejte své heslo a znovu se přihlaste", fj = "E-mail byl odeslán na adresu <0>{{email}}</0> s ověřovacím odkazem. Kliknutím na odkaz ověřte svou e-mailovou adresu a nastavte heslo.", hj = "Ověření e-mailem odesláno", gj = "Zadejte kód", mj = "Pošleme vám ověřovací odkaz, abychom se ujistili, že tuto e-mailovou adresu vlastníte.", _j = "Zadejte nový e-mail", yj = "Zadejte nové heslo", wj = "Zadejte heslo", vj = "Pro přihlášení zadejte svou e-mailovou adresu a heslo.", bj = "Zadejte své heslo", xj = "Platnost kouzelného odkazu vypršela. Klikněte na tlačítko níže, abyste obdrželi nový odkaz do své e-mailové schránky.", $j = "Ahoj! Aktualizovali jsme naše přihlašovací prostředí. <0>Klikněte sem a dozvíte se o něm více.</0>", Aj = "Odeslání e-mailu pro obnovení hesla", Ej = "Klikněte na tlačítko níže a my vám zašleme pokyny k obnovení hesla.", Sj = "Odeslání e-mailu s žádostí o obnovení hesla", kj = "Zapomněli jste heslo?", Nj = "Zapomněli jste heslo?", Cj = "Vrátit se zpět", Ij = "Skrýt heslo", Tj = "Neplatný identifikátor", Oj = "Neplatné heslo", Dj = `Odkaz již není platný.
36730
+ invalid_identifier: tP,
36731
+ invalid_password: nP,
36732
+ invalid_session_body: rP,
36733
+ invalid_session_title: iP,
36734
+ link_email_click_to_login: oP,
36735
+ link_email_login: sP,
36736
+ link_email_or_enter_code: aP,
36737
+ link_page_body: cP,
36738
+ link_page_headline: lP,
36739
+ logged_in_as: uP,
36740
+ login: dP,
36741
+ login_description: pP,
36742
+ login_description_code: fP,
36743
+ login_description_combined: hP,
36744
+ login_description_link: gP,
36745
+ login_description_phone: mP,
36746
+ login_description_template: _P,
36747
+ logout: yP,
36748
+ no_use_another: wP,
36749
+ or: vP,
36750
+ password: bP,
36751
+ password_has_been_reset: xP,
36752
+ password_has_been_reset_title: $P,
36753
+ password_reset_subject: AP,
36754
+ password_reset_title: EP,
36755
+ phone_placeholder: SP,
36756
+ privacy_policy: kP,
36757
+ redirecting: NP,
36758
+ reenter_new_password_placeholder: CP,
36759
+ register_password_account: IP,
36760
+ resend_code: TP,
36761
+ reset_password_cta: OP,
36762
+ reset_password_description: DP,
36763
+ reset_password_email_click_to_reset: RP,
36764
+ reset_password_email_cta: PP,
36765
+ reset_password_email_reset: BP,
36766
+ reset_password_subject: jP,
36767
+ reset_password_title: LP,
36768
+ send: FP,
36769
+ send_me_a_new_magic_link: UP,
36770
+ sent_code_spam: MP,
36771
+ set_password: qP,
36772
+ show_password: VP,
36773
+ sign_in: HP,
36774
+ signup: zP,
36775
+ signup_success: KP,
36776
+ sms_code_text: GP,
36777
+ spotify_already_linked_body: WP,
36778
+ spotify_already_linked_cta: XP,
36779
+ spotify_already_linked_step1_body: JP,
36780
+ spotify_already_linked_step1_title: YP,
36781
+ spotify_already_linked_step2_body: ZP,
36782
+ spotify_already_linked_step2_title: QP,
36783
+ spotify_already_linked_title: eB,
36784
+ success: tB,
36785
+ support_info: nB,
36786
+ terms: rB,
36787
+ unexpected_error_try_again: iB,
36788
+ unverified_email: oB,
36789
+ update_email: sB,
36790
+ user_account_does_not_exist: aB,
36791
+ user_not_found: cB,
36792
+ user_not_found_body: lB,
36793
+ user_not_found_cta: uB,
36794
+ validate_code: dB,
36795
+ validate_email_body: pB,
36796
+ validate_email_title: fB,
36797
+ verify_email_click_to_verify: hB,
36798
+ verify_email_subject: gB,
36799
+ verify_email_title: mB,
36800
+ verify_email_verify: _B,
36801
+ verify_your_email: yB,
36802
+ we_sent_a_code_to: wB,
36803
+ welcome: vB,
36804
+ welcome_to_your_account: bB,
36805
+ yes_continue: xB,
36806
+ yes_continue_with: $B,
36807
+ yes_continue_with_existing_account: AB
36808
+ }, SB = "Zjištěný účet", kB = "Účet", NB = "Zjistili jsme, že jste si již vytvořili účet prostřednictvím", CB = "Přihlášením souhlasíte s našimi", IB = "a", TB = "e-mailová adresa", OB = "e-mail nebo telefonní číslo", DB = "telefonní číslo", RB = "Neshoda adresy URL zpětného volání", PB = "Zadané redirect_uri není v seznamu povolených zpětných adres URL.", BB = "pokračovat s uživatelem", jB = "Klikněte na tlačítko pro vytvoření nového účtu s heslem.", LB = "Pro dokončení přihlášení zadejte kód na adrese {{vendorName}}.", FB = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", UB = "Vítejte na {{vendorName}}! {{code}} je přihlašovací kód.", MB = "Kód vypršel", qB = "Neplatný kód", VB = "Zkontrolujte prosím <0>{{username}}</0> a zadejte šestimístný kód, který jsme vám zaslali.", HB = "Kód je již použit", zB = "Kód je platný po dobu 30 minut", KB = "Potvrzení hesla", GB = "Potřebujete pomoc?", WB = "Kontaktujte nás", XB = "nebo pokračovat v sociálním účtu", JB = "Pokračovat s {{provider}}", YB = "Chcete pokračovat ve svém stávajícím účtu?", ZB = "Copyright © 2023 SESAMY. Všechna práva vyhrazena.", QB = "©2023 Sesamy", ej = "Zvolte heslo složené z velkých a malých písmen, číslic a symbolů.", tj = "Zadejte prosím platnou e-mailovou adresu.", nj = "Hesla se neshodovala. Zkuste to znovu.", rj = "Zvolte heslo", ij = "Heslo musí mít alespoň 8 znaků a obsahovat alespoň jedno malé písmeno, jedno velké písmeno, jednu číslici a jeden symbol.", oj = "Vytvořit nový účet", sj = "Zaregistrujte se pomocí hesla", aj = "V současné době jste přihlášeni jako <0>{{email}}</0>", cj = "E-mail", lj = "E-mail se změnil na <0>{{email}}</0> ", uj = "E-mail nebo telefonní číslo", dj = "E-mailová adresa", pj = "Vaše e-mailová adresa byla ověřena", fj = "Nyní zadejte své heslo a znovu se přihlaste", hj = "E-mail byl odeslán na adresu <0>{{email}}</0> s ověřovacím odkazem. Kliknutím na odkaz ověřte svou e-mailovou adresu a nastavte heslo.", gj = "Ověření e-mailem odesláno", mj = "Zadejte kód", _j = "Pošleme vám ověřovací odkaz, abychom se ujistili, že tuto e-mailovou adresu vlastníte.", yj = "Zadejte nový e-mail", wj = "Zadejte nové heslo", vj = "Zadejte heslo", bj = "Pro přihlášení zadejte svou e-mailovou adresu a heslo.", xj = "Zadejte své heslo", $j = "Platnost kouzelného odkazu vypršela. Klikněte na tlačítko níže, abyste obdrželi nový odkaz do své e-mailové schránky.", Aj = "Ahoj! Aktualizovali jsme naše přihlašovací prostředí. <0>Klikněte sem a dozvíte se o něm více.</0>", Ej = "Odeslání e-mailu pro obnovení hesla", Sj = "Klikněte na tlačítko níže a my vám zašleme pokyny k obnovení hesla.", kj = "Odeslání e-mailu s žádostí o obnovení hesla", Nj = "Zapomněli jste heslo?", Cj = "Zapomněli jste heslo?", Ij = "Vrátit se zpět", Tj = "Skrýt heslo", Oj = "Neplatný identifikátor", Dj = "Neplatné heslo", Rj = `Odkaz již není platný.
36806
36809
 
36807
36810
  Ujistěte se, že jste odkaz na přihlášení otevřeli ve stejném prohlížeči, ve kterém jste přihlášení zahájili.
36808
36811
 
36809
- Kliknutím na odkaz níže můžete zahájit nové přihlášení.`, Rj = "Neplatný odkaz", Pj = "Kliknutím na tlačítko se přihlásíte", Bj = "Přihlášení", jj = "Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.", Lj = "Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}", Fj = "Propojte svůj účet s {{service}}", Uj = "Jste přihlášeni jako", Mj = "Přihlášení", qj = "Pro přihlášení zadejte svou e-mailovou adresu.", Vj = "Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.", Hj = "Pro přihlášení zadejte svůj e-mail nebo telefonní číslo", zj = "Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.", Kj = "Zadejte své telefonní číslo a přihlaste se", Gj = "Pro přihlášení zadejte adresu {{authMethod}}.", Wj = "Odhlášení", Xj = "Ne, chci použít jiný účet", Jj = "nebo", Yj = "Heslo", Zj = "Heslo bylo resetováno", Qj = "Úspěch", eL = "Změna hesla k účtu {{vendorName}} ", tL = "Změna hesla k účtu {{vendorName}} ", nL = "Telefonní číslo", rL = "Zásady ochrany osobních údajů", iL = "Přesměrování", oL = "Potvrzení hesla", sL = "Registrace nového hesla", aL = "Opětovné odeslání kódu", cL = "Změna hesla", lL = "Níže zadejte nové heslo k e-mailovému účtu: ", uL = "Kliknutím na tlačítko obnovíte své heslo", dL = "Kliknutím na tlačítko obnovíte své heslo", pL = "Obnovení hesla", fL = "Změna hesla k účtu {{vendorName}} ", hL = "Obnovení hesla", gL = "Odeslat", mL = "Pošlete mi nový kouzelný odkaz", _L = "Pokud e-mail nedorazil, nezapomeňte zkontrolovat složku nevyžádané pošty.", yL = "Nastavení hesla", wL = "Zobrazit heslo", vL = "Přihlásit se", bL = "Registrace", xL = "Úspěšná registrace", $L = "{{code}} je váš přihlašovací kód pro {{vendorName}}", AL = "Zdá se, že váš účet Spotify je v současné době propojen s jiným účtem Sesamy. Ale nebojte se, jsme tu, abychom vás provedli procesem, jak to napravit.", EL = "Přejděte na stránku Spotify pro přístup k obsahu", SL = 'Začněme odpojením účtu Spotify. Kliknutím na tlačítko níže přejděte na stránku přístupu k obsahu služby Spotify. Po přihlášení k účtu Spotify najděte v seznamu připojených platforem položku Sesamy. Klikněte na tlačítko "Unlink" vedle loga Sesamy.', kL = "Krok 1: Odpojení účtu Spotify", NL = "Po úspěšném odpojení účtu Spotify jej můžete znovu propojit se službou Sesamy. Stačí zopakovat předchozí kroky, které vás přivedly na tuto stránku.", CL = "Krok 2: Propojení účtu Spotify s aplikací Sesamy", IL = "Ups! Váš účet Spotify je již propojen", TL = "Hotovo", OL = "Pokud máte dotazy nebo potřebujete pomoc, můžete se obrátit na náš tým podpory.", DL = "Podmínky a pravidla", RL = "Něco se pokazilo. Zkuste to prosím znovu.", PL = "Vaši e-mailovou adresu je třeba ověřit. Do vaší e-mailové schránky jsme odeslali nový e-mail.", BL = "Aktualizace e-mailu", jL = "Uživatelský účet neexistuje", LL = "Uživatelský účet neexistuje", FL = "Nepodařilo se nám najít uživatele se zadanou e-mailovou adresou. Zkuste to prosím znovu.", UL = "Zkuste to znovu.", ML = "Ověření kódu", qL = "Pokyny k ověření e-mailu najdete ve své e-mailové schránce.", VL = "Zaregistrovali jste se", HL = "Klikněte na tlačítko pro ověření e-mailové adresy", zL = "Ověřte svou e-mailovou adresu", KL = "Ověřte svou e-mailovou adresu", GL = "Ověření účtu", WL = "Ověření e-mailu", XL = "Zkontrolujte si prosím svůj e-mail na adrese <0>{{email}}</0> a zadejte šestimístný kód, který jsme vám zaslali.", JL = "Vítejte na", YL = "Vítejte na svém účtu {{vendorName}}!", ZL = "Pokračujte s tímto účtem", QL = "Ano, pokračujte {{text}}", eF = "Ano, pokračujte ve stávajícím účtu", tF = {
36812
+ Kliknutím na odkaz níže můžete zahájit nové přihlášení.`, Pj = "Neplatný odkaz", Bj = "Kliknutím na tlačítko se přihlásíte", jj = "Přihlášení", Lj = "Nebo zadejte kód na adrese {{vendorName}} a dokončete přihlášení.", Fj = "Zadejte svou e-mailovou adresu pro odemknutí tohoto pořadu na {{service}}", Uj = "Propojte svůj účet s {{service}}", Mj = "Jste přihlášeni jako", qj = "Přihlášení", Vj = "Pro přihlášení zadejte svou e-mailovou adresu.", Hj = "Zadejte svou e-mailovou adresu a my vám zašleme přihlašovací kód.", zj = "Pro přihlášení zadejte svůj e-mail nebo telefonní číslo", Kj = "Zadejte svou e-mailovou adresu a my vám zašleme odkaz pro přihlášení.", Gj = "Zadejte své telefonní číslo a přihlaste se", Wj = "Pro přihlášení zadejte adresu {{authMethod}}.", Xj = "Odhlášení", Jj = "Ne, chci použít jiný účet", Yj = "nebo", Zj = "Heslo", Qj = "Heslo bylo resetováno", eL = "Úspěch", tL = "Změna hesla k účtu {{vendorName}} ", nL = "Změna hesla k účtu {{vendorName}} ", rL = "Telefonní číslo", iL = "Zásady ochrany osobních údajů", oL = "Přesměrování", sL = "Potvrzení hesla", aL = "Registrace nového hesla", cL = "Opětovné odeslání kódu", lL = "Změna hesla", uL = "Níže zadejte nové heslo k e-mailovému účtu: ", dL = "Kliknutím na tlačítko obnovíte své heslo", pL = "Kliknutím na tlačítko obnovíte své heslo", fL = "Obnovení hesla", hL = "Změna hesla k účtu {{vendorName}} ", gL = "Obnovení hesla", mL = "Odeslat", _L = "Pošlete mi nový kouzelný odkaz", yL = "Pokud e-mail nedorazil, nezapomeňte zkontrolovat složku nevyžádané pošty.", wL = "Nastavení hesla", vL = "Zobrazit heslo", bL = "Přihlásit se", xL = "Registrace", $L = "Úspěšná registrace", AL = "{{code}} je váš přihlašovací kód pro {{vendorName}}", EL = "Zdá se, že váš účet Spotify je v současné době propojen s jiným účtem Sesamy. Ale nebojte se, jsme tu, abychom vás provedli procesem, jak to napravit.", SL = "Přejděte na stránku Spotify pro přístup k obsahu", kL = 'Začněme odpojením účtu Spotify. Kliknutím na tlačítko níže přejděte na stránku přístupu k obsahu služby Spotify. Po přihlášení k účtu Spotify najděte v seznamu připojených platforem položku Sesamy. Klikněte na tlačítko "Unlink" vedle loga Sesamy.', NL = "Krok 1: Odpojení účtu Spotify", CL = "Po úspěšném odpojení účtu Spotify jej můžete znovu propojit se službou Sesamy. Stačí zopakovat předchozí kroky, které vás přivedly na tuto stránku.", IL = "Krok 2: Propojení účtu Spotify s aplikací Sesamy", TL = "Ups! Váš účet Spotify je již propojen", OL = "Hotovo", DL = "Pokud máte dotazy nebo potřebujete pomoc, můžete se obrátit na náš tým podpory.", RL = "Podmínky a pravidla", PL = "Něco se pokazilo. Zkuste to prosím znovu.", BL = "Vaši e-mailovou adresu je třeba ověřit. Do vaší e-mailové schránky jsme odeslali nový e-mail.", jL = "Aktualizace e-mailu", LL = "Uživatelský účet neexistuje", FL = "Uživatelský účet neexistuje", UL = "Nepodařilo se nám najít uživatele se zadanou e-mailovou adresou. Zkuste to prosím znovu.", ML = "Zkuste to znovu.", qL = "Ověření kódu", VL = "Pokyny k ověření e-mailu najdete ve své e-mailové schránce.", HL = "Zaregistrovali jste se", zL = "Klikněte na tlačítko pro ověření e-mailové adresy", KL = "Ověřte svou e-mailovou adresu", GL = "Ověřte svou e-mailovou adresu", WL = "Ověření účtu", XL = "Ověření e-mailu", JL = "Zkontrolujte si prosím svůj e-mail na adrese <0>{{email}}</0> a zadejte šestimístný kód, který jsme vám zaslali.", YL = "Vítejte na", ZL = "Vítejte na svém účtu {{vendorName}}!", QL = "Pokračujte s tímto účtem", eF = "Ano, pokračujte {{text}}", tF = "Ano, pokračujte ve stávajícím účtu", nF = {
36810
36813
  "Server error: Invalid code": "Neplatný kód",
36811
- account_detected: EB,
36812
- account_title: SB,
36813
- account_with_sso_provider: kB,
36814
- agree_to: NB,
36815
- and: CB,
36816
- auth_method_email: IB,
36817
- auth_method_email_or_phone: TB,
36818
- auth_method_phone: OB,
36819
- callback_url_mismatch: DB,
36820
- callback_url_not_allowed: RB,
36821
- check_email_title: PB,
36822
- click_to_sign_up_description: BB,
36823
- code_email_enter_code: jB,
36824
- code_email_subject: LB,
36825
- code_email_title: FB,
36826
- code_expired: UB,
36827
- code_invalid: MB,
36828
- code_sent_template: qB,
36829
- code_used: VB,
36830
- code_valid_30_minutes: HB,
36831
- confirm_password: zB,
36832
- contact_support: KB,
36833
- contact_us: GB,
36814
+ account_detected: SB,
36815
+ account_title: kB,
36816
+ account_with_sso_provider: NB,
36817
+ agree_to: CB,
36818
+ and: IB,
36819
+ auth_method_email: TB,
36820
+ auth_method_email_or_phone: OB,
36821
+ auth_method_phone: DB,
36822
+ callback_url_mismatch: RB,
36823
+ callback_url_not_allowed: PB,
36824
+ check_email_title: BB,
36825
+ click_to_sign_up_description: jB,
36826
+ code_email_enter_code: LB,
36827
+ code_email_subject: FB,
36828
+ code_email_title: UB,
36829
+ code_expired: MB,
36830
+ code_invalid: qB,
36831
+ code_sent_template: VB,
36832
+ code_used: HB,
36833
+ code_valid_30_minutes: zB,
36834
+ confirm_password: KB,
36835
+ contact_support: GB,
36836
+ contact_us: WB,
36834
36837
  continue: "Pokračovat",
36835
- continue_social_login: WB,
36836
- continue_with: XB,
36837
- continue_with_sso_provider_headline: JB,
36838
- copyright: YB,
36839
- copyright_sesamy: ZB,
36840
- create_account_description: QB,
36841
- create_account_email_invalid: ej,
36842
- create_account_passwords_didnt_match: tj,
36843
- create_account_title: nj,
36844
- create_account_weak_password: rj,
36845
- create_new_account_link: ij,
36846
- create_password_account_title: oj,
36847
- currently_logged_in_as: sj,
36848
- email: aj,
36849
- email_changed_to_template: cj,
36850
- email_or_phone_placeholder: lj,
36851
- email_placeholder: uj,
36852
- email_validated: dj,
36853
- email_validated_cta: pj,
36854
- email_verification_for_signup_sent_description: fj,
36855
- email_verification_for_signup_sent_title: hj,
36856
- enter_a_code_btn: gj,
36857
- enter_email_for_verification_description: mj,
36858
- enter_new_email: _j,
36859
- enter_new_password_placeholder: yj,
36860
- enter_password: wj,
36861
- enter_password_description: vj,
36862
- enter_your_password_btn: bj,
36863
- expired_code: xj,
36864
- fokus_info_message: $j,
36865
- forgot_password_cta: Aj,
36866
- forgot_password_description: Ej,
36867
- forgot_password_email_sent: Sj,
36868
- forgot_password_link: kj,
36869
- forgot_password_title: Nj,
36870
- go_back: Cj,
36871
- hide_password: Ij,
36838
+ continue_social_login: XB,
36839
+ continue_with: JB,
36840
+ continue_with_sso_provider_headline: YB,
36841
+ copyright: ZB,
36842
+ copyright_sesamy: QB,
36843
+ create_account_description: ej,
36844
+ create_account_email_invalid: tj,
36845
+ create_account_passwords_didnt_match: nj,
36846
+ create_account_title: rj,
36847
+ create_account_weak_password: ij,
36848
+ create_new_account_link: oj,
36849
+ create_password_account_title: sj,
36850
+ currently_logged_in_as: aj,
36851
+ email: cj,
36852
+ email_changed_to_template: lj,
36853
+ email_or_phone_placeholder: uj,
36854
+ email_placeholder: dj,
36855
+ email_validated: pj,
36856
+ email_validated_cta: fj,
36857
+ email_verification_for_signup_sent_description: hj,
36858
+ email_verification_for_signup_sent_title: gj,
36859
+ enter_a_code_btn: mj,
36860
+ enter_email_for_verification_description: _j,
36861
+ enter_new_email: yj,
36862
+ enter_new_password_placeholder: wj,
36863
+ enter_password: vj,
36864
+ enter_password_description: bj,
36865
+ enter_your_password_btn: xj,
36866
+ expired_code: $j,
36867
+ fokus_info_message: Aj,
36868
+ forgot_password_cta: Ej,
36869
+ forgot_password_description: Sj,
36870
+ forgot_password_email_sent: kj,
36871
+ forgot_password_link: Nj,
36872
+ forgot_password_title: Cj,
36873
+ go_back: Ij,
36874
+ hide_password: Tj,
36872
36875
  "invalid-email": "Neplatný e-mail",
36873
- invalid_identifier: Tj,
36874
- invalid_password: Oj,
36875
- invalid_session_body: Dj,
36876
- invalid_session_title: Rj,
36877
- link_email_click_to_login: Pj,
36878
- link_email_login: Bj,
36879
- link_email_or_enter_code: jj,
36880
- link_page_body: Lj,
36881
- link_page_headline: Fj,
36882
- logged_in_as: Uj,
36883
- login: Mj,
36884
- login_description: qj,
36885
- login_description_code: Vj,
36886
- login_description_combined: Hj,
36887
- login_description_link: zj,
36888
- login_description_phone: Kj,
36889
- login_description_template: Gj,
36890
- logout: Wj,
36891
- no_use_another: Xj,
36892
- or: Jj,
36893
- password: Yj,
36894
- password_has_been_reset: Zj,
36895
- password_has_been_reset_title: Qj,
36896
- password_reset_subject: eL,
36897
- password_reset_title: tL,
36898
- phone_placeholder: nL,
36899
- privacy_policy: rL,
36900
- redirecting: iL,
36901
- reenter_new_password_placeholder: oL,
36902
- register_password_account: sL,
36903
- resend_code: aL,
36904
- reset_password_cta: cL,
36905
- reset_password_description: lL,
36906
- reset_password_email_click_to_reset: uL,
36907
- reset_password_email_cta: dL,
36908
- reset_password_email_reset: pL,
36909
- reset_password_subject: fL,
36910
- reset_password_title: hL,
36911
- send: gL,
36912
- send_me_a_new_magic_link: mL,
36913
- sent_code_spam: _L,
36914
- set_password: yL,
36915
- show_password: wL,
36916
- sign_in: vL,
36917
- signup: bL,
36918
- signup_success: xL,
36919
- sms_code_text: $L,
36920
- spotify_already_linked_body: AL,
36921
- spotify_already_linked_cta: EL,
36922
- spotify_already_linked_step1_body: SL,
36923
- spotify_already_linked_step1_title: kL,
36924
- spotify_already_linked_step2_body: NL,
36925
- spotify_already_linked_step2_title: CL,
36926
- spotify_already_linked_title: IL,
36927
- success: TL,
36928
- support_info: OL,
36929
- terms: DL,
36930
- unexpected_error_try_again: RL,
36931
- unverified_email: PL,
36932
- update_email: BL,
36933
- user_account_does_not_exist: jL,
36934
- user_not_found: LL,
36935
- user_not_found_body: FL,
36936
- user_not_found_cta: UL,
36937
- validate_code: ML,
36938
- validate_email_body: qL,
36939
- validate_email_title: VL,
36940
- verify_email_click_to_verify: HL,
36941
- verify_email_subject: zL,
36942
- verify_email_title: KL,
36943
- verify_email_verify: GL,
36944
- verify_your_email: WL,
36945
- we_sent_a_code_to: XL,
36946
- welcome: JL,
36947
- welcome_to_your_account: YL,
36948
- yes_continue: ZL,
36949
- yes_continue_with: QL,
36950
- yes_continue_with_existing_account: eF
36951
- }, nF = "Tili havaittu", rF = "Tili", iF = "Olemme havainneet, että olet jo luonut tilin kautta", oF = "Kirjautumalla sisään hyväksyt", sF = "ja", aF = "sähköpostiosoite", cF = "sähköpostiosoite tai puhelinnumero", lF = "puhelinnumero", uF = "Takaisinkutsun URL-osoite ei vastaa toisiaan", dF = "Annettu redirect_uri ei ole sallittujen takaisinsoitto-URL-osoitteiden luettelossa.", pF = "jatka käyttäjän kanssa", fF = "Klikkaa painiketta luodaksesi uuden salasanatilin.", hF = "Kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", gF = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", mF = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", _F = "Koodi päättynyt", yF = "Virheellinen koodi", wF = "Tarkista <0>{{username}}</0> ja syötä lähettämämme kuusinumeroinen koodi.", vF = "Koodi on jo käytössä", bF = "Koodi on voimassa 30 minuuttia", xF = "Vahvista salasana", $F = "Tarvitsetko apua?", AF = "Ota yhteyttä", EF = "tai jatka sosiaalisella tilillä", SF = "Jatka {{provider}}", kF = "Haluatko jatkaa olemassa olevalla tililläsi?", NF = "Copyright © 2023 SESAMY. Kaikki oikeudet pidätetään.", CF = "©2023 Sesamy", IF = "Valitse salasana, jossa on isoja ja pieniä kirjaimia, numeroita ja symboleja.", TF = "Kirjoita voimassa oleva sähköpostiosoite.", OF = "Salasanat eivät vastanneet toisiaan. Yritä uudelleen.", DF = "Valitse salasana", RF = "Salasanan on oltava vähintään 8 merkkiä pitkä ja sisällettävä vähintään yksi pieni kirjain, yksi iso kirjain, yksi numero ja yksi symboli.", PF = "Luo uusi tili", BF = "Rekisteröidy salasanalla", jF = "Olet tällä hetkellä kirjautuneena sisään nimellä <0>{{email}}</0>", LF = "Sähköposti", FF = "Sähköposti muutettu muotoon <0>{{email}}</0> ", UF = "Sähköposti tai puhelinnumero", MF = "Sähköpostiosoite", qF = "Sähköpostiosoitteesi on vahvistettu", VF = "Kirjoita nyt salasanasi kirjautuaksesi uudelleen", HF = "Sähköposti on lähetetty osoitteeseen <0>{{email}}</0> jossa on vahvistuslinkki. Klikkaa linkkiä vahvistaaksesi sähköpostiosoitteesi ja asettaaksesi salasanan.", zF = "Sähköpostivarmennus lähetetty", KF = "Syötä koodi", GF = "Lähetämme sinulle vahvistuslinkin varmistaaksemme, että omistat tämän sähköpostiosoitteen.", WF = "Kirjoita uusi sähköpostiosoite", XF = "Anna uusi salasana", JF = "Anna salasana", YF = "Anna sähköpostiosoitteesi ja salasanasi kirjautuaksesi sisään.", ZF = "Syötä salasanasi", QF = "Taikalinkki on vanhentunut. Klikkaa alla olevaa painiketta saadaksesi uuden linkin sähköpostiisi.", eU = "Hei! Päivitimme kirjautumiskokemuksemme. <0>Klikkaa tästä saadaksesi lisätietoja siitä.</0>", tU = "Lähetä salasanan palautussähköposti", nU = "Napsauta alla olevaa painiketta, niin lähetämme ohjeet salasanasi palauttamiseen.", rU = "Salasanan palautussähköposti lähetetty", iU = "Unohditko salasanan?", oU = "Unohditko salasanan?", sU = "Palaa takaisin", aU = "Piilota salasana", cU = "Virheellinen tunniste", lU = "Virheellinen salasana", uU = `Linkki ei ole enää voimassa.
36876
+ invalid_identifier: Oj,
36877
+ invalid_password: Dj,
36878
+ invalid_session_body: Rj,
36879
+ invalid_session_title: Pj,
36880
+ link_email_click_to_login: Bj,
36881
+ link_email_login: jj,
36882
+ link_email_or_enter_code: Lj,
36883
+ link_page_body: Fj,
36884
+ link_page_headline: Uj,
36885
+ logged_in_as: Mj,
36886
+ login: qj,
36887
+ login_description: Vj,
36888
+ login_description_code: Hj,
36889
+ login_description_combined: zj,
36890
+ login_description_link: Kj,
36891
+ login_description_phone: Gj,
36892
+ login_description_template: Wj,
36893
+ logout: Xj,
36894
+ no_use_another: Jj,
36895
+ or: Yj,
36896
+ password: Zj,
36897
+ password_has_been_reset: Qj,
36898
+ password_has_been_reset_title: eL,
36899
+ password_reset_subject: tL,
36900
+ password_reset_title: nL,
36901
+ phone_placeholder: rL,
36902
+ privacy_policy: iL,
36903
+ redirecting: oL,
36904
+ reenter_new_password_placeholder: sL,
36905
+ register_password_account: aL,
36906
+ resend_code: cL,
36907
+ reset_password_cta: lL,
36908
+ reset_password_description: uL,
36909
+ reset_password_email_click_to_reset: dL,
36910
+ reset_password_email_cta: pL,
36911
+ reset_password_email_reset: fL,
36912
+ reset_password_subject: hL,
36913
+ reset_password_title: gL,
36914
+ send: mL,
36915
+ send_me_a_new_magic_link: _L,
36916
+ sent_code_spam: yL,
36917
+ set_password: wL,
36918
+ show_password: vL,
36919
+ sign_in: bL,
36920
+ signup: xL,
36921
+ signup_success: $L,
36922
+ sms_code_text: AL,
36923
+ spotify_already_linked_body: EL,
36924
+ spotify_already_linked_cta: SL,
36925
+ spotify_already_linked_step1_body: kL,
36926
+ spotify_already_linked_step1_title: NL,
36927
+ spotify_already_linked_step2_body: CL,
36928
+ spotify_already_linked_step2_title: IL,
36929
+ spotify_already_linked_title: TL,
36930
+ success: OL,
36931
+ support_info: DL,
36932
+ terms: RL,
36933
+ unexpected_error_try_again: PL,
36934
+ unverified_email: BL,
36935
+ update_email: jL,
36936
+ user_account_does_not_exist: LL,
36937
+ user_not_found: FL,
36938
+ user_not_found_body: UL,
36939
+ user_not_found_cta: ML,
36940
+ validate_code: qL,
36941
+ validate_email_body: VL,
36942
+ validate_email_title: HL,
36943
+ verify_email_click_to_verify: zL,
36944
+ verify_email_subject: KL,
36945
+ verify_email_title: GL,
36946
+ verify_email_verify: WL,
36947
+ verify_your_email: XL,
36948
+ we_sent_a_code_to: JL,
36949
+ welcome: YL,
36950
+ welcome_to_your_account: ZL,
36951
+ yes_continue: QL,
36952
+ yes_continue_with: eF,
36953
+ yes_continue_with_existing_account: tF
36954
+ }, rF = "Tili havaittu", iF = "Tili", oF = "Olemme havainneet, että olet jo luonut tilin kautta", sF = "Kirjautumalla sisään hyväksyt", aF = "ja", cF = "sähköpostiosoite", lF = "sähköpostiosoite tai puhelinnumero", uF = "puhelinnumero", dF = "Takaisinkutsun URL-osoite ei vastaa toisiaan", pF = "Annettu redirect_uri ei ole sallittujen takaisinsoitto-URL-osoitteiden luettelossa.", fF = "jatka käyttäjän kanssa", hF = "Klikkaa painiketta luodaksesi uuden salasanatilin.", gF = "Kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", mF = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", _F = "Tervetuloa osoitteeseen {{vendorName}}! {{code}} on kirjautumiskoodi.", yF = "Koodi päättynyt", wF = "Virheellinen koodi", vF = "Tarkista <0>{{username}}</0> ja syötä lähettämämme kuusinumeroinen koodi.", bF = "Koodi on jo käytössä", xF = "Koodi on voimassa 30 minuuttia", $F = "Vahvista salasana", AF = "Tarvitsetko apua?", EF = "Ota yhteyttä", SF = "tai jatka sosiaalisella tilillä", kF = "Jatka {{provider}}", NF = "Haluatko jatkaa olemassa olevalla tililläsi?", CF = "Copyright © 2023 SESAMY. Kaikki oikeudet pidätetään.", IF = "©2023 Sesamy", TF = "Valitse salasana, jossa on isoja ja pieniä kirjaimia, numeroita ja symboleja.", OF = "Kirjoita voimassa oleva sähköpostiosoite.", DF = "Salasanat eivät vastanneet toisiaan. Yritä uudelleen.", RF = "Valitse salasana", PF = "Salasanan on oltava vähintään 8 merkkiä pitkä ja sisällettävä vähintään yksi pieni kirjain, yksi iso kirjain, yksi numero ja yksi symboli.", BF = "Luo uusi tili", jF = "Rekisteröidy salasanalla", LF = "Olet tällä hetkellä kirjautuneena sisään nimellä <0>{{email}}</0>", FF = "Sähköposti", UF = "Sähköposti muutettu muotoon <0>{{email}}</0> ", MF = "Sähköposti tai puhelinnumero", qF = "Sähköpostiosoite", VF = "Sähköpostiosoitteesi on vahvistettu", HF = "Kirjoita nyt salasanasi kirjautuaksesi uudelleen", zF = "Sähköposti on lähetetty osoitteeseen <0>{{email}}</0> jossa on vahvistuslinkki. Klikkaa linkkiä vahvistaaksesi sähköpostiosoitteesi ja asettaaksesi salasanan.", KF = "Sähköpostivarmennus lähetetty", GF = "Syötä koodi", WF = "Lähetämme sinulle vahvistuslinkin varmistaaksemme, että omistat tämän sähköpostiosoitteen.", XF = "Kirjoita uusi sähköpostiosoite", JF = "Anna uusi salasana", YF = "Anna salasana", ZF = "Anna sähköpostiosoitteesi ja salasanasi kirjautuaksesi sisään.", QF = "Syötä salasanasi", eU = "Taikalinkki on vanhentunut. Klikkaa alla olevaa painiketta saadaksesi uuden linkin sähköpostiisi.", tU = "Hei! Päivitimme kirjautumiskokemuksemme. <0>Klikkaa tästä saadaksesi lisätietoja siitä.</0>", nU = "Lähetä salasanan palautussähköposti", rU = "Napsauta alla olevaa painiketta, niin lähetämme ohjeet salasanasi palauttamiseen.", iU = "Salasanan palautussähköposti lähetetty", oU = "Unohditko salasanan?", sU = "Unohditko salasanan?", aU = "Palaa takaisin", cU = "Piilota salasana", lU = "Virheellinen tunniste", uU = "Virheellinen salasana", dU = `Linkki ei ole enää voimassa.
36952
36955
 
36953
36956
  Varmista, että avaat kirjautumislinkin samalla selaimella, jolla aloitit kirjautumisen.
36954
36957
 
36955
- Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, dU = "Virheellinen linkki", pU = "Kirjaudu sisään napsauttamalla painiketta", fU = "Kirjaudu sisään", hU = "Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", gU = "Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}", mU = "Yhdistä tilisi {{service}}", _U = "Olet kirjautunut sisään nimellä", yU = "Kirjaudu sisään", wU = "Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.", vU = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.", bU = "Kirjoita sähköpostiosoitteesi tai puhelinnumerosi kirjautuaksesi sisään", xU = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.", $U = "Anna puhelinnumerosi kirjautuaksesi sisään", AU = "Kirjoita {{authMethod}} kirjautuaksesi sisään.", EU = "Kirjaudu ulos", SU = "Ei, haluan käyttää toista tiliä", kU = "tai", NU = "Salasana", CU = "Salasana on nollattu", IU = "Menestys", TU = "Vaihda salasana tilillesi {{vendorName}} ", OU = "Vaihda salasana tilillesi {{vendorName}} ", DU = "Puhelinnumero", RU = "Tietosuojakäytäntö", PU = "Uudelleenohjaus", BU = "Vahvista salasana", jU = "Rekisteröi uusi salasana", LU = "Lähetä koodi uudelleen", FU = "Vaihda salasana", UU = "Kirjoita alla oleva uusi salasanasi sähköpostitiliä varten: ", MU = "Napsauta painiketta salasanasi palauttamiseksi", qU = "Napsauta painiketta salasanasi palauttamiseksi", VU = "Nollaa salasanasi", HU = "Vaihda salasana tilillesi {{vendorName}} ", zU = "Nollaa salasana", KU = "Lähetä", GU = "Lähetä minulle uusi maaginen linkki", WU = "Muista tarkistaa roskapostikansiosi, jos sähköposti ei ole saapunut.", XU = "Aseta salasana", JU = "Näytä salasana", YU = "Kirjaudu sisään", ZU = "Rekisteröityminen", QU = "Rekisteröidy onnistuneesti", eM = "{{code}} on kirjautumiskoodisi {{vendorName}}", tM = "Näyttää siltä, että Spotify-tilisi on tällä hetkellä yhdistetty toiseen Sesamy-tiliin. Mutta älä pelkää, me opastamme sinua prosessin läpi, jotta saat tämän korjattua.", nM = "Siirry Spotifyn Content Access -sivulle", rM = 'Aloitetaan poistamalla Spotify-tilisi linkitys. Klikkaa alla olevaa painiketta siirtyäksesi Spotifyn Content Access -sivulle. Kun olet kirjautunut sisään Spotify-tilillesi, etsi Sesamy yhdistettyjen alustojen luettelosta. Napsauta "Unlink" Sesamyn logon vieressä.', iM = "Vaihe 1: Poista Spotify-tilisi linkitys", oM = "Kun olet onnistuneesti irrottanut Spotify-tilisi, voit yhdistää sen uudelleen Sesamyn kanssa. Toista vain aiemmin tekemäsi vaiheet, jotka johtivat sinut tälle sivulle.", sM = "Vaihe 2: Yhdistä Spotify-tilisi uudelleen Sesamyn kanssa", aM = "Hups! Spotify-tilisi on jo linkitetty", cM = "Valmis", lM = "Jos sinulla on kysyttävää tai tarvitset apua, voit ottaa yhteyttä tukitiimiimme.", uM = "Ehdot ja edellytykset", dM = "Jokin meni pieleen. Yritä uudelleen.", pM = "Sähköpostiosoitteesi on vahvistettava. Olemme lähettäneet uuden sähköpostiviestin sähköpostiisi.", fM = "Päivitä sähköposti", hM = "Käyttäjätiliä ei ole olemassa", gM = "Käyttäjätiliä ei ole olemassa", mM = "Emme löytäneet käyttäjää, jolla on annettu sähköpostiosoite. Yritä uudelleen.", _M = "Yritä uudelleen.", yM = "Validoi koodi", wM = "Tarkista sähköpostin vahvistusohjeet postilaatikostasi.", vM = "Rekisteröitynyt", bM = "Vahvista sähköpostiosoitteesi napsauttamalla painiketta", xM = "Vahvista sähköpostiosoitteesi", $M = "Vahvista sähköpostiosoitteesi", AM = "Vahvista tili", EM = "Vahvista sähköpostiosoitteesi", SM = "Tarkista sähköpostisi osoitteesta <0>{{email}}</0> ja syötä lähettämämme kuusinumeroinen koodi.", kM = "Tervetuloa", NM = "Tervetuloa tilillesi {{vendorName}}!", CM = "Jatka tällä tilillä", IM = "Kyllä, jatka {{text}}", TM = "Kyllä, jatka olemassa olevalla tilillä", OM = {
36958
+ Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, pU = "Virheellinen linkki", fU = "Kirjaudu sisään napsauttamalla painiketta", hU = "Kirjaudu sisään", gU = "Tai kirjoita koodi osoitteessa {{vendorName}} kirjautumisen loppuun saattamiseksi.", mU = "Kirjoita sähköpostiosoitteesi avataksesi tämän ohjelman osoitteessa {{service}}", _U = "Yhdistä tilisi {{service}}", yU = "Olet kirjautunut sisään nimellä", wU = "Kirjaudu sisään", vU = "Kirjoita sähköpostiosoitteesi kirjautuaksesi sisään.", bU = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumiskoodin.", xU = "Kirjoita sähköpostiosoitteesi tai puhelinnumerosi kirjautuaksesi sisään", $U = "Anna sähköpostiosoitteesi, niin lähetämme sinulle kirjautumislinkin.", AU = "Anna puhelinnumerosi kirjautuaksesi sisään", EU = "Kirjoita {{authMethod}} kirjautuaksesi sisään.", SU = "Kirjaudu ulos", kU = "Ei, haluan käyttää toista tiliä", NU = "tai", CU = "Salasana", IU = "Salasana on nollattu", TU = "Menestys", OU = "Vaihda salasana tilillesi {{vendorName}} ", DU = "Vaihda salasana tilillesi {{vendorName}} ", RU = "Puhelinnumero", PU = "Tietosuojakäytäntö", BU = "Uudelleenohjaus", jU = "Vahvista salasana", LU = "Rekisteröi uusi salasana", FU = "Lähetä koodi uudelleen", UU = "Vaihda salasana", MU = "Kirjoita alla oleva uusi salasanasi sähköpostitiliä varten: ", qU = "Napsauta painiketta salasanasi palauttamiseksi", VU = "Napsauta painiketta salasanasi palauttamiseksi", HU = "Nollaa salasanasi", zU = "Vaihda salasana tilillesi {{vendorName}} ", KU = "Nollaa salasana", GU = "Lähetä", WU = "Lähetä minulle uusi maaginen linkki", XU = "Muista tarkistaa roskapostikansiosi, jos sähköposti ei ole saapunut.", JU = "Aseta salasana", YU = "Näytä salasana", ZU = "Kirjaudu sisään", QU = "Rekisteröityminen", eM = "Rekisteröidy onnistuneesti", tM = "{{code}} on kirjautumiskoodisi {{vendorName}}", nM = "Näyttää siltä, että Spotify-tilisi on tällä hetkellä yhdistetty toiseen Sesamy-tiliin. Mutta älä pelkää, me opastamme sinua prosessin läpi, jotta saat tämän korjattua.", rM = "Siirry Spotifyn Content Access -sivulle", iM = 'Aloitetaan poistamalla Spotify-tilisi linkitys. Klikkaa alla olevaa painiketta siirtyäksesi Spotifyn Content Access -sivulle. Kun olet kirjautunut sisään Spotify-tilillesi, etsi Sesamy yhdistettyjen alustojen luettelosta. Napsauta "Unlink" Sesamyn logon vieressä.', oM = "Vaihe 1: Poista Spotify-tilisi linkitys", sM = "Kun olet onnistuneesti irrottanut Spotify-tilisi, voit yhdistää sen uudelleen Sesamyn kanssa. Toista vain aiemmin tekemäsi vaiheet, jotka johtivat sinut tälle sivulle.", aM = "Vaihe 2: Yhdistä Spotify-tilisi uudelleen Sesamyn kanssa", cM = "Hups! Spotify-tilisi on jo linkitetty", lM = "Valmis", uM = "Jos sinulla on kysyttävää tai tarvitset apua, voit ottaa yhteyttä tukitiimiimme.", dM = "Ehdot ja edellytykset", pM = "Jokin meni pieleen. Yritä uudelleen.", fM = "Sähköpostiosoitteesi on vahvistettava. Olemme lähettäneet uuden sähköpostiviestin sähköpostiisi.", hM = "Päivitä sähköposti", gM = "Käyttäjätiliä ei ole olemassa", mM = "Käyttäjätiliä ei ole olemassa", _M = "Emme löytäneet käyttäjää, jolla on annettu sähköpostiosoite. Yritä uudelleen.", yM = "Yritä uudelleen.", wM = "Validoi koodi", vM = "Tarkista sähköpostin vahvistusohjeet postilaatikostasi.", bM = "Rekisteröitynyt", xM = "Vahvista sähköpostiosoitteesi napsauttamalla painiketta", $M = "Vahvista sähköpostiosoitteesi", AM = "Vahvista sähköpostiosoitteesi", EM = "Vahvista tili", SM = "Vahvista sähköpostiosoitteesi", kM = "Tarkista sähköpostisi osoitteesta <0>{{email}}</0> ja syötä lähettämämme kuusinumeroinen koodi.", NM = "Tervetuloa", CM = "Tervetuloa tilillesi {{vendorName}}!", IM = "Jatka tällä tilillä", TM = "Kyllä, jatka {{text}}", OM = "Kyllä, jatka olemassa olevalla tilillä", DM = {
36956
36959
  "Server error: Invalid code": "Virheellinen koodi",
36957
- account_detected: nF,
36958
- account_title: rF,
36959
- account_with_sso_provider: iF,
36960
- agree_to: oF,
36961
- and: sF,
36962
- auth_method_email: aF,
36963
- auth_method_email_or_phone: cF,
36964
- auth_method_phone: lF,
36965
- callback_url_mismatch: uF,
36966
- callback_url_not_allowed: dF,
36967
- check_email_title: pF,
36968
- click_to_sign_up_description: fF,
36969
- code_email_enter_code: hF,
36970
- code_email_subject: gF,
36971
- code_email_title: mF,
36972
- code_expired: _F,
36973
- code_invalid: yF,
36974
- code_sent_template: wF,
36975
- code_used: vF,
36976
- code_valid_30_minutes: bF,
36977
- confirm_password: xF,
36978
- contact_support: $F,
36979
- contact_us: AF,
36960
+ account_detected: rF,
36961
+ account_title: iF,
36962
+ account_with_sso_provider: oF,
36963
+ agree_to: sF,
36964
+ and: aF,
36965
+ auth_method_email: cF,
36966
+ auth_method_email_or_phone: lF,
36967
+ auth_method_phone: uF,
36968
+ callback_url_mismatch: dF,
36969
+ callback_url_not_allowed: pF,
36970
+ check_email_title: fF,
36971
+ click_to_sign_up_description: hF,
36972
+ code_email_enter_code: gF,
36973
+ code_email_subject: mF,
36974
+ code_email_title: _F,
36975
+ code_expired: yF,
36976
+ code_invalid: wF,
36977
+ code_sent_template: vF,
36978
+ code_used: bF,
36979
+ code_valid_30_minutes: xF,
36980
+ confirm_password: $F,
36981
+ contact_support: AF,
36982
+ contact_us: EF,
36980
36983
  continue: "Jatka",
36981
- continue_social_login: EF,
36982
- continue_with: SF,
36983
- continue_with_sso_provider_headline: kF,
36984
- copyright: NF,
36985
- copyright_sesamy: CF,
36986
- create_account_description: IF,
36987
- create_account_email_invalid: TF,
36988
- create_account_passwords_didnt_match: OF,
36989
- create_account_title: DF,
36990
- create_account_weak_password: RF,
36991
- create_new_account_link: PF,
36992
- create_password_account_title: BF,
36993
- currently_logged_in_as: jF,
36994
- email: LF,
36995
- email_changed_to_template: FF,
36996
- email_or_phone_placeholder: UF,
36997
- email_placeholder: MF,
36998
- email_validated: qF,
36999
- email_validated_cta: VF,
37000
- email_verification_for_signup_sent_description: HF,
37001
- email_verification_for_signup_sent_title: zF,
37002
- enter_a_code_btn: KF,
37003
- enter_email_for_verification_description: GF,
37004
- enter_new_email: WF,
37005
- enter_new_password_placeholder: XF,
37006
- enter_password: JF,
37007
- enter_password_description: YF,
37008
- enter_your_password_btn: ZF,
37009
- expired_code: QF,
37010
- fokus_info_message: eU,
37011
- forgot_password_cta: tU,
37012
- forgot_password_description: nU,
37013
- forgot_password_email_sent: rU,
37014
- forgot_password_link: iU,
37015
- forgot_password_title: oU,
37016
- go_back: sU,
37017
- hide_password: aU,
36984
+ continue_social_login: SF,
36985
+ continue_with: kF,
36986
+ continue_with_sso_provider_headline: NF,
36987
+ copyright: CF,
36988
+ copyright_sesamy: IF,
36989
+ create_account_description: TF,
36990
+ create_account_email_invalid: OF,
36991
+ create_account_passwords_didnt_match: DF,
36992
+ create_account_title: RF,
36993
+ create_account_weak_password: PF,
36994
+ create_new_account_link: BF,
36995
+ create_password_account_title: jF,
36996
+ currently_logged_in_as: LF,
36997
+ email: FF,
36998
+ email_changed_to_template: UF,
36999
+ email_or_phone_placeholder: MF,
37000
+ email_placeholder: qF,
37001
+ email_validated: VF,
37002
+ email_validated_cta: HF,
37003
+ email_verification_for_signup_sent_description: zF,
37004
+ email_verification_for_signup_sent_title: KF,
37005
+ enter_a_code_btn: GF,
37006
+ enter_email_for_verification_description: WF,
37007
+ enter_new_email: XF,
37008
+ enter_new_password_placeholder: JF,
37009
+ enter_password: YF,
37010
+ enter_password_description: ZF,
37011
+ enter_your_password_btn: QF,
37012
+ expired_code: eU,
37013
+ fokus_info_message: tU,
37014
+ forgot_password_cta: nU,
37015
+ forgot_password_description: rU,
37016
+ forgot_password_email_sent: iU,
37017
+ forgot_password_link: oU,
37018
+ forgot_password_title: sU,
37019
+ go_back: aU,
37020
+ hide_password: cU,
37018
37021
  "invalid-email": "Virheellinen sähköpostiosoite",
37019
- invalid_identifier: cU,
37020
- invalid_password: lU,
37021
- invalid_session_body: uU,
37022
- invalid_session_title: dU,
37023
- link_email_click_to_login: pU,
37024
- link_email_login: fU,
37025
- link_email_or_enter_code: hU,
37026
- link_page_body: gU,
37027
- link_page_headline: mU,
37028
- logged_in_as: _U,
37029
- login: yU,
37030
- login_description: wU,
37031
- login_description_code: vU,
37032
- login_description_combined: bU,
37033
- login_description_link: xU,
37034
- login_description_phone: $U,
37035
- login_description_template: AU,
37036
- logout: EU,
37037
- no_use_another: SU,
37038
- or: kU,
37039
- password: NU,
37040
- password_has_been_reset: CU,
37041
- password_has_been_reset_title: IU,
37042
- password_reset_subject: TU,
37043
- password_reset_title: OU,
37044
- phone_placeholder: DU,
37045
- privacy_policy: RU,
37046
- redirecting: PU,
37047
- reenter_new_password_placeholder: BU,
37048
- register_password_account: jU,
37049
- resend_code: LU,
37050
- reset_password_cta: FU,
37051
- reset_password_description: UU,
37052
- reset_password_email_click_to_reset: MU,
37053
- reset_password_email_cta: qU,
37054
- reset_password_email_reset: VU,
37055
- reset_password_subject: HU,
37056
- reset_password_title: zU,
37057
- send: KU,
37058
- send_me_a_new_magic_link: GU,
37059
- sent_code_spam: WU,
37060
- set_password: XU,
37061
- show_password: JU,
37062
- sign_in: YU,
37063
- signup: ZU,
37064
- signup_success: QU,
37065
- sms_code_text: eM,
37066
- spotify_already_linked_body: tM,
37067
- spotify_already_linked_cta: nM,
37068
- spotify_already_linked_step1_body: rM,
37069
- spotify_already_linked_step1_title: iM,
37070
- spotify_already_linked_step2_body: oM,
37071
- spotify_already_linked_step2_title: sM,
37072
- spotify_already_linked_title: aM,
37073
- success: cM,
37074
- support_info: lM,
37075
- terms: uM,
37076
- unexpected_error_try_again: dM,
37077
- unverified_email: pM,
37078
- update_email: fM,
37079
- user_account_does_not_exist: hM,
37080
- user_not_found: gM,
37081
- user_not_found_body: mM,
37082
- user_not_found_cta: _M,
37083
- validate_code: yM,
37084
- validate_email_body: wM,
37085
- validate_email_title: vM,
37086
- verify_email_click_to_verify: bM,
37087
- verify_email_subject: xM,
37088
- verify_email_title: $M,
37089
- verify_email_verify: AM,
37090
- verify_your_email: EM,
37091
- we_sent_a_code_to: SM,
37092
- welcome: kM,
37093
- welcome_to_your_account: NM,
37094
- yes_continue: CM,
37095
- yes_continue_with: IM,
37096
- yes_continue_with_existing_account: TM
37097
- }, DM = "Konto opdaget", RM = "Konto", PM = "Vi har opdaget, at du allerede har oprettet en konto gennem", BM = "Når du logger ind, accepterer du vores", jM = "og", LM = "e-mail-adresse", FM = "e-mail eller telefonnummer", UM = "Telefonnummer", MM = "Uoverensstemmelse mellem URL og tilbagekald", qM = "Den angivne redirect_uri er ikke på listen over tilladte tilbagekalds-URL'er.", VM = "Fortsæt med brugeren", HM = "Klik på knappen for at oprette en ny adgangskodekonto.", zM = "Indtast koden på {{vendorName}} for at gennemføre login.", KM = "Velkommen til {{vendorName}}! {{code}} er login-koden", GM = "Velkommen til {{vendorName}}! {{code}} er login-koden", WM = "Koden er udløbet", XM = "Ugyldig kode", JM = "Tjek venligst <0>{{username}}</0> og indtast den sekscifrede kode, som vi har sendt til dig.", YM = "Koden er allerede brugt", ZM = "Koden er gyldig i 30 minutter", QM = "Bekræft adgangskode", eq = "Har du brug for hjælp?", tq = "Kontakt os", nq = "eller fortsæt med social konto", rq = "Fortsæt med {{provider}}", iq = "Vil du gerne fortsætte med din eksisterende konto?", oq = "Ophavsret © 2023 SESAMY. Alle rettigheder forbeholdes.", sq = "©2023 Sesamy", aq = "Vælg en adgangskode med en blanding af store og små bogstaver, tal og symboler.", cq = "Indtast venligst en gyldig e-mailadresse.", lq = "Adgangskoderne stemte ikke overens. Prøv igen.", uq = "Vælg adgangskode", dq = "Adgangskoden skal være mindst 8 tegn lang og indeholde mindst et lille bogstav, et stort bogstav, et tal og et symbol.", pq = "Opret ny konto", fq = "Tilmeld dig med adgangskode", hq = "Du er i øjeblikket logget ind som <0>{{email}}</0>", gq = "E-mail", mq = "E-mail ændret til <0>{{email}}</0> ", _q = "E-mail eller telefonnummer", yq = "E-mail-adresse", wq = "Din e-mailadresse er blevet valideret", vq = "Indtast nu din adgangskode for at logge ind igen", bq = "Der er sendt en e-mail til <0>{{email}}</0> med et bekræftelseslink. Klik på linket for at bekræfte din e-mailadresse og angive en adgangskode.", xq = "E-mail-bekræftelse sendt", $q = "Indtast en kode", Aq = "Vi sender dig et bekræftelseslink for at sikre, at du ejer denne e-mailadresse.", Eq = "Indtast ny e-mail", Sq = "Indtast ny adgangskode", kq = "Indtast adgangskode", Nq = "Indtast din e-mailadresse og adgangskode for at logge ind.", Cq = "Indtast din adgangskode", Iq = "Det magiske link er udløbet. Klik på knappen nedenfor for at modtage et nyt link i din indbakke.", Tq = "Hej! Vi har opdateret vores login-oplevelse. <0>Klik her for at lære mere om det.</0>", Oq = "Send e-mail til nulstilling af adgangskode", Dq = "Klik på knappen nedenfor, så sender vi instruktioner om, hvordan du nulstiller din adgangskode.", Rq = "E-mail til nulstilling af adgangskode sendt", Pq = "Har du glemt din adgangskode?", Bq = "Har du glemt din adgangskode?", jq = "Gå tilbage", Lq = "Skjul adgangskode", Fq = "Ugyldig identifikator", Uq = "Ugyldig adgangskode", Mq = "Linket er ikke længere gyldigt. Sørg for at åbne login-linket i den samme browser, som du startede login med. Du kan klikke på linket nedenfor for at starte et nyt login.", qq = "Ugyldigt link", Vq = "Klik på knappen for at logge ind", Hq = "Login", zq = "Eller indtast koden på {{vendorName}} for at gennemføre login.", Kq = "Indtast din e-mailadresse for at låse op for dette show på {{service}}", Gq = "Forbind din konto med {{service}}", Wq = "Du er logget ind som", Xq = "Login", Jq = "Indtast din e-mailadresse for at logge ind.", Yq = "Indtast din e-mailadresse, så sender vi dig en login-kode.", Zq = "Indtast din e-mail eller dit telefonnummer for at logge ind", Qq = "Indtast din e-mailadresse, så sender vi dig et login-link.", eV = "Indtast dit telefonnummer for at logge ind", tV = "Indtast din {{authMethod}} for at logge ind.", nV = "Log ud", rV = "Nej, jeg vil bruge en anden konto", iV = "eller", oV = "Adgangskode", sV = "Adgangskoden er blevet nulstillet", aV = "Succes", cV = "Skift adgangskode til din {{vendorName}} -konto", lV = "Skift adgangskode til din {{vendorName}} -konto", uV = "Telefonnummer", dV = "Politik for beskyttelse af personlige oplysninger", pV = "Omdirigering", fV = "Bekræft adgangskode", hV = "Registrer en ny adgangskode", gV = "Send koden igen", mV = "Skift adgangskode", _V = "Indtast din nye adgangskode til e-mailkontoen nedenfor: ", yV = "Klik på knappen for at nulstille din adgangskode", wV = "Klik på knappen for at nulstille din adgangskode", vV = "Nulstil din adgangskode", bV = "Skift adgangskode til din {{vendorName}} -konto", xV = "Nulstil adgangskode", $V = "Send", AV = "Send mig et nyt magisk link", EV = "Husk at tjekke din spam-mappe, hvis e-mailen ikke er kommet frem.", SV = "Indstil adgangskode", kV = "Vis adgangskode", NV = "Log ind", CV = "Tilmelding", IV = "Tilmeld dig med succes", TV = "{{code}} er din login-kode til {{vendorName}}", OV = "Det ser ud til, at din Spotify-konto i øjeblikket er knyttet til en anden Sesamy-konto. Men frygt ikke, vi er her for at guide dig gennem processen med at få det løst.", DV = "Gå til Spotifys side for adgang til indhold", RV = 'Lad os starte med at fjerne forbindelsen til din Spotify-konto. Klik på knappen nedenfor for at gå til Spotifys Content Access-side. Når du har logget ind på din Spotify-konto, skal du finde Sesamy på listen over tilsluttede platforme. Klik på "Unlink" ved siden af Sesamy-logoet.', PV = "Trin 1: Fjern forbindelsen til din Spotify-konto", BV = "Når du har afkoblet din Spotify-konto, kan du koble den til Sesamy igen. Du skal blot gentage de trin, du tidligere har taget, og som førte dig til denne side.", jV = "Trin 2: Relink din Spotify-konto til Sesamy", LV = "Ups! Din Spotify-konto er allerede forbundet", FV = "Færdig", UV = "Hvis du har spørgsmål eller brug for hjælp, kan du kontakte vores supportteam", MV = "Vilkår og betingelser", qV = "Noget gik galt. Prøv venligst igen.", VV = "Din e-mailadresse skal valideres. Vi har sendt en ny e-mail til din indbakke", HV = "Opdatering af e-mail", zV = "Brugerkontoen findes ikke", KV = "Brugerkontoen findes ikke", GV = "Vi kunne ikke finde en bruger med den angivne e-mailadresse. Prøv venligst igen.", WV = "Prøv igen.", XV = "Valider koden", JV = "Tjek din indbakke for instruktioner om validering af e-mail.", YV = "Tilmeldte sig", ZV = "Klik på knappen for at bekræfte din e-mailadresse", QV = "Bekræft din e-mailadresse", eH = "Bekræft din e-mailadresse", tH = "Bekræft konto", nH = "Bekræft din e-mail", rH = "Tjek venligst din e-mail på <0>{{email}}</0> og indtast den sekscifrede kode, vi har sendt dig.", iH = "Velkommen", oH = "Velkommen til din {{vendorName}} konto!", sH = "Fortsæt med denne konto", aH = "Ja, fortsæt med {{text}}", cH = "Ja, fortsæt med eksisterende konto", lH = {
37022
+ invalid_identifier: lU,
37023
+ invalid_password: uU,
37024
+ invalid_session_body: dU,
37025
+ invalid_session_title: pU,
37026
+ link_email_click_to_login: fU,
37027
+ link_email_login: hU,
37028
+ link_email_or_enter_code: gU,
37029
+ link_page_body: mU,
37030
+ link_page_headline: _U,
37031
+ logged_in_as: yU,
37032
+ login: wU,
37033
+ login_description: vU,
37034
+ login_description_code: bU,
37035
+ login_description_combined: xU,
37036
+ login_description_link: $U,
37037
+ login_description_phone: AU,
37038
+ login_description_template: EU,
37039
+ logout: SU,
37040
+ no_use_another: kU,
37041
+ or: NU,
37042
+ password: CU,
37043
+ password_has_been_reset: IU,
37044
+ password_has_been_reset_title: TU,
37045
+ password_reset_subject: OU,
37046
+ password_reset_title: DU,
37047
+ phone_placeholder: RU,
37048
+ privacy_policy: PU,
37049
+ redirecting: BU,
37050
+ reenter_new_password_placeholder: jU,
37051
+ register_password_account: LU,
37052
+ resend_code: FU,
37053
+ reset_password_cta: UU,
37054
+ reset_password_description: MU,
37055
+ reset_password_email_click_to_reset: qU,
37056
+ reset_password_email_cta: VU,
37057
+ reset_password_email_reset: HU,
37058
+ reset_password_subject: zU,
37059
+ reset_password_title: KU,
37060
+ send: GU,
37061
+ send_me_a_new_magic_link: WU,
37062
+ sent_code_spam: XU,
37063
+ set_password: JU,
37064
+ show_password: YU,
37065
+ sign_in: ZU,
37066
+ signup: QU,
37067
+ signup_success: eM,
37068
+ sms_code_text: tM,
37069
+ spotify_already_linked_body: nM,
37070
+ spotify_already_linked_cta: rM,
37071
+ spotify_already_linked_step1_body: iM,
37072
+ spotify_already_linked_step1_title: oM,
37073
+ spotify_already_linked_step2_body: sM,
37074
+ spotify_already_linked_step2_title: aM,
37075
+ spotify_already_linked_title: cM,
37076
+ success: lM,
37077
+ support_info: uM,
37078
+ terms: dM,
37079
+ unexpected_error_try_again: pM,
37080
+ unverified_email: fM,
37081
+ update_email: hM,
37082
+ user_account_does_not_exist: gM,
37083
+ user_not_found: mM,
37084
+ user_not_found_body: _M,
37085
+ user_not_found_cta: yM,
37086
+ validate_code: wM,
37087
+ validate_email_body: vM,
37088
+ validate_email_title: bM,
37089
+ verify_email_click_to_verify: xM,
37090
+ verify_email_subject: $M,
37091
+ verify_email_title: AM,
37092
+ verify_email_verify: EM,
37093
+ verify_your_email: SM,
37094
+ we_sent_a_code_to: kM,
37095
+ welcome: NM,
37096
+ welcome_to_your_account: CM,
37097
+ yes_continue: IM,
37098
+ yes_continue_with: TM,
37099
+ yes_continue_with_existing_account: OM
37100
+ }, RM = "Konto opdaget", PM = "Konto", BM = "Vi har opdaget, at du allerede har oprettet en konto gennem", jM = "Når du logger ind, accepterer du vores", LM = "og", FM = "e-mail-adresse", UM = "e-mail eller telefonnummer", MM = "Telefonnummer", qM = "Uoverensstemmelse mellem URL og tilbagekald", VM = "Den angivne redirect_uri er ikke på listen over tilladte tilbagekalds-URL'er.", HM = "Fortsæt med brugeren", zM = "Klik på knappen for at oprette en ny adgangskodekonto.", KM = "Indtast koden på {{vendorName}} for at gennemføre login.", GM = "Velkommen til {{vendorName}}! {{code}} er login-koden", WM = "Velkommen til {{vendorName}}! {{code}} er login-koden", XM = "Koden er udløbet", JM = "Ugyldig kode", YM = "Tjek venligst <0>{{username}}</0> og indtast den sekscifrede kode, som vi har sendt til dig.", ZM = "Koden er allerede brugt", QM = "Koden er gyldig i 30 minutter", eq = "Bekræft adgangskode", tq = "Har du brug for hjælp?", nq = "Kontakt os", rq = "eller fortsæt med social konto", iq = "Fortsæt med {{provider}}", oq = "Vil du gerne fortsætte med din eksisterende konto?", sq = "Ophavsret © 2023 SESAMY. Alle rettigheder forbeholdes.", aq = "©2023 Sesamy", cq = "Vælg en adgangskode med en blanding af store og små bogstaver, tal og symboler.", lq = "Indtast venligst en gyldig e-mailadresse.", uq = "Adgangskoderne stemte ikke overens. Prøv igen.", dq = "Vælg adgangskode", pq = "Adgangskoden skal være mindst 8 tegn lang og indeholde mindst et lille bogstav, et stort bogstav, et tal og et symbol.", fq = "Opret ny konto", hq = "Tilmeld dig med adgangskode", gq = "Du er i øjeblikket logget ind som <0>{{email}}</0>", mq = "E-mail", _q = "E-mail ændret til <0>{{email}}</0> ", yq = "E-mail eller telefonnummer", wq = "E-mail-adresse", vq = "Din e-mailadresse er blevet valideret", bq = "Indtast nu din adgangskode for at logge ind igen", xq = "Der er sendt en e-mail til <0>{{email}}</0> med et bekræftelseslink. Klik på linket for at bekræfte din e-mailadresse og angive en adgangskode.", $q = "E-mail-bekræftelse sendt", Aq = "Indtast en kode", Eq = "Vi sender dig et bekræftelseslink for at sikre, at du ejer denne e-mailadresse.", Sq = "Indtast ny e-mail", kq = "Indtast ny adgangskode", Nq = "Indtast adgangskode", Cq = "Indtast din e-mailadresse og adgangskode for at logge ind.", Iq = "Indtast din adgangskode", Tq = "Det magiske link er udløbet. Klik på knappen nedenfor for at modtage et nyt link i din indbakke.", Oq = "Hej! Vi har opdateret vores login-oplevelse. <0>Klik her for at lære mere om det.</0>", Dq = "Send e-mail til nulstilling af adgangskode", Rq = "Klik på knappen nedenfor, så sender vi instruktioner om, hvordan du nulstiller din adgangskode.", Pq = "E-mail til nulstilling af adgangskode sendt", Bq = "Har du glemt din adgangskode?", jq = "Har du glemt din adgangskode?", Lq = "Gå tilbage", Fq = "Skjul adgangskode", Uq = "Ugyldig identifikator", Mq = "Ugyldig adgangskode", qq = "Linket er ikke længere gyldigt. Sørg for at åbne login-linket i den samme browser, som du startede login med. Du kan klikke på linket nedenfor for at starte et nyt login.", Vq = "Ugyldigt link", Hq = "Klik på knappen for at logge ind", zq = "Login", Kq = "Eller indtast koden på {{vendorName}} for at gennemføre login.", Gq = "Indtast din e-mailadresse for at låse op for dette show på {{service}}", Wq = "Forbind din konto med {{service}}", Xq = "Du er logget ind som", Jq = "Login", Yq = "Indtast din e-mailadresse for at logge ind.", Zq = "Indtast din e-mailadresse, så sender vi dig en login-kode.", Qq = "Indtast din e-mail eller dit telefonnummer for at logge ind", eV = "Indtast din e-mailadresse, så sender vi dig et login-link.", tV = "Indtast dit telefonnummer for at logge ind", nV = "Indtast din {{authMethod}} for at logge ind.", rV = "Log ud", iV = "Nej, jeg vil bruge en anden konto", oV = "eller", sV = "Adgangskode", aV = "Adgangskoden er blevet nulstillet", cV = "Succes", lV = "Skift adgangskode til din {{vendorName}} -konto", uV = "Skift adgangskode til din {{vendorName}} -konto", dV = "Telefonnummer", pV = "Politik for beskyttelse af personlige oplysninger", fV = "Omdirigering", hV = "Bekræft adgangskode", gV = "Registrer en ny adgangskode", mV = "Send koden igen", _V = "Skift adgangskode", yV = "Indtast din nye adgangskode til e-mailkontoen nedenfor: ", wV = "Klik på knappen for at nulstille din adgangskode", vV = "Klik på knappen for at nulstille din adgangskode", bV = "Nulstil din adgangskode", xV = "Skift adgangskode til din {{vendorName}} -konto", $V = "Nulstil adgangskode", AV = "Send", EV = "Send mig et nyt magisk link", SV = "Husk at tjekke din spam-mappe, hvis e-mailen ikke er kommet frem.", kV = "Indstil adgangskode", NV = "Vis adgangskode", CV = "Log ind", IV = "Tilmelding", TV = "Tilmeld dig med succes", OV = "{{code}} er din login-kode til {{vendorName}}", DV = "Det ser ud til, at din Spotify-konto i øjeblikket er knyttet til en anden Sesamy-konto. Men frygt ikke, vi er her for at guide dig gennem processen med at få det løst.", RV = "Gå til Spotifys side for adgang til indhold", PV = 'Lad os starte med at fjerne forbindelsen til din Spotify-konto. Klik på knappen nedenfor for at gå til Spotifys Content Access-side. Når du har logget ind på din Spotify-konto, skal du finde Sesamy på listen over tilsluttede platforme. Klik på "Unlink" ved siden af Sesamy-logoet.', BV = "Trin 1: Fjern forbindelsen til din Spotify-konto", jV = "Når du har afkoblet din Spotify-konto, kan du koble den til Sesamy igen. Du skal blot gentage de trin, du tidligere har taget, og som førte dig til denne side.", LV = "Trin 2: Relink din Spotify-konto til Sesamy", FV = "Ups! Din Spotify-konto er allerede forbundet", UV = "Færdig", MV = "Hvis du har spørgsmål eller brug for hjælp, kan du kontakte vores supportteam", qV = "Vilkår og betingelser", VV = "Noget gik galt. Prøv venligst igen.", HV = "Din e-mailadresse skal valideres. Vi har sendt en ny e-mail til din indbakke", zV = "Opdatering af e-mail", KV = "Brugerkontoen findes ikke", GV = "Brugerkontoen findes ikke", WV = "Vi kunne ikke finde en bruger med den angivne e-mailadresse. Prøv venligst igen.", XV = "Prøv igen.", JV = "Valider koden", YV = "Tjek din indbakke for instruktioner om validering af e-mail.", ZV = "Tilmeldte sig", QV = "Klik på knappen for at bekræfte din e-mailadresse", eH = "Bekræft din e-mailadresse", tH = "Bekræft din e-mailadresse", nH = "Bekræft konto", rH = "Bekræft din e-mail", iH = "Tjek venligst din e-mail på <0>{{email}}</0> og indtast den sekscifrede kode, vi har sendt dig.", oH = "Velkommen", sH = "Velkommen til din {{vendorName}} konto!", aH = "Fortsæt med denne konto", cH = "Ja, fortsæt med {{text}}", lH = "Ja, fortsæt med eksisterende konto", uH = {
37098
37101
  "Server error: Invalid code": "Ugyldig kode",
37099
- account_detected: DM,
37100
- account_title: RM,
37101
- account_with_sso_provider: PM,
37102
- agree_to: BM,
37103
- and: jM,
37104
- auth_method_email: LM,
37105
- auth_method_email_or_phone: FM,
37106
- auth_method_phone: UM,
37107
- callback_url_mismatch: MM,
37108
- callback_url_not_allowed: qM,
37109
- check_email_title: VM,
37110
- click_to_sign_up_description: HM,
37111
- code_email_enter_code: zM,
37112
- code_email_subject: KM,
37113
- code_email_title: GM,
37114
- code_expired: WM,
37115
- code_invalid: XM,
37116
- code_sent_template: JM,
37117
- code_used: YM,
37118
- code_valid_30_minutes: ZM,
37119
- confirm_password: QM,
37120
- contact_support: eq,
37121
- contact_us: tq,
37102
+ account_detected: RM,
37103
+ account_title: PM,
37104
+ account_with_sso_provider: BM,
37105
+ agree_to: jM,
37106
+ and: LM,
37107
+ auth_method_email: FM,
37108
+ auth_method_email_or_phone: UM,
37109
+ auth_method_phone: MM,
37110
+ callback_url_mismatch: qM,
37111
+ callback_url_not_allowed: VM,
37112
+ check_email_title: HM,
37113
+ click_to_sign_up_description: zM,
37114
+ code_email_enter_code: KM,
37115
+ code_email_subject: GM,
37116
+ code_email_title: WM,
37117
+ code_expired: XM,
37118
+ code_invalid: JM,
37119
+ code_sent_template: YM,
37120
+ code_used: ZM,
37121
+ code_valid_30_minutes: QM,
37122
+ confirm_password: eq,
37123
+ contact_support: tq,
37124
+ contact_us: nq,
37122
37125
  continue: "Fortsæt",
37123
- continue_social_login: nq,
37124
- continue_with: rq,
37125
- continue_with_sso_provider_headline: iq,
37126
- copyright: oq,
37127
- copyright_sesamy: sq,
37128
- create_account_description: aq,
37129
- create_account_email_invalid: cq,
37130
- create_account_passwords_didnt_match: lq,
37131
- create_account_title: uq,
37132
- create_account_weak_password: dq,
37133
- create_new_account_link: pq,
37134
- create_password_account_title: fq,
37135
- currently_logged_in_as: hq,
37136
- email: gq,
37137
- email_changed_to_template: mq,
37138
- email_or_phone_placeholder: _q,
37139
- email_placeholder: yq,
37140
- email_validated: wq,
37141
- email_validated_cta: vq,
37142
- email_verification_for_signup_sent_description: bq,
37143
- email_verification_for_signup_sent_title: xq,
37144
- enter_a_code_btn: $q,
37145
- enter_email_for_verification_description: Aq,
37146
- enter_new_email: Eq,
37147
- enter_new_password_placeholder: Sq,
37148
- enter_password: kq,
37149
- enter_password_description: Nq,
37150
- enter_your_password_btn: Cq,
37151
- expired_code: Iq,
37152
- fokus_info_message: Tq,
37153
- forgot_password_cta: Oq,
37154
- forgot_password_description: Dq,
37155
- forgot_password_email_sent: Rq,
37156
- forgot_password_link: Pq,
37157
- forgot_password_title: Bq,
37158
- go_back: jq,
37159
- hide_password: Lq,
37126
+ continue_social_login: rq,
37127
+ continue_with: iq,
37128
+ continue_with_sso_provider_headline: oq,
37129
+ copyright: sq,
37130
+ copyright_sesamy: aq,
37131
+ create_account_description: cq,
37132
+ create_account_email_invalid: lq,
37133
+ create_account_passwords_didnt_match: uq,
37134
+ create_account_title: dq,
37135
+ create_account_weak_password: pq,
37136
+ create_new_account_link: fq,
37137
+ create_password_account_title: hq,
37138
+ currently_logged_in_as: gq,
37139
+ email: mq,
37140
+ email_changed_to_template: _q,
37141
+ email_or_phone_placeholder: yq,
37142
+ email_placeholder: wq,
37143
+ email_validated: vq,
37144
+ email_validated_cta: bq,
37145
+ email_verification_for_signup_sent_description: xq,
37146
+ email_verification_for_signup_sent_title: $q,
37147
+ enter_a_code_btn: Aq,
37148
+ enter_email_for_verification_description: Eq,
37149
+ enter_new_email: Sq,
37150
+ enter_new_password_placeholder: kq,
37151
+ enter_password: Nq,
37152
+ enter_password_description: Cq,
37153
+ enter_your_password_btn: Iq,
37154
+ expired_code: Tq,
37155
+ fokus_info_message: Oq,
37156
+ forgot_password_cta: Dq,
37157
+ forgot_password_description: Rq,
37158
+ forgot_password_email_sent: Pq,
37159
+ forgot_password_link: Bq,
37160
+ forgot_password_title: jq,
37161
+ go_back: Lq,
37162
+ hide_password: Fq,
37160
37163
  "invalid-email": "Ugyldig e-mail",
37161
- invalid_identifier: Fq,
37162
- invalid_password: Uq,
37163
- invalid_session_body: Mq,
37164
- invalid_session_title: qq,
37165
- link_email_click_to_login: Vq,
37166
- link_email_login: Hq,
37167
- link_email_or_enter_code: zq,
37168
- link_page_body: Kq,
37169
- link_page_headline: Gq,
37170
- logged_in_as: Wq,
37171
- login: Xq,
37172
- login_description: Jq,
37173
- login_description_code: Yq,
37174
- login_description_combined: Zq,
37175
- login_description_link: Qq,
37176
- login_description_phone: eV,
37177
- login_description_template: tV,
37178
- logout: nV,
37179
- no_use_another: rV,
37180
- or: iV,
37181
- password: oV,
37182
- password_has_been_reset: sV,
37183
- password_has_been_reset_title: aV,
37184
- password_reset_subject: cV,
37185
- password_reset_title: lV,
37186
- phone_placeholder: uV,
37187
- privacy_policy: dV,
37188
- redirecting: pV,
37189
- reenter_new_password_placeholder: fV,
37190
- register_password_account: hV,
37191
- resend_code: gV,
37192
- reset_password_cta: mV,
37193
- reset_password_description: _V,
37194
- reset_password_email_click_to_reset: yV,
37195
- reset_password_email_cta: wV,
37196
- reset_password_email_reset: vV,
37197
- reset_password_subject: bV,
37198
- reset_password_title: xV,
37199
- send: $V,
37200
- send_me_a_new_magic_link: AV,
37201
- sent_code_spam: EV,
37202
- set_password: SV,
37203
- show_password: kV,
37204
- sign_in: NV,
37205
- signup: CV,
37206
- signup_success: IV,
37207
- sms_code_text: TV,
37208
- spotify_already_linked_body: OV,
37209
- spotify_already_linked_cta: DV,
37210
- spotify_already_linked_step1_body: RV,
37211
- spotify_already_linked_step1_title: PV,
37212
- spotify_already_linked_step2_body: BV,
37213
- spotify_already_linked_step2_title: jV,
37214
- spotify_already_linked_title: LV,
37215
- success: FV,
37216
- support_info: UV,
37217
- terms: MV,
37218
- unexpected_error_try_again: qV,
37219
- unverified_email: VV,
37220
- update_email: HV,
37221
- user_account_does_not_exist: zV,
37222
- user_not_found: KV,
37223
- user_not_found_body: GV,
37224
- user_not_found_cta: WV,
37225
- validate_code: XV,
37226
- validate_email_body: JV,
37227
- validate_email_title: YV,
37228
- verify_email_click_to_verify: ZV,
37229
- verify_email_subject: QV,
37230
- verify_email_title: eH,
37231
- verify_email_verify: tH,
37232
- verify_your_email: nH,
37233
- we_sent_a_code_to: rH,
37234
- welcome: iH,
37235
- welcome_to_your_account: oH,
37236
- yes_continue: sH,
37237
- yes_continue_with: aH,
37238
- yes_continue_with_existing_account: cH
37239
- }, EK = (t) => {
37164
+ invalid_identifier: Uq,
37165
+ invalid_password: Mq,
37166
+ invalid_session_body: qq,
37167
+ invalid_session_title: Vq,
37168
+ link_email_click_to_login: Hq,
37169
+ link_email_login: zq,
37170
+ link_email_or_enter_code: Kq,
37171
+ link_page_body: Gq,
37172
+ link_page_headline: Wq,
37173
+ logged_in_as: Xq,
37174
+ login: Jq,
37175
+ login_description: Yq,
37176
+ login_description_code: Zq,
37177
+ login_description_combined: Qq,
37178
+ login_description_link: eV,
37179
+ login_description_phone: tV,
37180
+ login_description_template: nV,
37181
+ logout: rV,
37182
+ no_use_another: iV,
37183
+ or: oV,
37184
+ password: sV,
37185
+ password_has_been_reset: aV,
37186
+ password_has_been_reset_title: cV,
37187
+ password_reset_subject: lV,
37188
+ password_reset_title: uV,
37189
+ phone_placeholder: dV,
37190
+ privacy_policy: pV,
37191
+ redirecting: fV,
37192
+ reenter_new_password_placeholder: hV,
37193
+ register_password_account: gV,
37194
+ resend_code: mV,
37195
+ reset_password_cta: _V,
37196
+ reset_password_description: yV,
37197
+ reset_password_email_click_to_reset: wV,
37198
+ reset_password_email_cta: vV,
37199
+ reset_password_email_reset: bV,
37200
+ reset_password_subject: xV,
37201
+ reset_password_title: $V,
37202
+ send: AV,
37203
+ send_me_a_new_magic_link: EV,
37204
+ sent_code_spam: SV,
37205
+ set_password: kV,
37206
+ show_password: NV,
37207
+ sign_in: CV,
37208
+ signup: IV,
37209
+ signup_success: TV,
37210
+ sms_code_text: OV,
37211
+ spotify_already_linked_body: DV,
37212
+ spotify_already_linked_cta: RV,
37213
+ spotify_already_linked_step1_body: PV,
37214
+ spotify_already_linked_step1_title: BV,
37215
+ spotify_already_linked_step2_body: jV,
37216
+ spotify_already_linked_step2_title: LV,
37217
+ spotify_already_linked_title: FV,
37218
+ success: UV,
37219
+ support_info: MV,
37220
+ terms: qV,
37221
+ unexpected_error_try_again: VV,
37222
+ unverified_email: HV,
37223
+ update_email: zV,
37224
+ user_account_does_not_exist: KV,
37225
+ user_not_found: GV,
37226
+ user_not_found_body: WV,
37227
+ user_not_found_cta: XV,
37228
+ validate_code: JV,
37229
+ validate_email_body: YV,
37230
+ validate_email_title: ZV,
37231
+ verify_email_click_to_verify: QV,
37232
+ verify_email_subject: eH,
37233
+ verify_email_title: tH,
37234
+ verify_email_verify: nH,
37235
+ verify_your_email: rH,
37236
+ we_sent_a_code_to: iH,
37237
+ welcome: oH,
37238
+ welcome_to_your_account: sH,
37239
+ yes_continue: aH,
37240
+ yes_continue_with: cH,
37241
+ yes_continue_with_existing_account: lH
37242
+ }, SK = (t) => {
37240
37243
  const { theme: e, branding: n, client: r, authParams: i } = t, c = `/authorize?${new URLSearchParams({
37241
37244
  ...i
37242
37245
  })}`;
@@ -37254,7 +37257,7 @@ Voit aloittaa uuden kirjautumisen klikkaamalla alla olevaa linkkiä.`, dU = "Vir
37254
37257
  }
37255
37258
  );
37256
37259
  };
37257
- function uH(t, e) {
37260
+ function dH(t, e) {
37258
37261
  const { mainTenantId: n, mainClientId: r } = e;
37259
37262
  return {
37260
37263
  ...t,
@@ -37374,33 +37377,33 @@ function uH(t, e) {
37374
37377
  users: t.users
37375
37378
  };
37376
37379
  }
37377
- function SK(t, e) {
37378
- return uH(t, e);
37380
+ function kK(t, e) {
37381
+ return dH(t, e);
37379
37382
  }
37380
37383
  U.init({
37381
37384
  supportedLngs: ["en", "it", "nb", "sv", "pl", "cs", "fi", "da"],
37382
37385
  fallbackLng: "en",
37383
37386
  resources: {
37384
- en: { translation: ck },
37385
- it: { translation: F7 },
37386
- nb: { translation: mT },
37387
- sv: { translation: GD },
37388
- pl: { translation: AB },
37389
- cs: { translation: tF },
37390
- fi: { translation: OM },
37391
- da: { translation: lH }
37387
+ en: { translation: lk },
37388
+ it: { translation: U7 },
37389
+ nb: { translation: _T },
37390
+ sv: { translation: WD },
37391
+ pl: { translation: EB },
37392
+ cs: { translation: nF },
37393
+ fi: { translation: DM },
37394
+ da: { translation: uH }
37392
37395
  }
37393
37396
  });
37394
- function kK(t) {
37397
+ function NK(t) {
37395
37398
  const e = new Ee();
37396
37399
  e.get("/", (c) => c.json({
37397
37400
  name: "authhero"
37398
37401
  }));
37399
37402
  const n = wx(t);
37400
37403
  e.route("/api/v2", n);
37401
- const r = fA(t);
37404
+ const r = hA(t);
37402
37405
  e.route("/u", r);
37403
- const i = TE(t);
37406
+ const i = OE(t);
37404
37407
  e.route("/samlp", i);
37405
37408
  const o = B6(t);
37406
37409
  return e.route("/", o), {
@@ -37418,41 +37421,41 @@ export {
37418
37421
  Bn as AuthorizationResponseMode,
37419
37422
  yn as AuthorizationResponseType,
37420
37423
  rt as Button,
37421
- G8 as CheckEmailPage,
37424
+ W8 as CheckEmailPage,
37422
37425
  Yd as CodeChallengeMethod,
37423
37426
  um as ComponentCategory,
37424
37427
  lm as ComponentType,
37425
- iA as EmailValidatedPage,
37428
+ oA as EmailValidatedPage,
37426
37429
  jg as EnterCodePage,
37427
37430
  Wl as EnterPasswordPage,
37428
37431
  kr as ErrorMessage,
37429
37432
  e8 as Footer,
37430
- H8 as ForgotPasswordPage,
37431
- z8 as ForgotPasswordSentPage,
37433
+ z8 as ForgotPasswordPage,
37434
+ K8 as ForgotPasswordSentPage,
37432
37435
  Qn as FormComponent,
37433
37436
  En as GoBack,
37434
- l8 as GoogleLogo,
37437
+ u8 as GoogleLogo,
37435
37438
  fo as GrantType,
37436
37439
  nt as Icon,
37437
37440
  ql as IdentifierPage,
37438
- tA as InvalidSession,
37441
+ nA as InvalidSession,
37439
37442
  it as Layout,
37440
37443
  qe as LogTypes,
37441
37444
  Yr as Message,
37442
37445
  Gy as NodeType,
37443
- sA as PreSignUpConfirmationPage,
37444
- Q8 as PreSignUpPage,
37446
+ aA as PreSignUpConfirmationPage,
37447
+ eA as PreSignUpPage,
37445
37448
  so as ResetPasswordPage,
37446
37449
  di as SignUpPage,
37447
37450
  Fs as SocialButton,
37448
- c8 as Spinner,
37451
+ l8 as Spinner,
37449
37452
  Wo as Trans,
37450
- B8 as UnverifiedEmailPage,
37451
- EK as UserNotFoundPage,
37452
- u8 as VippsLogo,
37453
+ j8 as UnverifiedEmailPage,
37454
+ SK as UserNotFoundPage,
37455
+ d8 as VippsLogo,
37453
37456
  iu as applicationInsertSchema,
37454
37457
  _i as applicationSchema,
37455
- hH as auth0FlowInsertSchema,
37458
+ gH as auth0FlowInsertSchema,
37456
37459
  ew as auth0FlowSchema,
37457
37460
  Tn as auth0UserResponseSchema,
37458
37461
  la as authParamsSchema,
@@ -37461,7 +37464,7 @@ export {
37461
37464
  Hf as brandingSchema,
37462
37465
  qy as buttonComponentSchema,
37463
37466
  nw as codeInsertSchema,
37464
- mH as codeSchema,
37467
+ _H as codeSchema,
37465
37468
  tw as codeTypeSchema,
37466
37469
  mw as colorsSchema,
37467
37470
  Ky as componentSchema,
@@ -37471,14 +37474,14 @@ export {
37471
37474
  Zo as coordinatesSchema,
37472
37475
  dm as customDomainInsertSchema,
37473
37476
  Ir as customDomainSchema,
37474
- _H as customDomainWithTenantIdSchema,
37477
+ yH as customDomainWithTenantIdSchema,
37475
37478
  xl as emailProviderSchema,
37476
37479
  Qy as endingSchema,
37477
37480
  Hy as fieldComponentSchema,
37478
37481
  Xy as flowNodeSchema,
37479
37482
  ai as fontDetailsSchema,
37480
37483
  _w as fontsSchema,
37481
- yH as formControlSchema,
37484
+ wH as formControlSchema,
37482
37485
  au as formInsertSchema,
37483
37486
  iw as formNodeComponentDefinition,
37484
37487
  uo as formSchema,
@@ -37487,31 +37490,31 @@ export {
37487
37490
  wl as hookInsertSchema,
37488
37491
  po as hookSchema,
37489
37492
  jy as identitySchema,
37490
- kK as init,
37491
- AK as injectTailwindCSS,
37493
+ NK as init,
37494
+ EK as injectTailwindCSS,
37492
37495
  lw as jwksKeySchema,
37493
37496
  hm as jwksSchema,
37494
37497
  Vy as legalComponentSchema,
37495
37498
  cu as logSchema,
37496
37499
  uw as loginSessionInsertSchema,
37497
- wH as loginSessionSchema,
37500
+ vH as loginSessionSchema,
37498
37501
  Yy as nodeSchema,
37499
37502
  zf as openIDConfigurationSchema,
37500
37503
  yw as pageBackgroundSchema,
37501
- AH as parseUserId,
37504
+ EH as parseUserId,
37502
37505
  fw as passwordInsertSchema,
37503
- vH as passwordSchema,
37506
+ bH as passwordSchema,
37504
37507
  By as profileDataSchema,
37505
37508
  bl as promptSettingSchema,
37506
37509
  _m as refreshTokenInsertSchema,
37507
- bH as refreshTokenSchema,
37510
+ xH as refreshTokenSchema,
37508
37511
  My as richTextComponentSchema,
37509
37512
  Uy as samlpAddon,
37510
37513
  hw as sessionInsertSchema,
37511
37514
  Zd as sessionSchema,
37512
37515
  Kf as signingKeySchema,
37513
- $H as smsProviderSchema,
37514
- xH as smsSendParamsSchema,
37516
+ AH as smsProviderSchema,
37517
+ $H as smsSendParamsSchema,
37515
37518
  Zy as startSchema,
37516
37519
  Wy as stepNodeSchema,
37517
37520
  I1 as tailwindCss,
@@ -37522,10 +37525,10 @@ export {
37522
37525
  mm as tokenResponseSchema,
37523
37526
  br as totalsSchema,
37524
37527
  ru as userInsertSchema,
37525
- fH as userResponseSchema,
37528
+ hH as userResponseSchema,
37526
37529
  cm as userSchema,
37527
- gH as vendorSettingsSchema,
37530
+ mH as vendorSettingsSchema,
37528
37531
  rw as verificationMethodsSchema,
37529
37532
  ww as widgetSchema,
37530
- SK as withMainTenantFallback
37533
+ kK as withMainTenantFallback
37531
37534
  };