@tapni/auth 1.0.68 → 1.0.70

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.
@@ -1,4 +1,4 @@
1
- import { reactive as Hr, readonly as Ui, resolveComponent as Qt, openBlock as R, createElementBlock as O, createElementVNode as m, toDisplayString as z, createCommentVNode as ie, createVNode as gt, withCtx as He, createTextVNode as be, createStaticVNode as Bi, nextTick as So, withModifiers as $e, normalizeStyle as or, withDirectives as ge, withKeys as fn, vModelText as ot, vModelDynamic as mr, vShow as kt, createBlock as Pe, normalizeClass as en, vModelCheckbox as Io, Fragment as fr, renderList as gr, defineComponent as ei, mergeModels as Ao, useModel as Di, ref as wn, computed as Ro, watch as io, onMounted as ji, onBeforeUnmount as Fi, renderSlot as Xt, Teleport as qi, unref as Hi } from "vue";
1
+ import { reactive as Hr, readonly as Ui, resolveComponent as Qt, openBlock as R, createElementBlock as O, createElementVNode as m, toDisplayString as z, createCommentVNode as ie, createVNode as gt, withCtx as Ke, createTextVNode as be, createStaticVNode as Bi, nextTick as So, withModifiers as He, normalizeStyle as or, withDirectives as ge, withKeys as fn, vModelText as ot, vModelDynamic as mr, vShow as kt, createBlock as Pe, normalizeClass as en, vModelCheckbox as Io, Fragment as fr, renderList as gr, defineComponent as ei, mergeModels as Ao, useModel as Di, ref as wn, computed as Ro, watch as io, onMounted as ji, onBeforeUnmount as Fi, renderSlot as Xt, Teleport as qi, unref as Hi } from "vue";
2
2
  import { createRouter as Ki, createWebHistory as Gi, RouterView as Vi } from "vue-router";
3
3
  import { createNamespacedHelpers as Qi, createStore as $i } from "vuex";
4
4
  import { Capacitor as Gn, registerPlugin as Pr, WebPlugin as Yi } from "@capacitor/core";
@@ -437,7 +437,7 @@ co.write = function(n, e, t, r, o, i) {
437
437
  case "hex":
438
438
  return d >>> 1;
439
439
  case "base64":
440
- return Ge(h).length;
440
+ return Ve(h).length;
441
441
  default:
442
442
  if (w)
443
443
  return _ ? -1 : vt(h).length;
@@ -604,7 +604,7 @@ co.write = function(n, e, t, r, o, i) {
604
604
  return yt(vn(l), h, d, _);
605
605
  }
606
606
  function de(h, l, d, _) {
607
- return yt(Ge(l), h, d, _);
607
+ return yt(Ve(l), h, d, _);
608
608
  }
609
609
  function Ue(h, l, d, _) {
610
610
  return yt(St(l, h.length - d), h, d, _);
@@ -757,13 +757,13 @@ co.write = function(n, e, t, r, o, i) {
757
757
  return l = l >>> 0, d || Re(l, 4, this.length), (this[l] | this[l + 1] << 8 | this[l + 2] << 16) + this[l + 3] * 16777216;
758
758
  }, u.prototype.readUint32BE = u.prototype.readUInt32BE = function(l, d) {
759
759
  return l = l >>> 0, d || Re(l, 4, this.length), this[l] * 16777216 + (this[l + 1] << 16 | this[l + 2] << 8 | this[l + 3]);
760
- }, u.prototype.readBigUInt64LE = Ve(function(l) {
760
+ }, u.prototype.readBigUInt64LE = Qe(function(l) {
761
761
  l = l >>> 0, Le(l, "offset");
762
762
  const d = this[l], _ = this[l + 7];
763
763
  (d === void 0 || _ === void 0) && pt(l, this.length - 8);
764
764
  const w = d + this[++l] * 2 ** 8 + this[++l] * 2 ** 16 + this[++l] * 2 ** 24, S = this[++l] + this[++l] * 2 ** 8 + this[++l] * 2 ** 16 + _ * 2 ** 24;
765
765
  return BigInt(w) + (BigInt(S) << BigInt(32));
766
- }), u.prototype.readBigUInt64BE = Ve(function(l) {
766
+ }), u.prototype.readBigUInt64BE = Qe(function(l) {
767
767
  l = l >>> 0, Le(l, "offset");
768
768
  const d = this[l], _ = this[l + 7];
769
769
  (d === void 0 || _ === void 0) && pt(l, this.length - 8);
@@ -795,13 +795,13 @@ co.write = function(n, e, t, r, o, i) {
795
795
  return l = l >>> 0, d || Re(l, 4, this.length), this[l] | this[l + 1] << 8 | this[l + 2] << 16 | this[l + 3] << 24;
796
796
  }, u.prototype.readInt32BE = function(l, d) {
797
797
  return l = l >>> 0, d || Re(l, 4, this.length), this[l] << 24 | this[l + 1] << 16 | this[l + 2] << 8 | this[l + 3];
798
- }, u.prototype.readBigInt64LE = Ve(function(l) {
798
+ }, u.prototype.readBigInt64LE = Qe(function(l) {
799
799
  l = l >>> 0, Le(l, "offset");
800
800
  const d = this[l], _ = this[l + 7];
801
801
  (d === void 0 || _ === void 0) && pt(l, this.length - 8);
802
802
  const w = this[l + 4] + this[l + 5] * 2 ** 8 + this[l + 6] * 2 ** 16 + (_ << 24);
803
803
  return (BigInt(w) << BigInt(32)) + BigInt(d + this[++l] * 2 ** 8 + this[++l] * 2 ** 16 + this[++l] * 2 ** 24);
804
- }), u.prototype.readBigInt64BE = Ve(function(l) {
804
+ }), u.prototype.readBigInt64BE = Qe(function(l) {
805
805
  l = l >>> 0, Le(l, "offset");
806
806
  const d = this[l], _ = this[l + 7];
807
807
  (d === void 0 || _ === void 0) && pt(l, this.length - 8);
@@ -858,17 +858,17 @@ co.write = function(n, e, t, r, o, i) {
858
858
  let N = Number(l >> BigInt(32) & BigInt(4294967295));
859
859
  return h[d++] = N, N = N >> 8, h[d++] = N, N = N >> 8, h[d++] = N, N = N >> 8, h[d++] = N, d;
860
860
  }
861
- function Ke(h, l, d, _, w) {
861
+ function Ge(h, l, d, _, w) {
862
862
  Je(l, _, w, h, d, 7);
863
863
  let S = Number(l & BigInt(4294967295));
864
864
  h[d + 7] = S, S = S >> 8, h[d + 6] = S, S = S >> 8, h[d + 5] = S, S = S >> 8, h[d + 4] = S;
865
865
  let N = Number(l >> BigInt(32) & BigInt(4294967295));
866
866
  return h[d + 3] = N, N = N >> 8, h[d + 2] = N, N = N >> 8, h[d + 1] = N, N = N >> 8, h[d] = N, d + 8;
867
867
  }
868
- u.prototype.writeBigUInt64LE = Ve(function(l, d = 0) {
868
+ u.prototype.writeBigUInt64LE = Qe(function(l, d = 0) {
869
869
  return Wt(this, l, d, BigInt(0), BigInt("0xffffffffffffffff"));
870
- }), u.prototype.writeBigUInt64BE = Ve(function(l, d = 0) {
871
- return Ke(this, l, d, BigInt(0), BigInt("0xffffffffffffffff"));
870
+ }), u.prototype.writeBigUInt64BE = Qe(function(l, d = 0) {
871
+ return Ge(this, l, d, BigInt(0), BigInt("0xffffffffffffffff"));
872
872
  }), u.prototype.writeIntLE = function(l, d, _, w) {
873
873
  if (l = +l, d = d >>> 0, !w) {
874
874
  const Te = Math.pow(2, 8 * _ - 1);
@@ -897,10 +897,10 @@ co.write = function(n, e, t, r, o, i) {
897
897
  return l = +l, d = d >>> 0, _ || Ne(this, l, d, 4, 2147483647, -2147483648), this[d] = l & 255, this[d + 1] = l >>> 8, this[d + 2] = l >>> 16, this[d + 3] = l >>> 24, d + 4;
898
898
  }, u.prototype.writeInt32BE = function(l, d, _) {
899
899
  return l = +l, d = d >>> 0, _ || Ne(this, l, d, 4, 2147483647, -2147483648), l < 0 && (l = 4294967295 + l + 1), this[d] = l >>> 24, this[d + 1] = l >>> 16, this[d + 2] = l >>> 8, this[d + 3] = l & 255, d + 4;
900
- }, u.prototype.writeBigInt64LE = Ve(function(l, d = 0) {
900
+ }, u.prototype.writeBigInt64LE = Qe(function(l, d = 0) {
901
901
  return Wt(this, l, d, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff"));
902
- }), u.prototype.writeBigInt64BE = Ve(function(l, d = 0) {
903
- return Ke(this, l, d, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff"));
902
+ }), u.prototype.writeBigInt64BE = Qe(function(l, d = 0) {
903
+ return Ge(this, l, d, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff"));
904
904
  });
905
905
  function Be(h, l, d, _, w, S) {
906
906
  if (d + _ > h.length) throw new RangeError("Index out of range");
@@ -1113,7 +1113,7 @@ co.write = function(n, e, t, r, o, i) {
1113
1113
  d = h.charCodeAt(N), _ = d >> 8, w = d % 256, S.push(w), S.push(_);
1114
1114
  return S;
1115
1115
  }
1116
- function Ge(h) {
1116
+ function Ve(h) {
1117
1117
  return e.toByteArray(Ut(h));
1118
1118
  }
1119
1119
  function yt(h, l, d, _) {
@@ -1137,7 +1137,7 @@ co.write = function(n, e, t, r, o, i) {
1137
1137
  }
1138
1138
  return l;
1139
1139
  }();
1140
- function Ve(h) {
1140
+ function Qe(h) {
1141
1141
  return typeof BigInt > "u" ? Bt : h;
1142
1142
  }
1143
1143
  function Bt() {
@@ -1387,14 +1387,14 @@ function Ca(n, e, t, r, o, i) {
1387
1387
  exact: "",
1388
1388
  class: "button-center button button-90 google-button bg-tapni-grey pointer"
1389
1389
  }, {
1390
- default: He(() => [
1390
+ default: Ke(() => [
1391
1391
  m("span", null, z(n.ssoLang[this.appLanguage].create_account), 1)
1392
1392
  ]),
1393
1393
  _: 1
1394
1394
  }),
1395
1395
  m("div", wa, [
1396
1396
  gt(a, { to: "/login" }, {
1397
- default: He(() => [
1397
+ default: Ke(() => [
1398
1398
  be(z(n.ssoLang[this.appLanguage].already_registered) + "? ", 1),
1399
1399
  m("b", null, z(n.ssoLang[this.appLanguage].sign_in), 1)
1400
1400
  ]),
@@ -6846,7 +6846,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
6846
6846
  app_region: "Região",
6847
6847
  app_region_p: "Selecione sua região para experiência de faturamento e suporte personalizada"
6848
6848
  }
6849
- }, Mo = () => Promise.resolve().then(() => Ea), Aa = () => Promise.resolve().then(() => Nc), Ra = () => Promise.resolve().then(() => Ul), Pa = () => Promise.resolve().then(() => Wp), Ma = () => Promise.resolve().then(() => ul), Na = () => Promise.resolve().then(() => Xl), La = () => Promise.resolve().then(() => nh), Oa = () => import("./QR-DudSvdIw.js"), za = () => Promise.resolve().then(() => Xu), xa = () => import("./Apps-DrIjXIu-.js"), Ua = () => Promise.resolve().then(() => Od), Ba = () => import("./CustomApp-CH94gxCf.js"), Da = () => Promise.resolve().then(() => wp), ja = [
6849
+ }, Mo = () => Promise.resolve().then(() => Ea), Aa = () => Promise.resolve().then(() => Nc), Ra = () => Promise.resolve().then(() => Ul), Pa = () => Promise.resolve().then(() => Wp), Ma = () => Promise.resolve().then(() => ul), Na = () => Promise.resolve().then(() => Xl), La = () => Promise.resolve().then(() => nh), Oa = () => import("./QR-pLFnqgwB.js"), za = () => Promise.resolve().then(() => Xu), xa = () => import("./Apps-DFOHxbFY.js"), Ua = () => Promise.resolve().then(() => Od), Ba = () => import("./CustomApp-RPcm2S7a.js"), Da = () => Promise.resolve().then(() => wp), ja = [
6850
6850
  {
6851
6851
  path: "/welcome",
6852
6852
  name: "AuthWelcome",
@@ -7862,7 +7862,7 @@ var Wr = "appmetadata", Ha = "client_info", Qn = "1", $n = {
7862
7862
  (function(n) {
7863
7863
  n.CONFIG = "config", n.CACHE = "cache", n.NETWORK = "network", n.HARDCODED_VALUES = "hardcoded_values";
7864
7864
  })(bt || (bt = {}));
7865
- var Qe = {
7865
+ var $e = {
7866
7866
  SCHEMA_VERSION: 5,
7867
7867
  MAX_CUR_HEADER_BYTES: 80,
7868
7868
  MAX_LAST_HEADER_BYTES: 330,
@@ -11234,7 +11234,7 @@ var Ir = (
11234
11234
  this.failedRequests = [], this.errors = [], this.cacheHits = 0;
11235
11235
  }
11236
11236
  return n.isServerTelemetryEntity = function(e, t) {
11237
- var r = e.indexOf(Qe.CACHE_KEY) === 0, o = !0;
11237
+ var r = e.indexOf($e.CACHE_KEY) === 0, o = !0;
11238
11238
  return t && (o = t.hasOwnProperty("failedRequests") && t.hasOwnProperty("errors") && t.hasOwnProperty("cacheHits")), r && o;
11239
11239
  }, n;
11240
11240
  }()
@@ -11316,17 +11316,17 @@ var ps = (
11316
11316
  /** @class */
11317
11317
  function() {
11318
11318
  function n(e, t) {
11319
- this.cacheOutcome = mn.NO_CACHE_HIT, this.cacheManager = t, this.apiId = e.apiId, this.correlationId = e.correlationId, this.wrapperSKU = e.wrapperSKU || b.EMPTY_STRING, this.wrapperVer = e.wrapperVer || b.EMPTY_STRING, this.telemetryCacheKey = Qe.CACHE_KEY + Fe.CACHE_KEY_SEPARATOR + e.clientId;
11319
+ this.cacheOutcome = mn.NO_CACHE_HIT, this.cacheManager = t, this.apiId = e.apiId, this.correlationId = e.correlationId, this.wrapperSKU = e.wrapperSKU || b.EMPTY_STRING, this.wrapperVer = e.wrapperVer || b.EMPTY_STRING, this.telemetryCacheKey = $e.CACHE_KEY + Fe.CACHE_KEY_SEPARATOR + e.clientId;
11320
11320
  }
11321
11321
  return n.prototype.generateCurrentRequestHeaderValue = function() {
11322
- var e = "" + this.apiId + Qe.VALUE_SEPARATOR + this.cacheOutcome, t = [this.wrapperSKU, this.wrapperVer].join(Qe.VALUE_SEPARATOR), r = this.getRegionDiscoveryFields(), o = [e, r].join(Qe.VALUE_SEPARATOR);
11323
- return [Qe.SCHEMA_VERSION, o, t].join(Qe.CATEGORY_SEPARATOR);
11322
+ var e = "" + this.apiId + $e.VALUE_SEPARATOR + this.cacheOutcome, t = [this.wrapperSKU, this.wrapperVer].join($e.VALUE_SEPARATOR), r = this.getRegionDiscoveryFields(), o = [e, r].join($e.VALUE_SEPARATOR);
11323
+ return [$e.SCHEMA_VERSION, o, t].join($e.CATEGORY_SEPARATOR);
11324
11324
  }, n.prototype.generateLastRequestHeaderValue = function() {
11325
- var e = this.getLastRequests(), t = n.maxErrorsToSend(e), r = e.failedRequests.slice(0, 2 * t).join(Qe.VALUE_SEPARATOR), o = e.errors.slice(0, t).join(Qe.VALUE_SEPARATOR), i = e.errors.length, a = t < i ? Qe.OVERFLOW_TRUE : Qe.OVERFLOW_FALSE, s = [i, a].join(Qe.VALUE_SEPARATOR);
11326
- return [Qe.SCHEMA_VERSION, e.cacheHits, r, o, s].join(Qe.CATEGORY_SEPARATOR);
11325
+ var e = this.getLastRequests(), t = n.maxErrorsToSend(e), r = e.failedRequests.slice(0, 2 * t).join($e.VALUE_SEPARATOR), o = e.errors.slice(0, t).join($e.VALUE_SEPARATOR), i = e.errors.length, a = t < i ? $e.OVERFLOW_TRUE : $e.OVERFLOW_FALSE, s = [i, a].join($e.VALUE_SEPARATOR);
11326
+ return [$e.SCHEMA_VERSION, e.cacheHits, r, o, s].join($e.CATEGORY_SEPARATOR);
11327
11327
  }, n.prototype.cacheFailedRequest = function(e) {
11328
11328
  var t = this.getLastRequests();
11329
- t.errors.length >= Qe.MAX_CACHED_ERRORS && (t.failedRequests.shift(), t.failedRequests.shift(), t.errors.shift()), t.failedRequests.push(this.apiId, this.correlationId), Q.isEmpty(e.subError) ? Q.isEmpty(e.errorCode) ? e && e.toString() ? t.errors.push(e.toString()) : t.errors.push(Qe.UNKNOWN_ERROR) : t.errors.push(e.errorCode) : t.errors.push(e.subError), this.cacheManager.setServerTelemetry(this.telemetryCacheKey, t);
11329
+ t.errors.length >= $e.MAX_CACHED_ERRORS && (t.failedRequests.shift(), t.failedRequests.shift(), t.errors.shift()), t.failedRequests.push(this.apiId, this.correlationId), Q.isEmpty(e.subError) ? Q.isEmpty(e.errorCode) ? e && e.toString() ? t.errors.push(e.toString()) : t.errors.push($e.UNKNOWN_ERROR) : t.errors.push(e.errorCode) : t.errors.push(e.subError), this.cacheManager.setServerTelemetry(this.telemetryCacheKey, t);
11330
11330
  }, n.prototype.incrementCacheHits = function() {
11331
11331
  var e = this.getLastRequests();
11332
11332
  return e.cacheHits += 1, this.cacheManager.setServerTelemetry(this.telemetryCacheKey, e), e.cacheHits;
@@ -11345,7 +11345,7 @@ var ps = (
11345
11345
  var t, r = 0, o = 0, i = e.errors.length;
11346
11346
  for (t = 0; t < i; t++) {
11347
11347
  var a = e.failedRequests[2 * t] || b.EMPTY_STRING, s = e.failedRequests[2 * t + 1] || b.EMPTY_STRING, c = e.errors[t] || b.EMPTY_STRING;
11348
- if (o += a.toString().length + s.toString().length + c.length + 3, o < Qe.MAX_LAST_HEADER_BYTES)
11348
+ if (o += a.toString().length + s.toString().length + c.length + 3, o < $e.MAX_LAST_HEADER_BYTES)
11349
11349
  r += 1;
11350
11350
  else
11351
11351
  break;
@@ -16744,7 +16744,7 @@ function Mc(n, e, t, r, o, i) {
16744
16744
  const a = Qt("router-link");
16745
16745
  return R(), O("form", {
16746
16746
  class: "page-login content-boxed content-boxed-padding",
16747
- onSubmit: e[15] || (e[15] = $e((...s) => i.submit && i.submit(...s), ["prevent"])),
16747
+ onSubmit: e[15] || (e[15] = He((...s) => i.submit && i.submit(...s), ["prevent"])),
16748
16748
  autocomplete: "on",
16749
16749
  style: or(n.isModal ? "max-width: 500px;" : "")
16750
16750
  }, [
@@ -16777,7 +16777,7 @@ function Mc(n, e, t, r, o, i) {
16777
16777
  ], -1)),
16778
16778
  ge(m("input", {
16779
16779
  "onUpdate:modelValue": e[1] || (e[1] = (s) => o.emailOrUsername = s),
16780
- onKeydown: e[2] || (e[2] = fn($e(() => {
16780
+ onKeydown: e[2] || (e[2] = fn(He(() => {
16781
16781
  }, ["prevent"]), ["space"])),
16782
16782
  autocorrect: "off",
16783
16783
  autocapitalize: "off",
@@ -16953,7 +16953,7 @@ function Mc(n, e, t, r, o, i) {
16953
16953
  class: "forgot float-right",
16954
16954
  to: "/register"
16955
16955
  }, {
16956
- default: He(() => [
16956
+ default: Ke(() => [
16957
16957
  be(z(n.ssoLang[n.appLanguage].create_account), 1)
16958
16958
  ]),
16959
16959
  _: 1
@@ -16963,7 +16963,7 @@ function Mc(n, e, t, r, o, i) {
16963
16963
  class: "create float-left",
16964
16964
  to: "/reset"
16965
16965
  }, {
16966
- default: He(() => [
16966
+ default: Ke(() => [
16967
16967
  be(z(n.ssoLang[n.appLanguage].reset_password), 1)
16968
16968
  ]),
16969
16969
  _: 1
@@ -17060,7 +17060,7 @@ function ll(n, e, t, r, o, i) {
17060
17060
  to: "/general",
17061
17061
  class: "settingRow"
17062
17062
  }, {
17063
- default: He(() => [
17063
+ default: Ke(() => [
17064
17064
  m("div", qc, [
17065
17065
  m("img", {
17066
17066
  src: n.getIcon("user-black.svg"),
@@ -17094,7 +17094,7 @@ function ll(n, e, t, r, o, i) {
17094
17094
  to: "/security",
17095
17095
  class: "settingRow"
17096
17096
  }, {
17097
- default: He(() => [
17097
+ default: Ke(() => [
17098
17098
  m("div", $c, [
17099
17099
  m("img", {
17100
17100
  src: n.getIcon("shield-black.svg"),
@@ -17129,7 +17129,7 @@ function ll(n, e, t, r, o, i) {
17129
17129
  to: "/billing",
17130
17130
  class: "settingRow"
17131
17131
  }, {
17132
- default: He(() => [
17132
+ default: Ke(() => [
17133
17133
  m("div", el, [
17134
17134
  m("img", {
17135
17135
  src: n.getIcon("billing-card-black.svg"),
@@ -17263,7 +17263,7 @@ function xl(n, e, t, r, o, i) {
17263
17263
  const a = Qt("router-link");
17264
17264
  return R(), O("form", {
17265
17265
  class: "page-login content-boxed content-boxed-padding",
17266
- onSubmit: e[11] || (e[11] = $e((...s) => i.submit && i.submit(...s), ["prevent"])),
17266
+ onSubmit: e[11] || (e[11] = He((...s) => i.submit && i.submit(...s), ["prevent"])),
17267
17267
  autocomplete: "on",
17268
17268
  style: or(t.isModal ? "max-width: 500px;" : "")
17269
17269
  }, [
@@ -17299,7 +17299,7 @@ function xl(n, e, t, r, o, i) {
17299
17299
  ], -1)),
17300
17300
  ge(m("input", {
17301
17301
  "onUpdate:modelValue": e[1] || (e[1] = (s) => o.email = s),
17302
- onKeydown: e[2] || (e[2] = fn($e(() => {
17302
+ onKeydown: e[2] || (e[2] = fn(He(() => {
17303
17303
  }, ["prevent"]), ["space"])),
17304
17304
  type: "email",
17305
17305
  placeholder: n.ssoLang[this.appLanguage].email,
@@ -17320,7 +17320,7 @@ function xl(n, e, t, r, o, i) {
17320
17320
  ], -1)),
17321
17321
  ge(m("input", {
17322
17322
  "onUpdate:modelValue": e[3] || (e[3] = (s) => o.username = s),
17323
- onKeydown: e[4] || (e[4] = fn($e(() => {
17323
+ onKeydown: e[4] || (e[4] = fn(He(() => {
17324
17324
  }, ["prevent"]), ["space"])),
17325
17325
  type: "text",
17326
17326
  autocorrect: "off",
@@ -17428,7 +17428,7 @@ function xl(n, e, t, r, o, i) {
17428
17428
  class: "create float-right",
17429
17429
  to: "/verify"
17430
17430
  }, {
17431
- default: He(() => [
17431
+ default: Ke(() => [
17432
17432
  be(z(n.ssoLang[this.appLanguage].verify_account), 1)
17433
17433
  ]),
17434
17434
  _: 1
@@ -17437,7 +17437,7 @@ function xl(n, e, t, r, o, i) {
17437
17437
  class: "forgot float-left",
17438
17438
  to: "/login"
17439
17439
  }, {
17440
- default: He(() => [
17440
+ default: Ke(() => [
17441
17441
  be(z(n.ssoLang[this.appLanguage].sign_in), 1)
17442
17442
  ]),
17443
17443
  _: 1
@@ -17526,12 +17526,15 @@ const yo = /* @__PURE__ */ Yt(dl, [["render", xl]]), Ul = /* @__PURE__ */ Object
17526
17526
  }, Ql = { class: "close-text center-text half-top color-black" }, $l = ["innerHTML"], Yl = {
17527
17527
  key: 1,
17528
17528
  class: "page-login-links"
17529
- }, Wl = { class: "forgot center-text pointer small-top" };
17529
+ }, Wl = {
17530
+ key: 2,
17531
+ class: "page-login-links"
17532
+ };
17530
17533
  function Jl(n, e, t, r, o, i) {
17531
17534
  const a = Qt("router-link");
17532
17535
  return R(), O("form", {
17533
17536
  class: "page-login content-boxed content-boxed-padding",
17534
- onSubmit: e[6] || (e[6] = $e((...s) => i.submit && i.submit(...s), ["prevent"])),
17537
+ onSubmit: e[6] || (e[6] = He((...s) => i.submit && i.submit(...s), ["prevent"])),
17535
17538
  style: or(t.isModal ? "max-width: 500px;" : "")
17536
17539
  }, [
17537
17540
  t.isModal ? (R(), O("a", {
@@ -17561,7 +17564,7 @@ function Jl(n, e, t, r, o, i) {
17561
17564
  ge(m("input", {
17562
17565
  id: "emailInput",
17563
17566
  "onUpdate:modelValue": e[1] || (e[1] = (s) => o.email = s),
17564
- onKeydown: e[2] || (e[2] = fn($e(() => {
17567
+ onKeydown: e[2] || (e[2] = fn(He(() => {
17565
17568
  }, ["prevent"]), ["space"])),
17566
17569
  type: "email",
17567
17570
  placeholder: n.ssoLang[this.appLanguage].email,
@@ -17582,7 +17585,7 @@ function Jl(n, e, t, r, o, i) {
17582
17585
  ge(m("input", {
17583
17586
  id: "codeInput",
17584
17587
  "onUpdate:modelValue": e[3] || (e[3] = (s) => o.code = s),
17585
- onKeydown: e[4] || (e[4] = fn($e(() => {
17588
+ onKeydown: e[4] || (e[4] = fn(He(() => {
17586
17589
  }, ["prevent"]), ["space"])),
17587
17590
  type: "tel",
17588
17591
  placeholder: n.ssoLang[this.appLanguage].code,
@@ -17603,12 +17606,11 @@ function Jl(n, e, t, r, o, i) {
17603
17606
  e[12] || (e[12] = m("a", { href: "mailto:support@tapni.com?subject=Email Verification" }, " support@tapni.com", -1))
17604
17607
  ]),
17605
17608
  e[18] || (e[18] = m("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)),
17606
- t.isModal ? (R(), O("div", {
17607
- key: 2,
17608
- class: "page-login-links",
17609
- onClick: e[5] || (e[5] = (...s) => i.registerAccountModal && i.registerAccountModal(...s))
17610
- }, [
17611
- m("a", Wl, [
17609
+ t.isModal ? (R(), O("div", Wl, [
17610
+ m("a", {
17611
+ class: "forgot center-text pointer small-top",
17612
+ onClick: e[5] || (e[5] = He((...s) => i.registerAccountModal && i.registerAccountModal(...s), ["prevent"]))
17613
+ }, [
17612
17614
  be(z(n.ssoLang[this.appLanguage].or) + " ", 1),
17613
17615
  e[14] || (e[14] = m("br", null, null, -1)),
17614
17616
  be(" " + z(n.ssoLang[this.appLanguage].create_new_account), 1)
@@ -17619,7 +17621,7 @@ function Jl(n, e, t, r, o, i) {
17619
17621
  class: "create float-right",
17620
17622
  to: "/register"
17621
17623
  }, {
17622
- default: He(() => [
17624
+ default: Ke(() => [
17623
17625
  be(z(n.ssoLang[this.appLanguage].register), 1)
17624
17626
  ]),
17625
17627
  _: 1
@@ -17628,7 +17630,7 @@ function Jl(n, e, t, r, o, i) {
17628
17630
  class: "forgot float-left",
17629
17631
  to: "/login"
17630
17632
  }, {
17631
- default: He(() => [
17633
+ default: Ke(() => [
17632
17634
  be(z(n.ssoLang[this.appLanguage].sign_in), 1)
17633
17635
  ]),
17634
17636
  _: 1
@@ -17637,7 +17639,7 @@ function Jl(n, e, t, r, o, i) {
17637
17639
  ]))
17638
17640
  ], 36);
17639
17641
  }
17640
- const bo = /* @__PURE__ */ Yt(Bl, [["render", Jl], ["__scopeId", "data-v-6ab8e3d4"]]), Xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
17642
+ const bo = /* @__PURE__ */ Yt(Bl, [["render", Jl], ["__scopeId", "data-v-96f72130"]]), Xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
17641
17643
  __proto__: null,
17642
17644
  default: bo
17643
17645
  }, Symbol.toStringTag, { value: "Module" }));
@@ -17952,17 +17954,17 @@ var xi = { exports: {} };
17952
17954
  var M = g.SHA512 = s.extend({ _doReset: function() {
17953
17955
  this._hash = new u.init([new p.init(1779033703, 4089235720), new p.init(3144134277, 2227873595), new p.init(1013904242, 4271175723), new p.init(2773480762, 1595750129), new p.init(1359893119, 2917565137), new p.init(2600822924, 725511199), new p.init(528734635, 4215389547), new p.init(1541459225, 327033209)]);
17954
17956
  }, _doProcessBlock: function(q, G) {
17955
- for (var B = this._hash.words, T = B[0], F = B[1], V = B[2], W = B[3], Z = B[4], I = B[5], ne = B[6], me = B[7], re = T.high, Ee = T.low, ze = F.high, de = F.low, Ue = V.high, Et = V.low, Lt = W.high, ut = W.low, gn = Z.high, cn = Z.low, _n = I.high, ln = I.low, Rn = ne.high, Re = ne.low, Ne = me.high, Wt = me.low, Ke = re, Be = Ee, Ot = ze, Tt = de, tt = Ue, dt = Et, Jt = Lt, zt = ut, Je = gn, Le = cn, pt = _n, xt = ln, Ut = Rn, vt = Re, vn = Ne, St = Wt, Ge = 0; Ge < 80; Ge++) {
17956
- var yt = E[Ge];
17957
- if (Ge < 16) var De = yt.high = 0 | q[G + 2 * Ge], ht = yt.low = 0 | q[G + 2 * Ge + 1];
17957
+ for (var B = this._hash.words, T = B[0], F = B[1], V = B[2], W = B[3], Z = B[4], I = B[5], ne = B[6], me = B[7], re = T.high, Ee = T.low, ze = F.high, de = F.low, Ue = V.high, Et = V.low, Lt = W.high, ut = W.low, gn = Z.high, cn = Z.low, _n = I.high, ln = I.low, Rn = ne.high, Re = ne.low, Ne = me.high, Wt = me.low, Ge = re, Be = Ee, Ot = ze, Tt = de, tt = Ue, dt = Et, Jt = Lt, zt = ut, Je = gn, Le = cn, pt = _n, xt = ln, Ut = Rn, vt = Re, vn = Ne, St = Wt, Ve = 0; Ve < 80; Ve++) {
17958
+ var yt = E[Ve];
17959
+ if (Ve < 16) var De = yt.high = 0 | q[G + 2 * Ve], ht = yt.low = 0 | q[G + 2 * Ve + 1];
17958
17960
  else {
17959
- var yn = E[Ge - 15], Ve = yn.high, Bt = yn.low, h = (Ve >>> 1 | Bt << 31) ^ (Ve >>> 8 | Bt << 24) ^ Ve >>> 7, l = (Bt >>> 1 | Ve << 31) ^ (Bt >>> 8 | Ve << 24) ^ (Bt >>> 7 | Ve << 25), d = E[Ge - 2], _ = d.high, w = d.low, S = (_ >>> 19 | w << 13) ^ (_ << 3 | w >>> 29) ^ _ >>> 6, N = (w >>> 19 | _ << 13) ^ (w << 3 | _ >>> 29) ^ (w >>> 6 | _ << 26), ue = E[Ge - 7], Te = ue.high, we = ue.low, Se = E[Ge - 16], ve = Se.high, ar = Se.low;
17961
+ var yn = E[Ve - 15], Qe = yn.high, Bt = yn.low, h = (Qe >>> 1 | Bt << 31) ^ (Qe >>> 8 | Bt << 24) ^ Qe >>> 7, l = (Bt >>> 1 | Qe << 31) ^ (Bt >>> 8 | Qe << 24) ^ (Bt >>> 7 | Qe << 25), d = E[Ve - 2], _ = d.high, w = d.low, S = (_ >>> 19 | w << 13) ^ (_ << 3 | w >>> 29) ^ _ >>> 6, N = (w >>> 19 | _ << 13) ^ (w << 3 | _ >>> 29) ^ (w >>> 6 | _ << 26), ue = E[Ve - 7], Te = ue.high, we = ue.low, Se = E[Ve - 16], ve = Se.high, ar = Se.low;
17960
17962
  De = (De = (De = h + Te + ((ht = l + we) >>> 0 < l >>> 0 ? 1 : 0)) + S + ((ht += N) >>> 0 < N >>> 0 ? 1 : 0)) + ve + ((ht += ar) >>> 0 < ar >>> 0 ? 1 : 0), yt.high = De, yt.low = ht;
17961
17963
  }
17962
- var It, Or = Je & pt ^ ~Je & Ut, sr = Le & xt ^ ~Le & vt, zr = Ke & Ot ^ Ke & tt ^ Ot & tt, xr = Be & Tt ^ Be & dt ^ Tt & dt, cr = (Ke >>> 28 | Be << 4) ^ (Ke << 30 | Be >>> 2) ^ (Ke << 25 | Be >>> 7), lr = (Be >>> 28 | Ke << 4) ^ (Be << 30 | Ke >>> 2) ^ (Be << 25 | Ke >>> 7), Ur = (Je >>> 14 | Le << 18) ^ (Je >>> 18 | Le << 14) ^ (Je << 23 | Le >>> 9), Br = (Le >>> 14 | Je << 18) ^ (Le >>> 18 | Je << 14) ^ (Le << 23 | Je >>> 9), v = k[Ge], y = v.high, C = v.low, A = vn + Ur + ((It = St + Br) >>> 0 < St >>> 0 ? 1 : 0), L = lr + xr;
17963
- vn = Ut, St = vt, Ut = pt, vt = xt, pt = Je, xt = Le, Je = Jt + (A = (A = (A = A + Or + ((It += sr) >>> 0 < sr >>> 0 ? 1 : 0)) + y + ((It += C) >>> 0 < C >>> 0 ? 1 : 0)) + De + ((It += ht) >>> 0 < ht >>> 0 ? 1 : 0)) + ((Le = zt + It | 0) >>> 0 < zt >>> 0 ? 1 : 0) | 0, Jt = tt, zt = dt, tt = Ot, dt = Tt, Ot = Ke, Tt = Be, Ke = A + (cr + zr + (L >>> 0 < lr >>> 0 ? 1 : 0)) + ((Be = It + L | 0) >>> 0 < It >>> 0 ? 1 : 0) | 0;
17964
+ var It, Or = Je & pt ^ ~Je & Ut, sr = Le & xt ^ ~Le & vt, zr = Ge & Ot ^ Ge & tt ^ Ot & tt, xr = Be & Tt ^ Be & dt ^ Tt & dt, cr = (Ge >>> 28 | Be << 4) ^ (Ge << 30 | Be >>> 2) ^ (Ge << 25 | Be >>> 7), lr = (Be >>> 28 | Ge << 4) ^ (Be << 30 | Ge >>> 2) ^ (Be << 25 | Ge >>> 7), Ur = (Je >>> 14 | Le << 18) ^ (Je >>> 18 | Le << 14) ^ (Je << 23 | Le >>> 9), Br = (Le >>> 14 | Je << 18) ^ (Le >>> 18 | Je << 14) ^ (Le << 23 | Je >>> 9), v = k[Ve], y = v.high, C = v.low, A = vn + Ur + ((It = St + Br) >>> 0 < St >>> 0 ? 1 : 0), L = lr + xr;
17965
+ vn = Ut, St = vt, Ut = pt, vt = xt, pt = Je, xt = Le, Je = Jt + (A = (A = (A = A + Or + ((It += sr) >>> 0 < sr >>> 0 ? 1 : 0)) + y + ((It += C) >>> 0 < C >>> 0 ? 1 : 0)) + De + ((It += ht) >>> 0 < ht >>> 0 ? 1 : 0)) + ((Le = zt + It | 0) >>> 0 < zt >>> 0 ? 1 : 0) | 0, Jt = tt, zt = dt, tt = Ot, dt = Tt, Ot = Ge, Tt = Be, Ge = A + (cr + zr + (L >>> 0 < lr >>> 0 ? 1 : 0)) + ((Be = It + L | 0) >>> 0 < It >>> 0 ? 1 : 0) | 0;
17964
17966
  }
17965
- Ee = T.low = Ee + Be, T.high = re + Ke + (Ee >>> 0 < Be >>> 0 ? 1 : 0), de = F.low = de + Tt, F.high = ze + Ot + (de >>> 0 < Tt >>> 0 ? 1 : 0), Et = V.low = Et + dt, V.high = Ue + tt + (Et >>> 0 < dt >>> 0 ? 1 : 0), ut = W.low = ut + zt, W.high = Lt + Jt + (ut >>> 0 < zt >>> 0 ? 1 : 0), cn = Z.low = cn + Le, Z.high = gn + Je + (cn >>> 0 < Le >>> 0 ? 1 : 0), ln = I.low = ln + xt, I.high = _n + pt + (ln >>> 0 < xt >>> 0 ? 1 : 0), Re = ne.low = Re + vt, ne.high = Rn + Ut + (Re >>> 0 < vt >>> 0 ? 1 : 0), Wt = me.low = Wt + St, me.high = Ne + vn + (Wt >>> 0 < St >>> 0 ? 1 : 0);
17967
+ Ee = T.low = Ee + Be, T.high = re + Ge + (Ee >>> 0 < Be >>> 0 ? 1 : 0), de = F.low = de + Tt, F.high = ze + Ot + (de >>> 0 < Tt >>> 0 ? 1 : 0), Et = V.low = Et + dt, V.high = Ue + tt + (Et >>> 0 < dt >>> 0 ? 1 : 0), ut = W.low = ut + zt, W.high = Lt + Jt + (ut >>> 0 < zt >>> 0 ? 1 : 0), cn = Z.low = cn + Le, Z.high = gn + Je + (cn >>> 0 < Le >>> 0 ? 1 : 0), ln = I.low = ln + xt, I.high = _n + pt + (ln >>> 0 < xt >>> 0 ? 1 : 0), Re = ne.low = Re + vt, ne.high = Rn + Ut + (Re >>> 0 < vt >>> 0 ? 1 : 0), Wt = me.low = Wt + St, me.high = Ne + vn + (Wt >>> 0 < St >>> 0 ? 1 : 0);
17966
17968
  }, _doFinalize: function() {
17967
17969
  var q = this._data, G = q.words, B = 8 * this._nDataBytes, T = 8 * q.sigBytes;
17968
17970
  return G[T >>> 5] |= 128 << 24 - T % 32, G[30 + (T + 128 >>> 10 << 5)] = Math.floor(B / 4294967296), G[31 + (T + 128 >>> 10 << 5)] = B, q.sigBytes = 4 * G.length, this._process(), this._hash.toX32();
@@ -18122,7 +18124,7 @@ var xi = { exports: {} };
18122
18124
  function Wt(v, y, C, A, L) {
18123
18125
  return ze({ algorithm: L.algorithm, digits: L.digits, type: Z.HOTP, accountName: v, counter: A, issuer: y, secret: C });
18124
18126
  }
18125
- var Ke = function(v) {
18127
+ var Ge = function(v) {
18126
18128
  function y() {
18127
18129
  return function(L, H) {
18128
18130
  if (!(L instanceof H)) throw new TypeError("Cannot call a class as a function");
@@ -18288,7 +18290,7 @@ var xi = { exports: {} };
18288
18290
  var C, A;
18289
18291
  return Ne(v, (C = y.epoch, A = y.step, Math.floor(C / A / 1e3)), y);
18290
18292
  }
18291
- function Ge(v, y, C, A) {
18293
+ function Ve(v, y, C, A) {
18292
18294
  var L = [];
18293
18295
  if (A === 0) return L;
18294
18296
  for (var H = 1; H <= A; H++) {
@@ -18308,13 +18310,13 @@ var xi = { exports: {} };
18308
18310
  }
18309
18311
  function ht(v, y, C) {
18310
18312
  if (yt(v, y, C)) return 0;
18311
- var A, L, H, _e, it, Dt = (A = C.epoch, L = C.step, H = C.window, _e = pt(H), { current: A, past: Ge(A, -1, it = 1e3 * L, _e[0]), future: Ge(A, 1, it, _e[1]) }), un = De(Dt.past, v, y, C);
18313
+ var A, L, H, _e, it, Dt = (A = C.epoch, L = C.step, H = C.window, _e = pt(H), { current: A, past: Ve(A, -1, it = 1e3 * L, _e[0]), future: Ve(A, 1, it, _e[1]) }), un = De(Dt.past, v, y, C);
18312
18314
  return un !== null ? -1 * un : De(Dt.future, v, y, C);
18313
18315
  }
18314
18316
  function yn(v, y) {
18315
18317
  return Math.floor(v / 1e3) % y;
18316
18318
  }
18317
- function Ve(v, y, C, A) {
18319
+ function Qe(v, y, C, A) {
18318
18320
  return ze({ algorithm: A.algorithm, digits: A.digits, step: A.step, type: Z.TOTP, accountName: v, issuer: y, secret: C });
18319
18321
  }
18320
18322
  var Bt = function(v) {
@@ -18348,9 +18350,9 @@ var xi = { exports: {} };
18348
18350
  var L = this.allOptions();
18349
18351
  return yn(L.epoch, L.step);
18350
18352
  } }, { key: "keyuri", value: function(L, H, _e) {
18351
- return Ve(L, H, _e, this.allOptions());
18353
+ return Qe(L, H, _e, this.allOptions());
18352
18354
  } }]) && Ot(C.prototype, A), y;
18353
- }(Ke);
18355
+ }(Ge);
18354
18356
  function h(v) {
18355
18357
  return (h = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(y) {
18356
18358
  return typeof y;
@@ -18479,7 +18481,7 @@ var xi = { exports: {} };
18479
18481
  }), o.d(r, "authenticator", function() {
18480
18482
  return Br;
18481
18483
  }), (typeof window > "u" ? "undefined" : cr(window)) === "object" && window.Buffer === void 0 && (window.Buffer = buffer.Buffer);
18482
- var lr = new Ke({ createDigest: It }), Ur = new Bt({ createDigest: It }), Br = new ve({ createDigest: It, createRandomBytes: function(v, y) {
18484
+ var lr = new Ge({ createDigest: It }), Ur = new Bt({ createDigest: It }), Br = new ve({ createDigest: It, createRandomBytes: function(v, y) {
18483
18485
  var C = ar.random(v);
18484
18486
  return bn.from(C.toString(), "hex").toString(y);
18485
18487
  }, keyDecoder: function(v, y) {
@@ -18636,7 +18638,7 @@ function Ju(n, e, t, r, o, i) {
18636
18638
  to: "/account",
18637
18639
  class: "button gray-button pointer left-button"
18638
18640
  }, {
18639
- default: He(() => [
18641
+ default: Ke(() => [
18640
18642
  m("img", {
18641
18643
  src: n.getIcon("arrow-gray-right.svg"),
18642
18644
  height: "20",
@@ -18695,7 +18697,7 @@ function Ju(n, e, t, r, o, i) {
18695
18697
  ]),
18696
18698
  n.account.mfaEnabled !== o.mfaEnable ? (R(), O("form", {
18697
18699
  key: 0,
18698
- onSubmit: e[6] || (e[6] = $e((...s) => i.validateMFA && i.validateMFA(...s), ["prevent"])),
18700
+ onSubmit: e[6] || (e[6] = He((...s) => i.validateMFA && i.validateMFA(...s), ["prevent"])),
18699
18701
  class: "half-top"
18700
18702
  }, [
18701
18703
  m("div", null, [
@@ -18706,7 +18708,7 @@ function Ju(n, e, t, r, o, i) {
18706
18708
  class: "edit-input h-40 lh-40",
18707
18709
  style: { margin: "0 auto", height: "25px", width: "100%" },
18708
18710
  required: "",
18709
- onKeydown: e[5] || (e[5] = fn($e(() => {
18711
+ onKeydown: e[5] || (e[5] = fn(He(() => {
18710
18712
  }, ["prevent"]), ["space"]))
18711
18713
  }, null, 40, fu), [
18712
18714
  [ot, n.otp]
@@ -18743,7 +18745,7 @@ function Ju(n, e, t, r, o, i) {
18743
18745
  ])
18744
18746
  ]),
18745
18747
  ge(m("form", {
18746
- onSubmit: e[11] || (e[11] = $e((...s) => i.submitChangePassword && i.submitChangePassword(...s), ["prevent"])),
18748
+ onSubmit: e[11] || (e[11] = He((...s) => i.submitChangePassword && i.submitChangePassword(...s), ["prevent"])),
18747
18749
  class: "center-text half-top"
18748
18750
  }, [
18749
18751
  ge(m("input", {
@@ -18794,7 +18796,7 @@ function Ju(n, e, t, r, o, i) {
18794
18796
  exact: "",
18795
18797
  class: "color-black"
18796
18798
  }, {
18797
- default: He(() => [
18799
+ default: Ke(() => [
18798
18800
  be(z(n.ssoLang[n.appLanguage].by_clicking_here), 1)
18799
18801
  ]),
18800
18802
  _: 1
@@ -18838,7 +18840,7 @@ function Ju(n, e, t, r, o, i) {
18838
18840
  ]),
18839
18841
  m("p", Vu, z(n.ssoLang[n.appLanguage].active_account_p), 1),
18840
18842
  m("form", {
18841
- onSubmit: e[14] || (e[14] = $e((...s) => i.deleteAccountSubmit && i.deleteAccountSubmit(...s), ["prevent"]))
18843
+ onSubmit: e[14] || (e[14] = He((...s) => i.deleteAccountSubmit && i.deleteAccountSubmit(...s), ["prevent"]))
18842
18844
  }, [
18843
18845
  m("button", Qu, [
18844
18846
  o.loading ? (R(), O("span", Yu)) : (R(), O("span", $u, z(n.ssoLang[n.appLanguage].permanent_delete), 1))
@@ -19008,7 +19010,7 @@ function Ld(n, e, t, r, o, i) {
19008
19010
  to: "/account",
19009
19011
  class: "button gray-button pointer left-button"
19010
19012
  }, {
19011
- default: He(() => [
19013
+ default: Ke(() => [
19012
19014
  m("img", {
19013
19015
  src: n.getIcon("arrow-gray-right.svg"),
19014
19016
  height: "20",
@@ -19074,7 +19076,7 @@ function Ld(n, e, t, r, o, i) {
19074
19076
  o.showCancelModal ? (R(), O("div", {
19075
19077
  key: 1,
19076
19078
  class: "modal-overlay",
19077
- onClick: e[6] || (e[6] = $e((...c) => i.closeCancelModal && i.closeCancelModal(...c), ["self"]))
19079
+ onClick: e[6] || (e[6] = He((...c) => i.closeCancelModal && i.closeCancelModal(...c), ["self"]))
19078
19080
  }, [
19079
19081
  m("div", Sd, [
19080
19082
  m("div", Id, [
@@ -19450,7 +19452,7 @@ const Qd = /* @__PURE__ */ Lr(Kd, [["render", Vd], ["__scopeId", "data-v-ed86631
19450
19452
  "is-disabled": de.disabled || !1,
19451
19453
  onSelect: (Et) => q(de)
19452
19454
  }, {
19453
- default: He(() => [
19455
+ default: Ke(() => [
19454
19456
  Xt(I.$slots, "option", { option: de }, () => [
19455
19457
  be(z(I.getOptionLabel(de)), 1)
19456
19458
  ], !0)
@@ -19561,7 +19563,7 @@ function bp(n, e, t, r, o, i) {
19561
19563
  to: "/account",
19562
19564
  class: "button gray-button pointer left-button"
19563
19565
  }, {
19564
- default: He(() => [
19566
+ default: Ke(() => [
19565
19567
  m("img", {
19566
19568
  src: n.getIcon("arrow-gray-right.svg"),
19567
19569
  height: "20",
@@ -19578,7 +19580,7 @@ function bp(n, e, t, r, o, i) {
19578
19580
  m("p", dp, z(n.ssoLang[n.appLanguage].general_p), 1),
19579
19581
  m("form", {
19580
19582
  class: "full-top",
19581
- onSubmit: e[6] || (e[6] = $e((...c) => i.submitGeneralUpdate && i.submitGeneralUpdate(...c), ["prevent"]))
19583
+ onSubmit: e[6] || (e[6] = He((...c) => i.submitGeneralUpdate && i.submitGeneralUpdate(...c), ["prevent"]))
19582
19584
  }, [
19583
19585
  m("h3", pp, z(n.ssoLang[n.appLanguage].personal_details), 1),
19584
19586
  ge(m("input", {
@@ -19614,7 +19616,7 @@ function bp(n, e, t, r, o, i) {
19614
19616
  { label: "Mexico", value: "mx" },
19615
19617
  { label: "Mauritius", value: "mu" },
19616
19618
  { label: "Colombia", value: "co" },
19617
- { label: "Serbia", value: "sr" },
19619
+ { label: "Serbia", value: "rs" },
19618
19620
  { label: "Singapore", value: "sg" },
19619
19621
  { label: "China", value: "cn" }
19620
19622
  ],
@@ -19745,7 +19747,7 @@ function Yp(n, e, t, r, o, i) {
19745
19747
  return o.passwordChange ? (R(), O("form", {
19746
19748
  key: 1,
19747
19749
  class: "page-login content-boxed content-boxed-padding",
19748
- onSubmit: e[7] || (e[7] = $e((...s) => i.changePw && i.changePw(...s), ["prevent"]))
19750
+ onSubmit: e[7] || (e[7] = He((...s) => i.changePw && i.changePw(...s), ["prevent"]))
19749
19751
  }, [
19750
19752
  m("h3", Lp, z(n.ssoLang[this.appLanguage].password_change), 1),
19751
19753
  m("p", Op, z(n.ssoLang[this.appLanguage].password_new), 1),
@@ -19819,7 +19821,7 @@ function Yp(n, e, t, r, o, i) {
19819
19821
  ], 32)) : (R(), O("form", {
19820
19822
  key: 0,
19821
19823
  class: "page-login content-boxed content-boxed-padding",
19822
- onSubmit: e[2] || (e[2] = $e((...s) => i.resetEmail && i.resetEmail(...s), ["prevent"])),
19824
+ onSubmit: e[2] || (e[2] = He((...s) => i.resetEmail && i.resetEmail(...s), ["prevent"])),
19823
19825
  autocomplete: "on"
19824
19826
  }, [
19825
19827
  m("h3", Cp, z(n.ssoLang[this.appLanguage].reset_password), 1),
@@ -19835,7 +19837,7 @@ function Yp(n, e, t, r, o, i) {
19835
19837
  ge(m("input", {
19836
19838
  id: "emailInput",
19837
19839
  "onUpdate:modelValue": e[0] || (e[0] = (s) => o.email = s),
19838
- onKeydown: e[1] || (e[1] = fn($e(() => {
19840
+ onKeydown: e[1] || (e[1] = fn(He(() => {
19839
19841
  }, ["prevent"]), ["space"])),
19840
19842
  type: "email",
19841
19843
  placeholder: n.ssoLang[this.appLanguage].email,
@@ -19863,7 +19865,7 @@ function Yp(n, e, t, r, o, i) {
19863
19865
  class: "create float-right",
19864
19866
  to: "/verify"
19865
19867
  }, {
19866
- default: He(() => [
19868
+ default: Ke(() => [
19867
19869
  be(z(n.ssoLang[this.appLanguage].verify_account), 1)
19868
19870
  ]),
19869
19871
  _: 1
@@ -19872,7 +19874,7 @@ function Yp(n, e, t, r, o, i) {
19872
19874
  class: "forgot float-left",
19873
19875
  to: "/login"
19874
19876
  }, {
19875
- default: He(() => [
19877
+ default: Ke(() => [
19876
19878
  be(z(n.ssoLang[this.appLanguage].sign_in), 1)
19877
19879
  ]),
19878
19880
  _: 1
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .app-store-icon[data-v-465df13a]{box-shadow:0 4px 10px #00000017;border-radius:12px}#codeInput[data-v-6ab8e3d4],#emailInput[data-v-6ab8e3d4]{text-align:center;padding-right:15%;font-size:17px}.firstRow img[data-v-64ae2517]{width:25px;height:25px;position:absolute;top:50%;right:0;transform:translate(-50%,-50%)}#emailInput[data-v-707a4b16]{text-align:center;padding-right:15%;font-size:17px}html *{font-family:Inter,sans-serif}#bodyId{padding-top:3%;max-width:667px!important;margin:1.5% auto auto;height:95%!important;border-radius:20px}.action-block-top .default-text,.action-block-top .default-text:after{border-radius:50%;width:10em!important;height:10em!important}.action-block-top .default-text{margin:10px auto;font-size:3px;position:relative;text-indent:-9999em;border-left:.5em solid #000000;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid rgba(0,0,0,.2);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.smartbanner-ios{background:linear-gradient(to bottom,#f4f4f4,#f4f4f4);box-shadow:0 0 #fff;border-bottom:1px solid #dddddd}.smartbanner-icon{border-radius:16px}.smartbanner-ios .smartbanner-button{font-size:13px;padding:9px 0;height:40px;border-radius:13px;background:#f4f4f4;color:#0a99d2;border:none;box-shadow:none;text-transform:uppercase}.snack-body{display:none;border-radius:40px;font-size:15px!important}#errorSnack{background-color:#fee3e3!important;border:2px solid #edd9d9!important;color:#000}#successSnack{background-color:#eff5eb!important;border:2px solid #e3ecd7!important;color:#000}.grecaptcha-badge{visibility:hidden}.header-logo{position:absolute;left:50%;transform:translate(-50%,-50%);margin-top:16px;z-index:2}.header-logo-img{height:40px;margin-top:10px}@media (max-width: 768px){#bodyId{margin-top:0;border-radius:0;height:100%!important}.header-logo{margin-top:16px}}.withBackground[data-v-2f7f5584],.withBackground[data-v-36b27d1f]{height:50px}
1
+ .app-store-icon[data-v-465df13a]{box-shadow:0 4px 10px #00000017;border-radius:12px}#codeInput[data-v-96f72130],#emailInput[data-v-96f72130]{text-align:center;padding-right:15%;font-size:17px}.firstRow img[data-v-64ae2517]{width:25px;height:25px;position:absolute;top:50%;right:0;transform:translate(-50%,-50%)}#emailInput[data-v-707a4b16]{text-align:center;padding-right:15%;font-size:17px}html *{font-family:Inter,sans-serif}#bodyId{padding-top:3%;max-width:667px!important;margin:1.5% auto auto;height:95%!important;border-radius:20px}.action-block-top .default-text,.action-block-top .default-text:after{border-radius:50%;width:10em!important;height:10em!important}.action-block-top .default-text{margin:10px auto;font-size:3px;position:relative;text-indent:-9999em;border-left:.5em solid #000000;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid rgba(0,0,0,.2);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.smartbanner-ios{background:linear-gradient(to bottom,#f4f4f4,#f4f4f4);box-shadow:0 0 #fff;border-bottom:1px solid #dddddd}.smartbanner-icon{border-radius:16px}.smartbanner-ios .smartbanner-button{font-size:13px;padding:9px 0;height:40px;border-radius:13px;background:#f4f4f4;color:#0a99d2;border:none;box-shadow:none;text-transform:uppercase}.snack-body{display:none;border-radius:40px;font-size:15px!important}#errorSnack{background-color:#fee3e3!important;border:2px solid #edd9d9!important;color:#000}#successSnack{background-color:#eff5eb!important;border:2px solid #e3ecd7!important;color:#000}.grecaptcha-badge{visibility:hidden}.header-logo{position:absolute;left:50%;transform:translate(-50%,-50%);margin-top:16px;z-index:2}.header-logo-img{height:40px;margin-top:10px}@media (max-width: 768px){#bodyId{margin-top:0;border-radius:0;height:100%!important}.header-logo{margin-top:16px}}.withBackground[data-v-2f7f5584],.withBackground[data-v-36b27d1f]{height:50px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapni/auth",
3
- "version": "1.0.68",
3
+ "version": "1.0.70",
4
4
  "type": "module",
5
5
  "main": "./dist/TapniAuth.umd.js",
6
6
  "module": "./dist/TapniAuth.es.js",
@@ -65,4 +65,4 @@
65
65
  "vite": "^5.4.11",
66
66
  "vite-plugin-node-polyfills": "^0.22.0"
67
67
  }
68
- }
68
+ }
@@ -41,7 +41,7 @@
41
41
  { label: 'Mexico', value: 'mx' },
42
42
  { label: 'Mauritius', value: 'mu' },
43
43
  { label: 'Colombia', value: 'co' },
44
- { label: 'Serbia', value: 'sr' },
44
+ { label: 'Serbia', value: 'rs' },
45
45
  { label: 'Singapore', value: 'sg' },
46
46
  { label: 'China', value: 'cn' }
47
47
  ]"