@tapni/auth 1.0.67 → 1.0.69
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/.vite/manifest.json +8 -8
- package/dist/{Apps-CwN4b-EY.js → Apps-Bizinac_.js} +1 -1
- package/dist/{CustomApp-B3pFA11P.js → CustomApp-ByKAZ-DS.js} +1 -1
- package/dist/{QR-nYopYeWv.js → QR-QMncfIKM.js} +1 -1
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +2 -2
- package/dist/{install-Bdvxvbg8.js → install-CNn0sOwx.js} +95 -84
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/App.vue +11 -3
- package/src/store/auth.js +5 -0
- package/src/views/Verify.vue +2 -2
|
@@ -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
|
|
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
|
|
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(
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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
|
|
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 =
|
|
868
|
+
u.prototype.writeBigUInt64LE = Qe(function(l, d = 0) {
|
|
869
869
|
return Wt(this, l, d, BigInt(0), BigInt("0xffffffffffffffff"));
|
|
870
|
-
}), u.prototype.writeBigUInt64BE =
|
|
871
|
-
return
|
|
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 =
|
|
900
|
+
}, u.prototype.writeBigInt64LE = Qe(function(l, d = 0) {
|
|
901
901
|
return Wt(this, l, d, -BigInt("0x8000000000000000"), BigInt("0x7fffffffffffffff"));
|
|
902
|
-
}), u.prototype.writeBigInt64BE =
|
|
903
|
-
return
|
|
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
|
|
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
|
|
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:
|
|
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:
|
|
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-
|
|
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-QMncfIKM.js"), za = () => Promise.resolve().then(() => Xu), xa = () => import("./Apps-Bizinac_.js"), Ua = () => Promise.resolve().then(() => Od), Ba = () => import("./CustomApp-ByKAZ-DS.js"), Da = () => Promise.resolve().then(() => wp), ja = [
|
|
6850
6850
|
{
|
|
6851
6851
|
path: "/welcome",
|
|
6852
6852
|
name: "AuthWelcome",
|
|
@@ -7008,6 +7008,9 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
7008
7008
|
},
|
|
7009
7009
|
setApiRoot(n, e) {
|
|
7010
7010
|
n.apiRoot = e;
|
|
7011
|
+
},
|
|
7012
|
+
addAllowedOrigin(n, e) {
|
|
7013
|
+
n.allowedOriginsAuth.includes(e) || n.allowedOriginsAuth.push(e);
|
|
7011
7014
|
}
|
|
7012
7015
|
},
|
|
7013
7016
|
actions: {
|
|
@@ -7859,7 +7862,7 @@ var Wr = "appmetadata", Ha = "client_info", Qn = "1", $n = {
|
|
|
7859
7862
|
(function(n) {
|
|
7860
7863
|
n.CONFIG = "config", n.CACHE = "cache", n.NETWORK = "network", n.HARDCODED_VALUES = "hardcoded_values";
|
|
7861
7864
|
})(bt || (bt = {}));
|
|
7862
|
-
var
|
|
7865
|
+
var $e = {
|
|
7863
7866
|
SCHEMA_VERSION: 5,
|
|
7864
7867
|
MAX_CUR_HEADER_BYTES: 80,
|
|
7865
7868
|
MAX_LAST_HEADER_BYTES: 330,
|
|
@@ -11231,7 +11234,7 @@ var Ir = (
|
|
|
11231
11234
|
this.failedRequests = [], this.errors = [], this.cacheHits = 0;
|
|
11232
11235
|
}
|
|
11233
11236
|
return n.isServerTelemetryEntity = function(e, t) {
|
|
11234
|
-
var r = e.indexOf(
|
|
11237
|
+
var r = e.indexOf($e.CACHE_KEY) === 0, o = !0;
|
|
11235
11238
|
return t && (o = t.hasOwnProperty("failedRequests") && t.hasOwnProperty("errors") && t.hasOwnProperty("cacheHits")), r && o;
|
|
11236
11239
|
}, n;
|
|
11237
11240
|
}()
|
|
@@ -11313,17 +11316,17 @@ var ps = (
|
|
|
11313
11316
|
/** @class */
|
|
11314
11317
|
function() {
|
|
11315
11318
|
function n(e, t) {
|
|
11316
|
-
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 =
|
|
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;
|
|
11317
11320
|
}
|
|
11318
11321
|
return n.prototype.generateCurrentRequestHeaderValue = function() {
|
|
11319
|
-
var e = "" + this.apiId +
|
|
11320
|
-
return [
|
|
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);
|
|
11321
11324
|
}, n.prototype.generateLastRequestHeaderValue = function() {
|
|
11322
|
-
var e = this.getLastRequests(), t = n.maxErrorsToSend(e), r = e.failedRequests.slice(0, 2 * t).join(
|
|
11323
|
-
return [
|
|
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);
|
|
11324
11327
|
}, n.prototype.cacheFailedRequest = function(e) {
|
|
11325
11328
|
var t = this.getLastRequests();
|
|
11326
|
-
t.errors.length >=
|
|
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);
|
|
11327
11330
|
}, n.prototype.incrementCacheHits = function() {
|
|
11328
11331
|
var e = this.getLastRequests();
|
|
11329
11332
|
return e.cacheHits += 1, this.cacheManager.setServerTelemetry(this.telemetryCacheKey, e), e.cacheHits;
|
|
@@ -11342,7 +11345,7 @@ var ps = (
|
|
|
11342
11345
|
var t, r = 0, o = 0, i = e.errors.length;
|
|
11343
11346
|
for (t = 0; t < i; t++) {
|
|
11344
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;
|
|
11345
|
-
if (o += a.toString().length + s.toString().length + c.length + 3, o <
|
|
11348
|
+
if (o += a.toString().length + s.toString().length + c.length + 3, o < $e.MAX_LAST_HEADER_BYTES)
|
|
11346
11349
|
r += 1;
|
|
11347
11350
|
else
|
|
11348
11351
|
break;
|
|
@@ -16741,7 +16744,7 @@ function Mc(n, e, t, r, o, i) {
|
|
|
16741
16744
|
const a = Qt("router-link");
|
|
16742
16745
|
return R(), O("form", {
|
|
16743
16746
|
class: "page-login content-boxed content-boxed-padding",
|
|
16744
|
-
onSubmit: e[15] || (e[15] =
|
|
16747
|
+
onSubmit: e[15] || (e[15] = He((...s) => i.submit && i.submit(...s), ["prevent"])),
|
|
16745
16748
|
autocomplete: "on",
|
|
16746
16749
|
style: or(n.isModal ? "max-width: 500px;" : "")
|
|
16747
16750
|
}, [
|
|
@@ -16774,7 +16777,7 @@ function Mc(n, e, t, r, o, i) {
|
|
|
16774
16777
|
], -1)),
|
|
16775
16778
|
ge(m("input", {
|
|
16776
16779
|
"onUpdate:modelValue": e[1] || (e[1] = (s) => o.emailOrUsername = s),
|
|
16777
|
-
onKeydown: e[2] || (e[2] = fn(
|
|
16780
|
+
onKeydown: e[2] || (e[2] = fn(He(() => {
|
|
16778
16781
|
}, ["prevent"]), ["space"])),
|
|
16779
16782
|
autocorrect: "off",
|
|
16780
16783
|
autocapitalize: "off",
|
|
@@ -16950,7 +16953,7 @@ function Mc(n, e, t, r, o, i) {
|
|
|
16950
16953
|
class: "forgot float-right",
|
|
16951
16954
|
to: "/register"
|
|
16952
16955
|
}, {
|
|
16953
|
-
default:
|
|
16956
|
+
default: Ke(() => [
|
|
16954
16957
|
be(z(n.ssoLang[n.appLanguage].create_account), 1)
|
|
16955
16958
|
]),
|
|
16956
16959
|
_: 1
|
|
@@ -16960,7 +16963,7 @@ function Mc(n, e, t, r, o, i) {
|
|
|
16960
16963
|
class: "create float-left",
|
|
16961
16964
|
to: "/reset"
|
|
16962
16965
|
}, {
|
|
16963
|
-
default:
|
|
16966
|
+
default: Ke(() => [
|
|
16964
16967
|
be(z(n.ssoLang[n.appLanguage].reset_password), 1)
|
|
16965
16968
|
]),
|
|
16966
16969
|
_: 1
|
|
@@ -17057,7 +17060,7 @@ function ll(n, e, t, r, o, i) {
|
|
|
17057
17060
|
to: "/general",
|
|
17058
17061
|
class: "settingRow"
|
|
17059
17062
|
}, {
|
|
17060
|
-
default:
|
|
17063
|
+
default: Ke(() => [
|
|
17061
17064
|
m("div", qc, [
|
|
17062
17065
|
m("img", {
|
|
17063
17066
|
src: n.getIcon("user-black.svg"),
|
|
@@ -17091,7 +17094,7 @@ function ll(n, e, t, r, o, i) {
|
|
|
17091
17094
|
to: "/security",
|
|
17092
17095
|
class: "settingRow"
|
|
17093
17096
|
}, {
|
|
17094
|
-
default:
|
|
17097
|
+
default: Ke(() => [
|
|
17095
17098
|
m("div", $c, [
|
|
17096
17099
|
m("img", {
|
|
17097
17100
|
src: n.getIcon("shield-black.svg"),
|
|
@@ -17126,7 +17129,7 @@ function ll(n, e, t, r, o, i) {
|
|
|
17126
17129
|
to: "/billing",
|
|
17127
17130
|
class: "settingRow"
|
|
17128
17131
|
}, {
|
|
17129
|
-
default:
|
|
17132
|
+
default: Ke(() => [
|
|
17130
17133
|
m("div", el, [
|
|
17131
17134
|
m("img", {
|
|
17132
17135
|
src: n.getIcon("billing-card-black.svg"),
|
|
@@ -17260,7 +17263,7 @@ function xl(n, e, t, r, o, i) {
|
|
|
17260
17263
|
const a = Qt("router-link");
|
|
17261
17264
|
return R(), O("form", {
|
|
17262
17265
|
class: "page-login content-boxed content-boxed-padding",
|
|
17263
|
-
onSubmit: e[11] || (e[11] =
|
|
17266
|
+
onSubmit: e[11] || (e[11] = He((...s) => i.submit && i.submit(...s), ["prevent"])),
|
|
17264
17267
|
autocomplete: "on",
|
|
17265
17268
|
style: or(t.isModal ? "max-width: 500px;" : "")
|
|
17266
17269
|
}, [
|
|
@@ -17296,7 +17299,7 @@ function xl(n, e, t, r, o, i) {
|
|
|
17296
17299
|
], -1)),
|
|
17297
17300
|
ge(m("input", {
|
|
17298
17301
|
"onUpdate:modelValue": e[1] || (e[1] = (s) => o.email = s),
|
|
17299
|
-
onKeydown: e[2] || (e[2] = fn(
|
|
17302
|
+
onKeydown: e[2] || (e[2] = fn(He(() => {
|
|
17300
17303
|
}, ["prevent"]), ["space"])),
|
|
17301
17304
|
type: "email",
|
|
17302
17305
|
placeholder: n.ssoLang[this.appLanguage].email,
|
|
@@ -17317,7 +17320,7 @@ function xl(n, e, t, r, o, i) {
|
|
|
17317
17320
|
], -1)),
|
|
17318
17321
|
ge(m("input", {
|
|
17319
17322
|
"onUpdate:modelValue": e[3] || (e[3] = (s) => o.username = s),
|
|
17320
|
-
onKeydown: e[4] || (e[4] = fn(
|
|
17323
|
+
onKeydown: e[4] || (e[4] = fn(He(() => {
|
|
17321
17324
|
}, ["prevent"]), ["space"])),
|
|
17322
17325
|
type: "text",
|
|
17323
17326
|
autocorrect: "off",
|
|
@@ -17425,7 +17428,7 @@ function xl(n, e, t, r, o, i) {
|
|
|
17425
17428
|
class: "create float-right",
|
|
17426
17429
|
to: "/verify"
|
|
17427
17430
|
}, {
|
|
17428
|
-
default:
|
|
17431
|
+
default: Ke(() => [
|
|
17429
17432
|
be(z(n.ssoLang[this.appLanguage].verify_account), 1)
|
|
17430
17433
|
]),
|
|
17431
17434
|
_: 1
|
|
@@ -17434,7 +17437,7 @@ function xl(n, e, t, r, o, i) {
|
|
|
17434
17437
|
class: "forgot float-left",
|
|
17435
17438
|
to: "/login"
|
|
17436
17439
|
}, {
|
|
17437
|
-
default:
|
|
17440
|
+
default: Ke(() => [
|
|
17438
17441
|
be(z(n.ssoLang[this.appLanguage].sign_in), 1)
|
|
17439
17442
|
]),
|
|
17440
17443
|
_: 1
|
|
@@ -17523,12 +17526,15 @@ const yo = /* @__PURE__ */ Yt(dl, [["render", xl]]), Ul = /* @__PURE__ */ Object
|
|
|
17523
17526
|
}, Ql = { class: "close-text center-text half-top color-black" }, $l = ["innerHTML"], Yl = {
|
|
17524
17527
|
key: 1,
|
|
17525
17528
|
class: "page-login-links"
|
|
17526
|
-
}, Wl = {
|
|
17529
|
+
}, Wl = {
|
|
17530
|
+
key: 2,
|
|
17531
|
+
class: "page-login-links"
|
|
17532
|
+
};
|
|
17527
17533
|
function Jl(n, e, t, r, o, i) {
|
|
17528
17534
|
const a = Qt("router-link");
|
|
17529
17535
|
return R(), O("form", {
|
|
17530
17536
|
class: "page-login content-boxed content-boxed-padding",
|
|
17531
|
-
onSubmit: e[6] || (e[6] =
|
|
17537
|
+
onSubmit: e[6] || (e[6] = He((...s) => i.submit && i.submit(...s), ["prevent"])),
|
|
17532
17538
|
style: or(t.isModal ? "max-width: 500px;" : "")
|
|
17533
17539
|
}, [
|
|
17534
17540
|
t.isModal ? (R(), O("a", {
|
|
@@ -17558,7 +17564,7 @@ function Jl(n, e, t, r, o, i) {
|
|
|
17558
17564
|
ge(m("input", {
|
|
17559
17565
|
id: "emailInput",
|
|
17560
17566
|
"onUpdate:modelValue": e[1] || (e[1] = (s) => o.email = s),
|
|
17561
|
-
onKeydown: e[2] || (e[2] = fn(
|
|
17567
|
+
onKeydown: e[2] || (e[2] = fn(He(() => {
|
|
17562
17568
|
}, ["prevent"]), ["space"])),
|
|
17563
17569
|
type: "email",
|
|
17564
17570
|
placeholder: n.ssoLang[this.appLanguage].email,
|
|
@@ -17579,7 +17585,7 @@ function Jl(n, e, t, r, o, i) {
|
|
|
17579
17585
|
ge(m("input", {
|
|
17580
17586
|
id: "codeInput",
|
|
17581
17587
|
"onUpdate:modelValue": e[3] || (e[3] = (s) => o.code = s),
|
|
17582
|
-
onKeydown: e[4] || (e[4] = fn(
|
|
17588
|
+
onKeydown: e[4] || (e[4] = fn(He(() => {
|
|
17583
17589
|
}, ["prevent"]), ["space"])),
|
|
17584
17590
|
type: "tel",
|
|
17585
17591
|
placeholder: n.ssoLang[this.appLanguage].code,
|
|
@@ -17600,12 +17606,11 @@ function Jl(n, e, t, r, o, i) {
|
|
|
17600
17606
|
e[12] || (e[12] = m("a", { href: "mailto:support@tapni.com?subject=Email Verification" }, " support@tapni.com", -1))
|
|
17601
17607
|
]),
|
|
17602
17608
|
e[18] || (e[18] = m("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)),
|
|
17603
|
-
t.isModal ? (R(), O("div",
|
|
17604
|
-
|
|
17605
|
-
|
|
17606
|
-
|
|
17607
|
-
|
|
17608
|
-
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
|
+
}, [
|
|
17609
17614
|
be(z(n.ssoLang[this.appLanguage].or) + " ", 1),
|
|
17610
17615
|
e[14] || (e[14] = m("br", null, null, -1)),
|
|
17611
17616
|
be(" " + z(n.ssoLang[this.appLanguage].create_new_account), 1)
|
|
@@ -17616,7 +17621,7 @@ function Jl(n, e, t, r, o, i) {
|
|
|
17616
17621
|
class: "create float-right",
|
|
17617
17622
|
to: "/register"
|
|
17618
17623
|
}, {
|
|
17619
|
-
default:
|
|
17624
|
+
default: Ke(() => [
|
|
17620
17625
|
be(z(n.ssoLang[this.appLanguage].register), 1)
|
|
17621
17626
|
]),
|
|
17622
17627
|
_: 1
|
|
@@ -17625,7 +17630,7 @@ function Jl(n, e, t, r, o, i) {
|
|
|
17625
17630
|
class: "forgot float-left",
|
|
17626
17631
|
to: "/login"
|
|
17627
17632
|
}, {
|
|
17628
|
-
default:
|
|
17633
|
+
default: Ke(() => [
|
|
17629
17634
|
be(z(n.ssoLang[this.appLanguage].sign_in), 1)
|
|
17630
17635
|
]),
|
|
17631
17636
|
_: 1
|
|
@@ -17634,7 +17639,7 @@ function Jl(n, e, t, r, o, i) {
|
|
|
17634
17639
|
]))
|
|
17635
17640
|
], 36);
|
|
17636
17641
|
}
|
|
17637
|
-
const bo = /* @__PURE__ */ Yt(Bl, [["render", Jl], ["__scopeId", "data-v-
|
|
17642
|
+
const bo = /* @__PURE__ */ Yt(Bl, [["render", Jl], ["__scopeId", "data-v-96f72130"]]), Xl = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17638
17643
|
__proto__: null,
|
|
17639
17644
|
default: bo
|
|
17640
17645
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -17949,17 +17954,17 @@ var xi = { exports: {} };
|
|
|
17949
17954
|
var M = g.SHA512 = s.extend({ _doReset: function() {
|
|
17950
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)]);
|
|
17951
17956
|
}, _doProcessBlock: function(q, G) {
|
|
17952
|
-
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,
|
|
17953
|
-
var yt = E[
|
|
17954
|
-
if (
|
|
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];
|
|
17955
17960
|
else {
|
|
17956
|
-
var yn = E[
|
|
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;
|
|
17957
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;
|
|
17958
17963
|
}
|
|
17959
|
-
var It, Or = Je & pt ^ ~Je & Ut, sr = Le & xt ^ ~Le & vt, zr =
|
|
17960
|
-
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 =
|
|
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;
|
|
17961
17966
|
}
|
|
17962
|
-
Ee = T.low = Ee + Be, T.high = re +
|
|
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);
|
|
17963
17968
|
}, _doFinalize: function() {
|
|
17964
17969
|
var q = this._data, G = q.words, B = 8 * this._nDataBytes, T = 8 * q.sigBytes;
|
|
17965
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();
|
|
@@ -18119,7 +18124,7 @@ var xi = { exports: {} };
|
|
|
18119
18124
|
function Wt(v, y, C, A, L) {
|
|
18120
18125
|
return ze({ algorithm: L.algorithm, digits: L.digits, type: Z.HOTP, accountName: v, counter: A, issuer: y, secret: C });
|
|
18121
18126
|
}
|
|
18122
|
-
var
|
|
18127
|
+
var Ge = function(v) {
|
|
18123
18128
|
function y() {
|
|
18124
18129
|
return function(L, H) {
|
|
18125
18130
|
if (!(L instanceof H)) throw new TypeError("Cannot call a class as a function");
|
|
@@ -18285,7 +18290,7 @@ var xi = { exports: {} };
|
|
|
18285
18290
|
var C, A;
|
|
18286
18291
|
return Ne(v, (C = y.epoch, A = y.step, Math.floor(C / A / 1e3)), y);
|
|
18287
18292
|
}
|
|
18288
|
-
function
|
|
18293
|
+
function Ve(v, y, C, A) {
|
|
18289
18294
|
var L = [];
|
|
18290
18295
|
if (A === 0) return L;
|
|
18291
18296
|
for (var H = 1; H <= A; H++) {
|
|
@@ -18305,13 +18310,13 @@ var xi = { exports: {} };
|
|
|
18305
18310
|
}
|
|
18306
18311
|
function ht(v, y, C) {
|
|
18307
18312
|
if (yt(v, y, C)) return 0;
|
|
18308
|
-
var A, L, H, _e, it, Dt = (A = C.epoch, L = C.step, H = C.window, _e = pt(H), { current: A, past:
|
|
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);
|
|
18309
18314
|
return un !== null ? -1 * un : De(Dt.future, v, y, C);
|
|
18310
18315
|
}
|
|
18311
18316
|
function yn(v, y) {
|
|
18312
18317
|
return Math.floor(v / 1e3) % y;
|
|
18313
18318
|
}
|
|
18314
|
-
function
|
|
18319
|
+
function Qe(v, y, C, A) {
|
|
18315
18320
|
return ze({ algorithm: A.algorithm, digits: A.digits, step: A.step, type: Z.TOTP, accountName: v, issuer: y, secret: C });
|
|
18316
18321
|
}
|
|
18317
18322
|
var Bt = function(v) {
|
|
@@ -18345,9 +18350,9 @@ var xi = { exports: {} };
|
|
|
18345
18350
|
var L = this.allOptions();
|
|
18346
18351
|
return yn(L.epoch, L.step);
|
|
18347
18352
|
} }, { key: "keyuri", value: function(L, H, _e) {
|
|
18348
|
-
return
|
|
18353
|
+
return Qe(L, H, _e, this.allOptions());
|
|
18349
18354
|
} }]) && Ot(C.prototype, A), y;
|
|
18350
|
-
}(
|
|
18355
|
+
}(Ge);
|
|
18351
18356
|
function h(v) {
|
|
18352
18357
|
return (h = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(y) {
|
|
18353
18358
|
return typeof y;
|
|
@@ -18476,7 +18481,7 @@ var xi = { exports: {} };
|
|
|
18476
18481
|
}), o.d(r, "authenticator", function() {
|
|
18477
18482
|
return Br;
|
|
18478
18483
|
}), (typeof window > "u" ? "undefined" : cr(window)) === "object" && window.Buffer === void 0 && (window.Buffer = buffer.Buffer);
|
|
18479
|
-
var lr = new
|
|
18484
|
+
var lr = new Ge({ createDigest: It }), Ur = new Bt({ createDigest: It }), Br = new ve({ createDigest: It, createRandomBytes: function(v, y) {
|
|
18480
18485
|
var C = ar.random(v);
|
|
18481
18486
|
return bn.from(C.toString(), "hex").toString(y);
|
|
18482
18487
|
}, keyDecoder: function(v, y) {
|
|
@@ -18633,7 +18638,7 @@ function Ju(n, e, t, r, o, i) {
|
|
|
18633
18638
|
to: "/account",
|
|
18634
18639
|
class: "button gray-button pointer left-button"
|
|
18635
18640
|
}, {
|
|
18636
|
-
default:
|
|
18641
|
+
default: Ke(() => [
|
|
18637
18642
|
m("img", {
|
|
18638
18643
|
src: n.getIcon("arrow-gray-right.svg"),
|
|
18639
18644
|
height: "20",
|
|
@@ -18692,7 +18697,7 @@ function Ju(n, e, t, r, o, i) {
|
|
|
18692
18697
|
]),
|
|
18693
18698
|
n.account.mfaEnabled !== o.mfaEnable ? (R(), O("form", {
|
|
18694
18699
|
key: 0,
|
|
18695
|
-
onSubmit: e[6] || (e[6] =
|
|
18700
|
+
onSubmit: e[6] || (e[6] = He((...s) => i.validateMFA && i.validateMFA(...s), ["prevent"])),
|
|
18696
18701
|
class: "half-top"
|
|
18697
18702
|
}, [
|
|
18698
18703
|
m("div", null, [
|
|
@@ -18703,7 +18708,7 @@ function Ju(n, e, t, r, o, i) {
|
|
|
18703
18708
|
class: "edit-input h-40 lh-40",
|
|
18704
18709
|
style: { margin: "0 auto", height: "25px", width: "100%" },
|
|
18705
18710
|
required: "",
|
|
18706
|
-
onKeydown: e[5] || (e[5] = fn(
|
|
18711
|
+
onKeydown: e[5] || (e[5] = fn(He(() => {
|
|
18707
18712
|
}, ["prevent"]), ["space"]))
|
|
18708
18713
|
}, null, 40, fu), [
|
|
18709
18714
|
[ot, n.otp]
|
|
@@ -18740,7 +18745,7 @@ function Ju(n, e, t, r, o, i) {
|
|
|
18740
18745
|
])
|
|
18741
18746
|
]),
|
|
18742
18747
|
ge(m("form", {
|
|
18743
|
-
onSubmit: e[11] || (e[11] =
|
|
18748
|
+
onSubmit: e[11] || (e[11] = He((...s) => i.submitChangePassword && i.submitChangePassword(...s), ["prevent"])),
|
|
18744
18749
|
class: "center-text half-top"
|
|
18745
18750
|
}, [
|
|
18746
18751
|
ge(m("input", {
|
|
@@ -18791,7 +18796,7 @@ function Ju(n, e, t, r, o, i) {
|
|
|
18791
18796
|
exact: "",
|
|
18792
18797
|
class: "color-black"
|
|
18793
18798
|
}, {
|
|
18794
|
-
default:
|
|
18799
|
+
default: Ke(() => [
|
|
18795
18800
|
be(z(n.ssoLang[n.appLanguage].by_clicking_here), 1)
|
|
18796
18801
|
]),
|
|
18797
18802
|
_: 1
|
|
@@ -18835,7 +18840,7 @@ function Ju(n, e, t, r, o, i) {
|
|
|
18835
18840
|
]),
|
|
18836
18841
|
m("p", Vu, z(n.ssoLang[n.appLanguage].active_account_p), 1),
|
|
18837
18842
|
m("form", {
|
|
18838
|
-
onSubmit: e[14] || (e[14] =
|
|
18843
|
+
onSubmit: e[14] || (e[14] = He((...s) => i.deleteAccountSubmit && i.deleteAccountSubmit(...s), ["prevent"]))
|
|
18839
18844
|
}, [
|
|
18840
18845
|
m("button", Qu, [
|
|
18841
18846
|
o.loading ? (R(), O("span", Yu)) : (R(), O("span", $u, z(n.ssoLang[n.appLanguage].permanent_delete), 1))
|
|
@@ -19005,7 +19010,7 @@ function Ld(n, e, t, r, o, i) {
|
|
|
19005
19010
|
to: "/account",
|
|
19006
19011
|
class: "button gray-button pointer left-button"
|
|
19007
19012
|
}, {
|
|
19008
|
-
default:
|
|
19013
|
+
default: Ke(() => [
|
|
19009
19014
|
m("img", {
|
|
19010
19015
|
src: n.getIcon("arrow-gray-right.svg"),
|
|
19011
19016
|
height: "20",
|
|
@@ -19071,7 +19076,7 @@ function Ld(n, e, t, r, o, i) {
|
|
|
19071
19076
|
o.showCancelModal ? (R(), O("div", {
|
|
19072
19077
|
key: 1,
|
|
19073
19078
|
class: "modal-overlay",
|
|
19074
|
-
onClick: e[6] || (e[6] =
|
|
19079
|
+
onClick: e[6] || (e[6] = He((...c) => i.closeCancelModal && i.closeCancelModal(...c), ["self"]))
|
|
19075
19080
|
}, [
|
|
19076
19081
|
m("div", Sd, [
|
|
19077
19082
|
m("div", Id, [
|
|
@@ -19447,7 +19452,7 @@ const Qd = /* @__PURE__ */ Lr(Kd, [["render", Vd], ["__scopeId", "data-v-ed86631
|
|
|
19447
19452
|
"is-disabled": de.disabled || !1,
|
|
19448
19453
|
onSelect: (Et) => q(de)
|
|
19449
19454
|
}, {
|
|
19450
|
-
default:
|
|
19455
|
+
default: Ke(() => [
|
|
19451
19456
|
Xt(I.$slots, "option", { option: de }, () => [
|
|
19452
19457
|
be(z(I.getOptionLabel(de)), 1)
|
|
19453
19458
|
], !0)
|
|
@@ -19558,7 +19563,7 @@ function bp(n, e, t, r, o, i) {
|
|
|
19558
19563
|
to: "/account",
|
|
19559
19564
|
class: "button gray-button pointer left-button"
|
|
19560
19565
|
}, {
|
|
19561
|
-
default:
|
|
19566
|
+
default: Ke(() => [
|
|
19562
19567
|
m("img", {
|
|
19563
19568
|
src: n.getIcon("arrow-gray-right.svg"),
|
|
19564
19569
|
height: "20",
|
|
@@ -19575,7 +19580,7 @@ function bp(n, e, t, r, o, i) {
|
|
|
19575
19580
|
m("p", dp, z(n.ssoLang[n.appLanguage].general_p), 1),
|
|
19576
19581
|
m("form", {
|
|
19577
19582
|
class: "full-top",
|
|
19578
|
-
onSubmit: e[6] || (e[6] =
|
|
19583
|
+
onSubmit: e[6] || (e[6] = He((...c) => i.submitGeneralUpdate && i.submitGeneralUpdate(...c), ["prevent"]))
|
|
19579
19584
|
}, [
|
|
19580
19585
|
m("h3", pp, z(n.ssoLang[n.appLanguage].personal_details), 1),
|
|
19581
19586
|
ge(m("input", {
|
|
@@ -19742,7 +19747,7 @@ function Yp(n, e, t, r, o, i) {
|
|
|
19742
19747
|
return o.passwordChange ? (R(), O("form", {
|
|
19743
19748
|
key: 1,
|
|
19744
19749
|
class: "page-login content-boxed content-boxed-padding",
|
|
19745
|
-
onSubmit: e[7] || (e[7] =
|
|
19750
|
+
onSubmit: e[7] || (e[7] = He((...s) => i.changePw && i.changePw(...s), ["prevent"]))
|
|
19746
19751
|
}, [
|
|
19747
19752
|
m("h3", Lp, z(n.ssoLang[this.appLanguage].password_change), 1),
|
|
19748
19753
|
m("p", Op, z(n.ssoLang[this.appLanguage].password_new), 1),
|
|
@@ -19816,7 +19821,7 @@ function Yp(n, e, t, r, o, i) {
|
|
|
19816
19821
|
], 32)) : (R(), O("form", {
|
|
19817
19822
|
key: 0,
|
|
19818
19823
|
class: "page-login content-boxed content-boxed-padding",
|
|
19819
|
-
onSubmit: e[2] || (e[2] =
|
|
19824
|
+
onSubmit: e[2] || (e[2] = He((...s) => i.resetEmail && i.resetEmail(...s), ["prevent"])),
|
|
19820
19825
|
autocomplete: "on"
|
|
19821
19826
|
}, [
|
|
19822
19827
|
m("h3", Cp, z(n.ssoLang[this.appLanguage].reset_password), 1),
|
|
@@ -19832,7 +19837,7 @@ function Yp(n, e, t, r, o, i) {
|
|
|
19832
19837
|
ge(m("input", {
|
|
19833
19838
|
id: "emailInput",
|
|
19834
19839
|
"onUpdate:modelValue": e[0] || (e[0] = (s) => o.email = s),
|
|
19835
|
-
onKeydown: e[1] || (e[1] = fn(
|
|
19840
|
+
onKeydown: e[1] || (e[1] = fn(He(() => {
|
|
19836
19841
|
}, ["prevent"]), ["space"])),
|
|
19837
19842
|
type: "email",
|
|
19838
19843
|
placeholder: n.ssoLang[this.appLanguage].email,
|
|
@@ -19860,7 +19865,7 @@ function Yp(n, e, t, r, o, i) {
|
|
|
19860
19865
|
class: "create float-right",
|
|
19861
19866
|
to: "/verify"
|
|
19862
19867
|
}, {
|
|
19863
|
-
default:
|
|
19868
|
+
default: Ke(() => [
|
|
19864
19869
|
be(z(n.ssoLang[this.appLanguage].verify_account), 1)
|
|
19865
19870
|
]),
|
|
19866
19871
|
_: 1
|
|
@@ -19869,7 +19874,7 @@ function Yp(n, e, t, r, o, i) {
|
|
|
19869
19874
|
class: "forgot float-left",
|
|
19870
19875
|
to: "/login"
|
|
19871
19876
|
}, {
|
|
19872
|
-
default:
|
|
19877
|
+
default: Ke(() => [
|
|
19873
19878
|
be(z(n.ssoLang[this.appLanguage].sign_in), 1)
|
|
19874
19879
|
]),
|
|
19875
19880
|
_: 1
|
|
@@ -20124,7 +20129,13 @@ const To = /* @__PURE__ */ Yt(Jp, [["render", th]]), nh = /* @__PURE__ */ Object
|
|
|
20124
20129
|
}
|
|
20125
20130
|
},
|
|
20126
20131
|
async mounted() {
|
|
20127
|
-
this.checkAndClearStorage(), this.applyBgStyle(), this.setView(this.viewProp), this.updateMetadata(), te.$on("ssoEvent", this.ssoOutgoingEvent), te.$on("ssoLogout", (n) => this.logout(n)), te.$on("getLoggedInAccounts", () => this.getLoggedInAccounts()), te.$on("refreshTokenAction", (n) => this.refreshTokenAction({ ...n, storage: this.$storex })), te.$on("switchAccount", (n) => this.switchAccount(n)), te.$on("setToken", (n) => this.setToken(n)), te.$on("setStorageItem", (n) => this.setStorageItem(n)), this.isNative && this.$
|
|
20132
|
+
this.checkAndClearStorage(), this.applyBgStyle(), this.setView(this.viewProp), this.updateMetadata(), te.$on("ssoEvent", this.ssoOutgoingEvent), te.$on("ssoLogout", (n) => this.logout(n)), te.$on("getLoggedInAccounts", () => this.getLoggedInAccounts()), te.$on("refreshTokenAction", (n) => this.refreshTokenAction({ ...n, storage: this.$storex })), te.$on("switchAccount", (n) => this.switchAccount(n)), te.$on("setToken", (n) => this.setToken(n)), te.$on("setStorageItem", (n) => this.setStorageItem(n)), this.isNative && this.$nextTick(() => {
|
|
20133
|
+
try {
|
|
20134
|
+
this.$store && this.$store.state && this.$store.state.auth && this.$store.commit("auth/addAllowedOrigin", "capacitor://localhost");
|
|
20135
|
+
} catch (n) {
|
|
20136
|
+
console.error("Failed to add capacitor origin to allowed origins:", n);
|
|
20137
|
+
}
|
|
20138
|
+
});
|
|
20128
20139
|
},
|
|
20129
20140
|
methods: {
|
|
20130
20141
|
checkAndClearStorage() {
|
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-
|
|
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}
|