@tapni/auth 1.0.46 → 1.0.47
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 +10 -10
- package/dist/{Apps-BELm7x4w.js → Apps-D4H4IJZX.js} +1 -1
- package/dist/{Billing-CAxuCqYV.js → Billing-BLrwskkl.js} +1 -1
- package/dist/{CustomApp-D4Bb9pYn.js → CustomApp-DbjFXM-t.js} +1 -1
- package/dist/{QR-DK0NrOqH.js → QR-DaK9QvDr.js} +1 -1
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +7 -7
- package/dist/{install-BqTsNWRS.js → install-CSf90tvZ.js} +585 -543
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/App.vue +2 -2
- package/src/services/UserService.js +3 -0
- package/src/views/Account.vue +1 -1
- package/src/views/General.vue +56 -25
- package/src/views/Security.vue +10 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { reactive as Hr, readonly as xi, resolveComponent as rn, openBlock as O, createElementBlock as
|
|
1
|
+
import { reactive as Hr, readonly as xi, resolveComponent as rn, openBlock as O, createElementBlock as U, createElementVNode as _, toDisplayString as B, createCommentVNode as le, createVNode as gt, withCtx as et, createTextVNode as Ee, createStaticVNode as Ui, nextTick as So, withModifiers as Xe, normalizeStyle as Ir, withDirectives as _e, withKeys as mn, vModelText as ct, vModelDynamic as hr, vShow as kt, createBlock as ze, normalizeClass as fn, vModelCheckbox as Io, defineComponent as ei, mergeModels as Ao, useModel as Bi, ref as wn, computed as Ro, watch as io, onMounted as Di, onBeforeUnmount as ji, renderSlot as Wt, Fragment as Fr, renderList as qr, Teleport as Hi, unref as Fi } from "vue";
|
|
2
2
|
import { createRouter as qi, createWebHistory as Ki, RouterView as Gi } from "vue-router";
|
|
3
3
|
import { createNamespacedHelpers as Vi, createStore as Qi } from "vuex";
|
|
4
|
-
import { Capacitor as
|
|
5
|
-
import
|
|
4
|
+
import { Capacitor as Gn, registerPlugin as Ar, WebPlugin as $i } from "@capacitor/core";
|
|
5
|
+
import we from "await-to-js";
|
|
6
6
|
import ao from "axios";
|
|
7
7
|
import { jwtDecode as ti } from "jwt-decode";
|
|
8
8
|
import { Device as Kr } from "@capacitor/device";
|
|
@@ -597,7 +597,7 @@ co.write = function(n, e, t, r, o, i) {
|
|
|
597
597
|
}
|
|
598
598
|
return M;
|
|
599
599
|
}
|
|
600
|
-
function
|
|
600
|
+
function Ce(h, c, d, g) {
|
|
601
601
|
return yt(vt(c, h.length - d), h, d, g);
|
|
602
602
|
}
|
|
603
603
|
function Le(h, c, d, g) {
|
|
@@ -631,7 +631,7 @@ co.write = function(n, e, t, r, o, i) {
|
|
|
631
631
|
return re(this, c, d, g);
|
|
632
632
|
case "utf8":
|
|
633
633
|
case "utf-8":
|
|
634
|
-
return
|
|
634
|
+
return Ce(this, c, d, g);
|
|
635
635
|
case "ascii":
|
|
636
636
|
case "latin1":
|
|
637
637
|
case "binary":
|
|
@@ -1144,19 +1144,19 @@ co.write = function(n, e, t, r, o, i) {
|
|
|
1144
1144
|
throw new Error("BigInt not supported");
|
|
1145
1145
|
}
|
|
1146
1146
|
})(so);
|
|
1147
|
-
const bn = so.Buffer, la = so.Buffer,
|
|
1147
|
+
const bn = so.Buffer, la = so.Buffer, lr = Hr(/* @__PURE__ */ new Map()), ne = {
|
|
1148
1148
|
$on(n, e) {
|
|
1149
|
-
let t =
|
|
1150
|
-
t || (t = /* @__PURE__ */ new Set(),
|
|
1149
|
+
let t = lr.get(n);
|
|
1150
|
+
t || (t = /* @__PURE__ */ new Set(), lr.set(n, t)), t.add(e);
|
|
1151
1151
|
},
|
|
1152
1152
|
$emit(n, ...e) {
|
|
1153
|
-
const t =
|
|
1153
|
+
const t = lr.get(n);
|
|
1154
1154
|
if (t)
|
|
1155
1155
|
for (const r of t)
|
|
1156
1156
|
r(...e);
|
|
1157
1157
|
},
|
|
1158
1158
|
$off(n, e) {
|
|
1159
|
-
const t =
|
|
1159
|
+
const t = lr.get(n);
|
|
1160
1160
|
t && t.delete(e);
|
|
1161
1161
|
}
|
|
1162
1162
|
};
|
|
@@ -1167,7 +1167,7 @@ const ua = {
|
|
|
1167
1167
|
return this.$storex && this.$storex.token && this.$storex.username ? "/" + this.$storex.username : "/welcome";
|
|
1168
1168
|
},
|
|
1169
1169
|
isAndroid() {
|
|
1170
|
-
return /Android/i.test(navigator.userAgent) ||
|
|
1170
|
+
return /Android/i.test(navigator.userAgent) || Gn.getPlatform() === "android";
|
|
1171
1171
|
},
|
|
1172
1172
|
isiOS() {
|
|
1173
1173
|
return [
|
|
@@ -1177,10 +1177,10 @@ const ua = {
|
|
|
1177
1177
|
"iPad",
|
|
1178
1178
|
"iPhone",
|
|
1179
1179
|
"iPod"
|
|
1180
|
-
].includes(navigator.platform) || navigator.userAgent.includes("Mac") && "ontouchend" in document ||
|
|
1180
|
+
].includes(navigator.platform) || navigator.userAgent.includes("Mac") && "ontouchend" in document || Gn.getPlatform() === "ios";
|
|
1181
1181
|
},
|
|
1182
1182
|
isNative() {
|
|
1183
|
-
return
|
|
1183
|
+
return Gn.isNativePlatform();
|
|
1184
1184
|
}
|
|
1185
1185
|
},
|
|
1186
1186
|
methods: {
|
|
@@ -1343,7 +1343,7 @@ const ua = {
|
|
|
1343
1343
|
};
|
|
1344
1344
|
function wa(n, e, t, r, o, i) {
|
|
1345
1345
|
const a = rn("router-link");
|
|
1346
|
-
return O(),
|
|
1346
|
+
return O(), U("div", ma, [
|
|
1347
1347
|
_("video", {
|
|
1348
1348
|
id: "tapniVideo",
|
|
1349
1349
|
muted: "",
|
|
@@ -1358,8 +1358,8 @@ function wa(n, e, t, r, o, i) {
|
|
|
1358
1358
|
type: "video/mp4"
|
|
1359
1359
|
}, null, -1)
|
|
1360
1360
|
]), 8, ga),
|
|
1361
|
-
_("h1", _a,
|
|
1362
|
-
_("p", va,
|
|
1361
|
+
_("h1", _a, B(n.ssoLang[this.appLanguage].welcome), 1),
|
|
1362
|
+
_("p", va, B(n.ssoLang[this.appLanguage].welcome_p1), 1),
|
|
1363
1363
|
le("", !0),
|
|
1364
1364
|
le("", !0),
|
|
1365
1365
|
gt(a, {
|
|
@@ -1368,22 +1368,22 @@ function wa(n, e, t, r, o, i) {
|
|
|
1368
1368
|
class: "button-center button button-90 google-button bg-tapni-grey pointer"
|
|
1369
1369
|
}, {
|
|
1370
1370
|
default: et(() => [
|
|
1371
|
-
_("span", null,
|
|
1371
|
+
_("span", null, B(n.ssoLang[this.appLanguage].create_account), 1)
|
|
1372
1372
|
]),
|
|
1373
1373
|
_: 1
|
|
1374
1374
|
}),
|
|
1375
1375
|
_("div", ya, [
|
|
1376
1376
|
gt(a, { to: "/login" }, {
|
|
1377
1377
|
default: et(() => [
|
|
1378
|
-
Ee(
|
|
1379
|
-
_("b", null,
|
|
1378
|
+
Ee(B(n.ssoLang[this.appLanguage].already_registered) + "? ", 1),
|
|
1379
|
+
_("b", null, B(n.ssoLang[this.appLanguage].sign_in), 1)
|
|
1380
1380
|
]),
|
|
1381
1381
|
_: 1
|
|
1382
1382
|
}),
|
|
1383
1383
|
e[2] || (e[2] = _("div", { class: "clear" }, null, -1))
|
|
1384
1384
|
]),
|
|
1385
1385
|
le("", !0),
|
|
1386
|
-
this.isNative ? le("", !0) : (O(),
|
|
1386
|
+
this.isNative ? le("", !0) : (O(), U("div", ba, e[3] || (e[3] = [
|
|
1387
1387
|
Ui('<a href="https://play.google.com/store/apps/details?id=co.tapni.app" target="_blank" data-v-cb61958b><img src="https://cdn.tapni.co/images/playstore.png" class="app-store-icon pointer" style="width:55px;" data-v-cb61958b></a><a href="https://apps.apple.com/ag/app/tapni/id1552930233" target="_blank" data-v-cb61958b><img src="https://cdn.tapni.co/images/appstore.png" class="app-store-icon pointer" style="width:55px;" data-v-cb61958b></a><a href="https://appgallery.huawei.com/#/app/C103931997" target="_blank" data-v-cb61958b><img src="https://cdn.tapni.co/images/appgallery.png" class="app-store-icon pointer" style="width:55px;" data-v-cb61958b></a>', 3)
|
|
1388
1388
|
])))
|
|
1389
1389
|
]);
|
|
@@ -1391,7 +1391,7 @@ function wa(n, e, t, r, o, i) {
|
|
|
1391
1391
|
const lo = /* @__PURE__ */ an(fa, [["render", wa], ["__scopeId", "data-v-cb61958b"]]), ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1392
1392
|
__proto__: null,
|
|
1393
1393
|
default: lo
|
|
1394
|
-
}, Symbol.toStringTag, { value: "Module" })), Ca = "1.0.
|
|
1394
|
+
}, Symbol.toStringTag, { value: "Module" })), Ca = "1.0.47", qn = {
|
|
1395
1395
|
getMe() {
|
|
1396
1396
|
return pe().get("/users/me");
|
|
1397
1397
|
},
|
|
@@ -1432,6 +1432,9 @@ const lo = /* @__PURE__ */ an(fa, [["render", wa], ["__scopeId", "data-v-cb61958
|
|
|
1432
1432
|
},
|
|
1433
1433
|
loginUsingQR(n) {
|
|
1434
1434
|
return pe().post("/users/qr/login", n);
|
|
1435
|
+
},
|
|
1436
|
+
updateAccount(n) {
|
|
1437
|
+
return pe().put("/accounts/me", n);
|
|
1435
1438
|
}
|
|
1436
1439
|
}, Po = {
|
|
1437
1440
|
registerDevice(n) {
|
|
@@ -5825,7 +5828,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5825
5828
|
app_region: "지역",
|
|
5826
5829
|
app_region_p: "맞춤형 결제 및 지원을 위해 지역을 선택하세요"
|
|
5827
5830
|
}
|
|
5828
|
-
}, Mo = () => Promise.resolve().then(() => ka), Ta = () => Promise.resolve().then(() => Rc), Sa = () => Promise.resolve().then(() => Al), Ia = () => Promise.resolve().then(() =>
|
|
5831
|
+
}, Mo = () => Promise.resolve().then(() => ka), Ta = () => Promise.resolve().then(() => Rc), Sa = () => Promise.resolve().then(() => Al), Ia = () => Promise.resolve().then(() => ap), Aa = () => Promise.resolve().then(() => tl), Ra = () => Promise.resolve().then(() => ql), Pa = () => Promise.resolve().then(() => pp), Ma = () => import("./QR-DaK9QvDr.js"), Na = () => Promise.resolve().then(() => Ku), Oa = () => import("./Apps-D4H4IJZX.js"), La = () => import("./Billing-BLrwskkl.js"), za = () => import("./CustomApp-DbjFXM-t.js"), xa = () => Promise.resolve().then(() => Md), Ua = [
|
|
5829
5832
|
{
|
|
5830
5833
|
path: "/welcome",
|
|
5831
5834
|
name: "AuthWelcome",
|
|
@@ -6016,7 +6019,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6016
6019
|
},
|
|
6017
6020
|
actions: {
|
|
6018
6021
|
async getAccountSettings({ state: n, commit: e, dispatch: t }) {
|
|
6019
|
-
const [r, o] = await
|
|
6022
|
+
const [r, o] = await we(
|
|
6020
6023
|
nt.getAccountSettings()
|
|
6021
6024
|
);
|
|
6022
6025
|
if (r) return t("errorHandler", r);
|
|
@@ -6054,13 +6057,13 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6054
6057
|
document.getElementById("snackbar").classList.remove("show-snack"), document.getElementById("successSnack").classList.remove("active-snack"), document.getElementById("errorSnack").classList.remove("active-snack");
|
|
6055
6058
|
},
|
|
6056
6059
|
async eventLog({ commit: n, dispatch: e }, t) {
|
|
6057
|
-
const [r, o] = await
|
|
6058
|
-
|
|
6060
|
+
const [r, o] = await we(
|
|
6061
|
+
qn.eventLog(t)
|
|
6059
6062
|
);
|
|
6060
6063
|
return r ? e("errorHandler", r) : o;
|
|
6061
6064
|
},
|
|
6062
6065
|
async maintenance({ commit: n }) {
|
|
6063
|
-
const [e, t] = await
|
|
6066
|
+
const [e, t] = await we(
|
|
6064
6067
|
ao.get("https://status.tapni.co/data/maintenance.json")
|
|
6065
6068
|
);
|
|
6066
6069
|
if (e) return console.error(e);
|
|
@@ -6095,7 +6098,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6095
6098
|
if (t.refreshing)
|
|
6096
6099
|
return null;
|
|
6097
6100
|
t.refreshing = !0;
|
|
6098
|
-
const [i, a] = await
|
|
6101
|
+
const [i, a] = await we(
|
|
6099
6102
|
nt.refreshToken({
|
|
6100
6103
|
id: o.id,
|
|
6101
6104
|
refreshToken: r.refreshTokens[0],
|
|
@@ -6105,7 +6108,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6105
6108
|
i && i.response && i.response.data.error === "ACCESS_DENIED" && (n("logout", { refreshToken: r.refreshTokens[0] }), setTimeout(() => location.reload(), 1500)), a && a.data && (e("setToken", a.data.token), ne.$emit("ssoEvent", { name: "setStorage", data: t.$storex })), t.refreshing = !1;
|
|
6106
6109
|
},
|
|
6107
6110
|
async login({ commit: n, state: e, dispatch: t }, r) {
|
|
6108
|
-
const [o, i] = await
|
|
6111
|
+
const [o, i] = await we(nt.login(r));
|
|
6109
6112
|
if (o) return t("errorHandler", o);
|
|
6110
6113
|
if (i.data.success)
|
|
6111
6114
|
return e.display !== "popup" && (t("loginSetup", { ...i, isModal: r.isModal }), await t("getLoggedInAccounts")), t("loginSuccess", { ...i, isModal: r.isModal }), !0;
|
|
@@ -6134,42 +6137,42 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6134
6137
|
}, 1500)), ne.$emit("ssoEvent", { name: "redirect", data: "/" + o.data.data.username + "#edit" }));
|
|
6135
6138
|
},
|
|
6136
6139
|
async register({ commit: n, dispatch: e }, t) {
|
|
6137
|
-
const [r, o] = await
|
|
6140
|
+
const [r, o] = await we(
|
|
6138
6141
|
nt.register(t)
|
|
6139
6142
|
);
|
|
6140
6143
|
return r ? e("errorHandler", r) : o;
|
|
6141
6144
|
},
|
|
6142
6145
|
async verify({ commit: n, dispatch: e }, t) {
|
|
6143
|
-
const [r, o] = await
|
|
6146
|
+
const [r, o] = await we(nt.verify(t));
|
|
6144
6147
|
return r ? e("errorHandler", r) : o;
|
|
6145
6148
|
},
|
|
6146
6149
|
async reset({ commit: n, state: e, getters: t, dispatch: r }, o) {
|
|
6147
|
-
const [i, a] = await
|
|
6150
|
+
const [i, a] = await we(
|
|
6148
6151
|
nt.sendResetEmail(o)
|
|
6149
6152
|
);
|
|
6150
6153
|
if (i) return r("errorHandler", i);
|
|
6151
6154
|
a.data.success && r("successSnack", e.ssoLang[t.appLanguage].password_reset_success);
|
|
6152
6155
|
},
|
|
6153
6156
|
async exchangeAuthCode({ commit: n, dispatch: e }, t) {
|
|
6154
|
-
const [r, o] = await
|
|
6157
|
+
const [r, o] = await we(nt.exchangeAuthCode(t));
|
|
6155
6158
|
if (r) return e("errorHandler", r);
|
|
6156
6159
|
await e("loginSetup", o), await e("getLoggedInAccounts"), e("loginSuccess", o);
|
|
6157
6160
|
},
|
|
6158
6161
|
async changePassword({ commit: n, dispatch: e }, t) {
|
|
6159
|
-
const [r, o] = await
|
|
6162
|
+
const [r, o] = await we(
|
|
6160
6163
|
nt.changePassword(t)
|
|
6161
6164
|
);
|
|
6162
6165
|
return r ? e("errorHandler", r) : o.data.success;
|
|
6163
6166
|
},
|
|
6164
6167
|
async newPassword({ commit: n, dispatch: e }, t) {
|
|
6165
|
-
const [r, o] = await
|
|
6166
|
-
|
|
6168
|
+
const [r, o] = await we(
|
|
6169
|
+
qn.newPassword(t)
|
|
6167
6170
|
);
|
|
6168
6171
|
return r ? e("errorHandler", r) : o.data.success;
|
|
6169
6172
|
},
|
|
6170
6173
|
async deleteAccount({ commit: n, dispatch: e }, t) {
|
|
6171
|
-
const [r, o] = await
|
|
6172
|
-
|
|
6174
|
+
const [r, o] = await we(
|
|
6175
|
+
qn.deleteAccount(t)
|
|
6173
6176
|
);
|
|
6174
6177
|
return r ? e("errorHandler", r) : o.data.success;
|
|
6175
6178
|
},
|
|
@@ -6187,19 +6190,19 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6187
6190
|
webViewVersion: r.webViewVersion
|
|
6188
6191
|
}
|
|
6189
6192
|
};
|
|
6190
|
-
const [i, a] = await
|
|
6193
|
+
const [i, a] = await we(
|
|
6191
6194
|
Po.registerDevice(o)
|
|
6192
6195
|
);
|
|
6193
6196
|
return i ? e("errorHandler", i) : a;
|
|
6194
6197
|
},
|
|
6195
6198
|
async addFcmToken({ commit: n, dispatch: e }, t) {
|
|
6196
|
-
const [r, o] = await
|
|
6199
|
+
const [r, o] = await we(
|
|
6197
6200
|
Po.addFcmToken(t)
|
|
6198
6201
|
);
|
|
6199
6202
|
return r ? e("errorHandler", r) : o;
|
|
6200
6203
|
},
|
|
6201
6204
|
async acceptCompanyInvitation({ commit: n, dispatch: e }, t) {
|
|
6202
|
-
const [r, o] = await
|
|
6205
|
+
const [r, o] = await we(
|
|
6203
6206
|
Qr.acceptCompanyInvitation(t)
|
|
6204
6207
|
);
|
|
6205
6208
|
return r ? e("errorHandler", r) : o;
|
|
@@ -6224,7 +6227,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6224
6227
|
}
|
|
6225
6228
|
},
|
|
6226
6229
|
async getCompanyBySSOEmail({ commit: n, dispatch: e }, t) {
|
|
6227
|
-
const [r, o] = await
|
|
6230
|
+
const [r, o] = await we(
|
|
6228
6231
|
Qr.getBySSOEmail(t.email)
|
|
6229
6232
|
);
|
|
6230
6233
|
if (r) return e("errorHandler", r);
|
|
@@ -6233,7 +6236,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6233
6236
|
},
|
|
6234
6237
|
async getLoggedInAccounts({ getters: n, dispatch: e }) {
|
|
6235
6238
|
if (n.refreshTokens && n.refreshTokens.length >= 1) {
|
|
6236
|
-
const [t, r] = await
|
|
6239
|
+
const [t, r] = await we(
|
|
6237
6240
|
nt.getLoggedInAccounts({ refreshTokens: n.refreshTokens })
|
|
6238
6241
|
);
|
|
6239
6242
|
if (t) return e("errorHandler", t);
|
|
@@ -6241,8 +6244,8 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
6241
6244
|
}
|
|
6242
6245
|
},
|
|
6243
6246
|
async loginUsingQR({ commit: n, dispatch: e }, t) {
|
|
6244
|
-
const [r, o] = await
|
|
6245
|
-
|
|
6247
|
+
const [r, o] = await we(
|
|
6248
|
+
qn.loginUsingQR(t)
|
|
6246
6249
|
);
|
|
6247
6250
|
return r ? e("errorHandler", r) : o.data.success;
|
|
6248
6251
|
},
|
|
@@ -6417,11 +6420,11 @@ const nt = {
|
|
|
6417
6420
|
async googleLogin() {
|
|
6418
6421
|
var t;
|
|
6419
6422
|
this.googleLoad = !0;
|
|
6420
|
-
let [n, e] = await
|
|
6423
|
+
let [n, e] = await we(Oo.signIn());
|
|
6421
6424
|
if (n) return this.googleLoad = !1;
|
|
6422
6425
|
if (this.referral && (e.ref = this.referral), e.authentication && (e.authentication.accessToken || e.authentication.idToken)) {
|
|
6423
6426
|
this.referral && (e.ref = this.referral), this.display === "popup" && (e.response_type = "code");
|
|
6424
|
-
const [r, o] = await
|
|
6427
|
+
const [r, o] = await we(nt.googleSDK(e, this.$storex));
|
|
6425
6428
|
if (r)
|
|
6426
6429
|
return this.googleLoad = !1, ne.$emit("ssoEvent", { name: "setLoading", data: !1 }), this.errorHandler(r);
|
|
6427
6430
|
if (o.data.success) {
|
|
@@ -6452,7 +6455,7 @@ const nt = {
|
|
|
6452
6455
|
async appleLogin() {
|
|
6453
6456
|
var t;
|
|
6454
6457
|
this.appleLoad = !0;
|
|
6455
|
-
const [n, e] = await
|
|
6458
|
+
const [n, e] = await we(
|
|
6456
6459
|
Ba.authorize({
|
|
6457
6460
|
clientId: "co.tapni.applelogin",
|
|
6458
6461
|
redirectURI: "https://" + window.location.host + "/login",
|
|
@@ -6462,7 +6465,7 @@ const nt = {
|
|
|
6462
6465
|
if (n) return this.appleLoad = !1;
|
|
6463
6466
|
if (e.response.tokenData = ti(e.response.identityToken), e && e.response && e.response.identityToken) {
|
|
6464
6467
|
this.referral && (e.response.ref = this.referral), this.display === "popup" && (e.response_type = "code");
|
|
6465
|
-
const [r, o] = await
|
|
6468
|
+
const [r, o] = await we(nt.appleSDK(e.response, this.$storex));
|
|
6466
6469
|
if (r)
|
|
6467
6470
|
return this.appleLoad = !1, ne.$emit("ssoEvent", { name: "setLoading", data: !1 }), this.errorHandler(r);
|
|
6468
6471
|
if (o.data.success) {
|
|
@@ -6818,11 +6821,11 @@ var b = {
|
|
|
6818
6821
|
ID_TOKEN_RESPONSE_TYPE: "id_token",
|
|
6819
6822
|
SHR_NONCE_VALIDITY: 240,
|
|
6820
6823
|
INVALID_INSTANCE: "invalid_instance"
|
|
6821
|
-
},
|
|
6824
|
+
}, or = [
|
|
6822
6825
|
b.OPENID_SCOPE,
|
|
6823
6826
|
b.PROFILE_SCOPE,
|
|
6824
6827
|
b.OFFLINE_ACCESS_SCOPE
|
|
6825
|
-
], zo = Pr(
|
|
6828
|
+
], zo = Pr(or, [
|
|
6826
6829
|
b.EMAIL_SCOPE
|
|
6827
6830
|
]), _t;
|
|
6828
6831
|
(function(n) {
|
|
@@ -6851,10 +6854,10 @@ var Ze = {
|
|
|
6851
6854
|
NONE: "none",
|
|
6852
6855
|
CREATE: "create",
|
|
6853
6856
|
NO_SESSION: "no_session"
|
|
6854
|
-
},
|
|
6857
|
+
}, Vn;
|
|
6855
6858
|
(function(n) {
|
|
6856
6859
|
n.ACCOUNT = "account", n.SID = "sid", n.LOGIN_HINT = "login_hint", n.ID_TOKEN = "id_token", n.DOMAIN_HINT = "domain_hint", n.ORGANIZATIONS = "organizations", n.CONSUMERS = "consumers", n.ACCOUNT_ID = "accountIdentifier", n.HOMEACCOUNT_ID = "homeAccountIdentifier";
|
|
6857
|
-
})(
|
|
6860
|
+
})(Vn || (Vn = {}));
|
|
6858
6861
|
var xo = {
|
|
6859
6862
|
PLAIN: "plain",
|
|
6860
6863
|
S256: "S256"
|
|
@@ -6882,7 +6885,7 @@ var Zt;
|
|
|
6882
6885
|
(function(n) {
|
|
6883
6886
|
n[n.ADFS = 1001] = "ADFS", n[n.MSA = 1002] = "MSA", n[n.MSSTS = 1003] = "MSSTS", n[n.GENERIC = 1004] = "GENERIC", n[n.ACCESS_TOKEN = 2001] = "ACCESS_TOKEN", n[n.REFRESH_TOKEN = 2002] = "REFRESH_TOKEN", n[n.ID_TOKEN = 2003] = "ID_TOKEN", n[n.APP_METADATA = 3001] = "APP_METADATA", n[n.UNDEFINED = 9999] = "UNDEFINED";
|
|
6884
6887
|
})(Zt || (Zt = {}));
|
|
6885
|
-
var Wr = "appmetadata", ja = "client_info",
|
|
6888
|
+
var Wr = "appmetadata", ja = "client_info", Qn = "1", $n = {
|
|
6886
6889
|
CACHE_KEY: "authority-metadata",
|
|
6887
6890
|
REFRESH_TIME_SECONDS: 3600 * 24
|
|
6888
6891
|
// 24 Hours
|
|
@@ -6901,11 +6904,11 @@ var Ve = {
|
|
|
6901
6904
|
OVERFLOW_TRUE: "1",
|
|
6902
6905
|
OVERFLOW_FALSE: "0",
|
|
6903
6906
|
UNKNOWN_ERROR: "unknown_error"
|
|
6904
|
-
},
|
|
6907
|
+
}, ke;
|
|
6905
6908
|
(function(n) {
|
|
6906
6909
|
n.BEARER = "Bearer", n.POP = "pop", n.SSH = "ssh-cert";
|
|
6907
|
-
})(
|
|
6908
|
-
var
|
|
6910
|
+
})(ke || (ke = {}));
|
|
6911
|
+
var Yn = {
|
|
6909
6912
|
// Default time to throttle RequestThumbprint in seconds
|
|
6910
6913
|
DEFAULT_THROTTLE_TIME_SECONDS: 60,
|
|
6911
6914
|
// Default maximum time to throttle in seconds, overrides what the server sends back
|
|
@@ -6929,10 +6932,10 @@ var dn;
|
|
|
6929
6932
|
(function(n) {
|
|
6930
6933
|
n.FAILED_AUTO_DETECTION = "1", n.INTERNAL_CACHE = "2", n.ENVIRONMENT_VARIABLE = "3", n.IMDS = "4";
|
|
6931
6934
|
})(dn || (dn = {}));
|
|
6932
|
-
var
|
|
6935
|
+
var Wn;
|
|
6933
6936
|
(function(n) {
|
|
6934
6937
|
n.CONFIGURED_MATCHES_DETECTED = "1", n.CONFIGURED_NO_AUTO_DETECTION = "2", n.CONFIGURED_NOT_DETECTED = "3", n.AUTO_DETECTION_REQUESTED_SUCCESSFUL = "4", n.AUTO_DETECTION_REQUESTED_FAILED = "5";
|
|
6935
|
-
})(
|
|
6938
|
+
})(Wn || (Wn = {}));
|
|
6936
6939
|
var hn;
|
|
6937
6940
|
(function(n) {
|
|
6938
6941
|
n.NO_CACHE_HIT = "0", n.FORCE_REFRESH = "1", n.NO_CACHED_ACCESS_TOKEN = "2", n.CACHED_ACCESS_TOKEN_EXPIRED = "3", n.REFRESH_CACHED_ACCESS_TOKEN = "4", n.CLAIMS_REQUESTED_CACHE_SKIPPED = "5";
|
|
@@ -7498,10 +7501,10 @@ var ho = (
|
|
|
7498
7501
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7499
7502
|
var yi = "@azure/msal-common", fo = "13.3.1";
|
|
7500
7503
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7501
|
-
var
|
|
7504
|
+
var tr;
|
|
7502
7505
|
(function(n) {
|
|
7503
7506
|
n[n.None = 0] = "None", n.AzurePublic = "https://login.microsoftonline.com", n.AzurePpe = "https://login.windows-ppe.net", n.AzureChina = "https://login.chinacloudapi.cn", n.AzureGermany = "https://login.microsoftonline.de", n.AzureUsGovernment = "https://login.microsoftonline.us";
|
|
7504
|
-
})(
|
|
7507
|
+
})(tr || (tr = {}));
|
|
7505
7508
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
7506
7509
|
var ie = {
|
|
7507
7510
|
redirectUriNotSet: {
|
|
@@ -7977,14 +7980,14 @@ var at = (
|
|
|
7977
7980
|
if (t.indexOf(ee.ID_TOKEN.toLowerCase()) === -1 && t.indexOf(ee.ACCESS_TOKEN.toLowerCase()) === -1 && t.indexOf(ee.ACCESS_TOKEN_WITH_AUTH_SCHEME.toLowerCase()) === -1 && t.indexOf(ee.REFRESH_TOKEN.toLowerCase()) === -1)
|
|
7978
7981
|
return !1;
|
|
7979
7982
|
if (t.indexOf(ee.REFRESH_TOKEN.toLowerCase()) > -1) {
|
|
7980
|
-
var r = "" + ee.REFRESH_TOKEN + He.CACHE_KEY_SEPARATOR + this.clientId + He.CACHE_KEY_SEPARATOR, o = "" + ee.REFRESH_TOKEN + He.CACHE_KEY_SEPARATOR +
|
|
7983
|
+
var r = "" + ee.REFRESH_TOKEN + He.CACHE_KEY_SEPARATOR + this.clientId + He.CACHE_KEY_SEPARATOR, o = "" + ee.REFRESH_TOKEN + He.CACHE_KEY_SEPARATOR + Qn + He.CACHE_KEY_SEPARATOR;
|
|
7981
7984
|
if (t.indexOf(r.toLowerCase()) === -1 && t.indexOf(o.toLowerCase()) === -1)
|
|
7982
7985
|
return !1;
|
|
7983
7986
|
} else if (t.indexOf(this.clientId.toLowerCase()) === -1)
|
|
7984
7987
|
return !1;
|
|
7985
7988
|
return !0;
|
|
7986
7989
|
}, n.prototype.credentialMatchesFilter = function(e, t) {
|
|
7987
|
-
return !(t.clientId && !this.matchClientId(e, t.clientId) || t.userAssertionHash && !this.matchUserAssertionHash(e, t.userAssertionHash) || typeof t.homeAccountId == "string" && !this.matchHomeAccountId(e, t.homeAccountId) || t.environment && !this.matchEnvironment(e, t.environment) || t.realm && !this.matchRealm(e, t.realm) || t.credentialType && !this.matchCredentialType(e, t.credentialType) || t.familyId && !this.matchFamilyId(e, t.familyId) || t.target && !this.matchTarget(e, t.target) || (t.requestedClaimsHash || e.requestedClaimsHash) && e.requestedClaimsHash !== t.requestedClaimsHash || e.credentialType === ee.ACCESS_TOKEN_WITH_AUTH_SCHEME && (t.tokenType && !this.matchTokenType(e, t.tokenType) || t.tokenType ===
|
|
7990
|
+
return !(t.clientId && !this.matchClientId(e, t.clientId) || t.userAssertionHash && !this.matchUserAssertionHash(e, t.userAssertionHash) || typeof t.homeAccountId == "string" && !this.matchHomeAccountId(e, t.homeAccountId) || t.environment && !this.matchEnvironment(e, t.environment) || t.realm && !this.matchRealm(e, t.realm) || t.credentialType && !this.matchCredentialType(e, t.credentialType) || t.familyId && !this.matchFamilyId(e, t.familyId) || t.target && !this.matchTarget(e, t.target) || (t.requestedClaimsHash || e.requestedClaimsHash) && e.requestedClaimsHash !== t.requestedClaimsHash || e.credentialType === ee.ACCESS_TOKEN_WITH_AUTH_SCHEME && (t.tokenType && !this.matchTokenType(e, t.tokenType) || t.tokenType === ke.SSH && t.keyId && !this.matchKeyId(e, t.keyId)));
|
|
7988
7991
|
}, n.prototype.getAppMetadataFilteredBy = function(e) {
|
|
7989
7992
|
return this.getAppMetadataFilteredByInternal(e.environment, e.clientId);
|
|
7990
7993
|
}, n.prototype.getAppMetadataFilteredByInternal = function(e, t) {
|
|
@@ -8070,7 +8073,7 @@ var at = (
|
|
|
8070
8073
|
/*return*/
|
|
8071
8074
|
];
|
|
8072
8075
|
if (t.credentialType.toLowerCase() !== ee.ACCESS_TOKEN_WITH_AUTH_SCHEME.toLowerCase()) return [3, 4];
|
|
8073
|
-
if (t.tokenType !==
|
|
8076
|
+
if (t.tokenType !== ke.POP) return [3, 4];
|
|
8074
8077
|
if (r = t, o = r.keyId, !o) return [3, 4];
|
|
8075
8078
|
i.label = 1;
|
|
8076
8079
|
case 1:
|
|
@@ -8132,7 +8135,7 @@ var at = (
|
|
|
8132
8135
|
}, n.prototype.getAccessToken = function(e, t, r) {
|
|
8133
8136
|
var o = this;
|
|
8134
8137
|
this.commonLogger.trace("CacheManager - getAccessToken called");
|
|
8135
|
-
var i = Je.createSearchScopes(t.scopes), a = t.authenticationScheme ||
|
|
8138
|
+
var i = Je.createSearchScopes(t.scopes), a = t.authenticationScheme || ke.BEARER, s = a && a.toLowerCase() !== ke.BEARER.toLowerCase() ? ee.ACCESS_TOKEN_WITH_AUTH_SCHEME : ee.ACCESS_TOKEN, u = {
|
|
8136
8139
|
homeAccountId: e.homeAccountId,
|
|
8137
8140
|
environment: e.environment,
|
|
8138
8141
|
credentialType: s,
|
|
@@ -8176,7 +8179,7 @@ var at = (
|
|
|
8176
8179
|
}, n.prototype.getRefreshToken = function(e, t, r) {
|
|
8177
8180
|
var o = this;
|
|
8178
8181
|
this.commonLogger.trace("CacheManager - getRefreshToken called");
|
|
8179
|
-
var i = t ?
|
|
8182
|
+
var i = t ? Qn : void 0, a = {
|
|
8180
8183
|
homeAccountId: e.homeAccountId,
|
|
8181
8184
|
environment: e.environment,
|
|
8182
8185
|
credentialType: ee.REFRESH_TOKEN,
|
|
@@ -8208,7 +8211,7 @@ var at = (
|
|
|
8208
8211
|
return o[0];
|
|
8209
8212
|
}, n.prototype.isAppMetadataFOCI = function(e) {
|
|
8210
8213
|
var t = this.readAppMetadataFromCache(e);
|
|
8211
|
-
return !!(t && t.familyId ===
|
|
8214
|
+
return !!(t && t.familyId === Qn);
|
|
8212
8215
|
}, n.prototype.matchHomeAccountId = function(e, t) {
|
|
8213
8216
|
return typeof e.homeAccountId == "string" && t === e.homeAccountId;
|
|
8214
8217
|
}, n.prototype.matchLocalAccountId = function(e, t) {
|
|
@@ -8243,9 +8246,9 @@ var at = (
|
|
|
8243
8246
|
}, n.prototype.isAppMetadata = function(e) {
|
|
8244
8247
|
return e.indexOf(Wr) !== -1;
|
|
8245
8248
|
}, n.prototype.isAuthorityMetadata = function(e) {
|
|
8246
|
-
return e.indexOf(
|
|
8249
|
+
return e.indexOf($n.CACHE_KEY) !== -1;
|
|
8247
8250
|
}, n.prototype.generateAuthorityMetadataCacheKey = function(e) {
|
|
8248
|
-
return
|
|
8251
|
+
return $n.CACHE_KEY + "-" + this.clientId + "-" + e;
|
|
8249
8252
|
}, n.toObject = function(e, t) {
|
|
8250
8253
|
for (var r in t)
|
|
8251
8254
|
e[r] = t[r];
|
|
@@ -8376,7 +8379,7 @@ var Fa = 300, bi = {
|
|
|
8376
8379
|
clientSecret: b.EMPTY_STRING,
|
|
8377
8380
|
clientAssertion: void 0
|
|
8378
8381
|
}, $a = {
|
|
8379
|
-
azureCloudInstance:
|
|
8382
|
+
azureCloudInstance: tr.None,
|
|
8380
8383
|
tenant: "" + b.DEFAULT_COMMON_TENANT
|
|
8381
8384
|
}, Ya = {
|
|
8382
8385
|
application: {
|
|
@@ -8424,7 +8427,7 @@ var br = (
|
|
|
8424
8427
|
function n() {
|
|
8425
8428
|
}
|
|
8426
8429
|
return n.generateThrottlingStorageKey = function(e) {
|
|
8427
|
-
return
|
|
8430
|
+
return Yn.THROTTLING_PREFIX + "." + JSON.stringify(e);
|
|
8428
8431
|
}, n.preProcess = function(e, t) {
|
|
8429
8432
|
var r, o = n.generateThrottlingStorageKey(t), i = e.getThrottlingCache(o);
|
|
8430
8433
|
if (i) {
|
|
@@ -8451,7 +8454,7 @@ var br = (
|
|
|
8451
8454
|
return e.headers ? e.headers.hasOwnProperty(_t.RETRY_AFTER) && (e.status < 200 || e.status >= 300) : !1;
|
|
8452
8455
|
}, n.calculateThrottleTime = function(e) {
|
|
8453
8456
|
var t = e <= 0 ? 0 : e, r = Date.now() / 1e3;
|
|
8454
|
-
return Math.floor(Math.min(r + (t ||
|
|
8457
|
+
return Math.floor(Math.min(r + (t || Yn.DEFAULT_THROTTLE_TIME_SECONDS), r + Yn.DEFAULT_MAX_THROTTLE_TIME_SECONDS) * 1e3);
|
|
8455
8458
|
}, n.removeThrottle = function(e, t, r, o) {
|
|
8456
8459
|
var i = {
|
|
8457
8460
|
clientId: t,
|
|
@@ -8544,7 +8547,7 @@ var kn = (
|
|
|
8544
8547
|
}()
|
|
8545
8548
|
);
|
|
8546
8549
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8547
|
-
var
|
|
8550
|
+
var Jn = (
|
|
8548
8551
|
/** @class */
|
|
8549
8552
|
function() {
|
|
8550
8553
|
function n() {
|
|
@@ -8560,7 +8563,7 @@ var Wn = (
|
|
|
8560
8563
|
this.parameters.set(ce.NATIVE_BROKER, encodeURIComponent("1"));
|
|
8561
8564
|
}, n.prototype.addScopes = function(e, t) {
|
|
8562
8565
|
t === void 0 && (t = !0);
|
|
8563
|
-
var r = t ? Pr(e || [],
|
|
8566
|
+
var r = t ? Pr(e || [], or) : e || [], o = new Je(r);
|
|
8564
8567
|
this.parameters.set(ce.SCOPE, encodeURIComponent(o.printScopes()));
|
|
8565
8568
|
}, n.prototype.addClientId = function(e) {
|
|
8566
8569
|
this.parameters.set(ce.CLIENT_ID, encodeURIComponent(e));
|
|
@@ -8571,15 +8574,15 @@ var Wn = (
|
|
|
8571
8574
|
}, n.prototype.addIdTokenHint = function(e) {
|
|
8572
8575
|
this.parameters.set(ce.ID_TOKEN_HINT, encodeURIComponent(e));
|
|
8573
8576
|
}, n.prototype.addDomainHint = function(e) {
|
|
8574
|
-
this.parameters.set(
|
|
8577
|
+
this.parameters.set(Vn.DOMAIN_HINT, encodeURIComponent(e));
|
|
8575
8578
|
}, n.prototype.addLoginHint = function(e) {
|
|
8576
|
-
this.parameters.set(
|
|
8579
|
+
this.parameters.set(Vn.LOGIN_HINT, encodeURIComponent(e));
|
|
8577
8580
|
}, n.prototype.addCcsUpn = function(e) {
|
|
8578
8581
|
this.parameters.set(_t.CCS_HEADER, encodeURIComponent("UPN:" + e));
|
|
8579
8582
|
}, n.prototype.addCcsOid = function(e) {
|
|
8580
8583
|
this.parameters.set(_t.CCS_HEADER, encodeURIComponent("Oid:" + e.uid + "@" + e.utid));
|
|
8581
8584
|
}, n.prototype.addSid = function(e) {
|
|
8582
|
-
this.parameters.set(
|
|
8585
|
+
this.parameters.set(Vn.SID, encodeURIComponent(e));
|
|
8583
8586
|
}, n.prototype.addClaims = function(e, t) {
|
|
8584
8587
|
var r = this.addClientCapabilitiesToClaims(e, t);
|
|
8585
8588
|
kn.validateClaims(r), this.parameters.set(ce.CLAIMS, encodeURIComponent(r));
|
|
@@ -8645,13 +8648,13 @@ var Wn = (
|
|
|
8645
8648
|
}, n.prototype.addPassword = function(e) {
|
|
8646
8649
|
this.parameters.set(_r.password, encodeURIComponent(e));
|
|
8647
8650
|
}, n.prototype.addPopToken = function(e) {
|
|
8648
|
-
Q.isEmpty(e) || (this.parameters.set(ce.TOKEN_TYPE,
|
|
8651
|
+
Q.isEmpty(e) || (this.parameters.set(ce.TOKEN_TYPE, ke.POP), this.parameters.set(ce.REQ_CNF, encodeURIComponent(e)));
|
|
8649
8652
|
}, n.prototype.addSshJwk = function(e) {
|
|
8650
|
-
Q.isEmpty(e) || (this.parameters.set(ce.TOKEN_TYPE,
|
|
8653
|
+
Q.isEmpty(e) || (this.parameters.set(ce.TOKEN_TYPE, ke.SSH), this.parameters.set(ce.REQ_CNF, encodeURIComponent(e)));
|
|
8651
8654
|
}, n.prototype.addServerTelemetry = function(e) {
|
|
8652
8655
|
this.parameters.set(ce.X_CLIENT_CURR_TELEM, e.generateCurrentRequestHeaderValue()), this.parameters.set(ce.X_CLIENT_LAST_TELEM, e.generateLastRequestHeaderValue());
|
|
8653
8656
|
}, n.prototype.addThrottling = function() {
|
|
8654
|
-
this.parameters.set(ce.X_MS_LIB_CAPABILITY,
|
|
8657
|
+
this.parameters.set(ce.X_MS_LIB_CAPABILITY, Yn.X_MS_LIB_CAPABILITY_VALUE);
|
|
8655
8658
|
}, n.prototype.addLogoutHint = function(e) {
|
|
8656
8659
|
this.parameters.set(ce.LOGOUT_HINT, encodeURIComponent(e));
|
|
8657
8660
|
}, n.prototype.createQueryString = function() {
|
|
@@ -8703,7 +8706,7 @@ var mo = (
|
|
|
8703
8706
|
throw $.createEndpointDiscoveryIncompleteError("Updated authority has not completed endpoint discovery.");
|
|
8704
8707
|
this.authority = e;
|
|
8705
8708
|
}, n.prototype.createTokenQueryParameters = function(e) {
|
|
8706
|
-
var t = new
|
|
8709
|
+
var t = new Jn();
|
|
8707
8710
|
return e.tokenQueryParameters && t.addExtraQueryParameters(e.tokenQueryParameters), t.createQueryString();
|
|
8708
8711
|
}, n;
|
|
8709
8712
|
}()
|
|
@@ -8758,7 +8761,7 @@ var go = (
|
|
|
8758
8761
|
}, n.generateClaimsHashForCacheKey = function(e) {
|
|
8759
8762
|
return (e || b.EMPTY_STRING).toLowerCase();
|
|
8760
8763
|
}, n.generateSchemeForCacheKey = function(e) {
|
|
8761
|
-
return e && e.toLowerCase() !==
|
|
8764
|
+
return e && e.toLowerCase() !== ke.BEARER.toLowerCase() ? e.toLowerCase() : b.EMPTY_STRING;
|
|
8762
8765
|
}, n;
|
|
8763
8766
|
}()
|
|
8764
8767
|
);
|
|
@@ -8813,15 +8816,15 @@ var Tn = (
|
|
|
8813
8816
|
var G, x, T = new e();
|
|
8814
8817
|
T.homeAccountId = t, T.credentialType = ee.ACCESS_TOKEN, T.secret = o;
|
|
8815
8818
|
var H = Ct.nowSeconds();
|
|
8816
|
-
if (T.cachedAt = H.toString(), T.expiresOn = u.toString(), T.extendedExpiresOn = p.toString(), m && (T.refreshOn = m.toString()), T.environment = r, T.clientId = i, T.realm = a, T.target = s, T.userAssertionHash = k, T.tokenType = Q.isEmpty(f) ?
|
|
8819
|
+
if (T.cachedAt = H.toString(), T.expiresOn = u.toString(), T.extendedExpiresOn = p.toString(), m && (T.refreshOn = m.toString()), T.environment = r, T.clientId = i, T.realm = a, T.target = s, T.userAssertionHash = k, T.tokenType = Q.isEmpty(f) ? ke.BEARER : f, P && (T.requestedClaims = P, T.requestedClaimsHash = F), ((G = T.tokenType) === null || G === void 0 ? void 0 : G.toLowerCase()) !== ke.BEARER.toLowerCase())
|
|
8817
8820
|
switch (T.credentialType = ee.ACCESS_TOKEN_WITH_AUTH_SCHEME, T.tokenType) {
|
|
8818
|
-
case
|
|
8821
|
+
case ke.POP:
|
|
8819
8822
|
var V = Vt.extractTokenClaims(o, l);
|
|
8820
8823
|
if (!(!((x = V == null ? void 0 : V.cnf) === null || x === void 0) && x.kid))
|
|
8821
8824
|
throw $.createTokenClaimsRequiredError();
|
|
8822
8825
|
T.keyId = V.cnf.kid;
|
|
8823
8826
|
break;
|
|
8824
|
-
case
|
|
8827
|
+
case ke.SSH:
|
|
8825
8828
|
T.keyId = E;
|
|
8826
8829
|
}
|
|
8827
8830
|
return T;
|
|
@@ -8887,7 +8890,7 @@ var Bo = [
|
|
|
8887
8890
|
}(X)
|
|
8888
8891
|
);
|
|
8889
8892
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
8890
|
-
var
|
|
8893
|
+
var Xn = (
|
|
8891
8894
|
/** @class */
|
|
8892
8895
|
/* @__PURE__ */ function() {
|
|
8893
8896
|
function n(e, t, r, o, i) {
|
|
@@ -9238,7 +9241,7 @@ var kr = (
|
|
|
9238
9241
|
var T = null;
|
|
9239
9242
|
Q.isEmpty(e.refresh_token) || (T = Ln.createRefreshTokenEntity(this.homeAccountIdentifier, u, e.refresh_token || b.EMPTY_STRING, this.clientId, e.foci, a));
|
|
9240
9243
|
var H = null;
|
|
9241
|
-
return Q.isEmpty(e.foci) || (H = Zr.createAppMetadataEntity(this.clientId, u, e.foci)), new
|
|
9244
|
+
return Q.isEmpty(e.foci) || (H = Zr.createAppMetadataEntity(this.clientId, u, e.foci)), new Xn(l, p, m, T, H);
|
|
9242
9245
|
}, n.prototype.generateAccountEntity = function(e, t, r, o) {
|
|
9243
9246
|
var i = r.authorityType, a = o ? o.cloud_graph_host_name : b.EMPTY_STRING, s = o ? o.msgraph_host : b.EMPTY_STRING;
|
|
9244
9247
|
if (i === rt.Adfs)
|
|
@@ -9254,7 +9257,7 @@ var kr = (
|
|
|
9254
9257
|
switch (I.label) {
|
|
9255
9258
|
case 0:
|
|
9256
9259
|
if (k = b.EMPTY_STRING, E = [], P = null, G = b.EMPTY_STRING, !r.accessToken) return [3, 4];
|
|
9257
|
-
if (r.accessToken.tokenType !==
|
|
9260
|
+
if (r.accessToken.tokenType !== ke.POP) return [3, 2];
|
|
9258
9261
|
if (x = new Dn(e), T = r.accessToken, H = T.secret, V = T.keyId, !V)
|
|
9259
9262
|
throw $.createKeyIdMissingError();
|
|
9260
9263
|
return [4, x.signPopToken(H, V, i)];
|
|
@@ -9265,7 +9268,7 @@ var kr = (
|
|
|
9265
9268
|
case 3:
|
|
9266
9269
|
E = Je.fromString(r.accessToken.target).asArray(), P = new Date(Number(r.accessToken.expiresOn) * 1e3), F = new Date(Number(r.accessToken.extendedExpiresOn) * 1e3), I.label = 4;
|
|
9267
9270
|
case 4:
|
|
9268
|
-
return r.appMetadata && (G = r.appMetadata.familyId ===
|
|
9271
|
+
return r.appMetadata && (G = r.appMetadata.familyId === Qn ? Qn : b.EMPTY_STRING), W = (a == null ? void 0 : a.claims.oid) || (a == null ? void 0 : a.claims.sub) || b.EMPTY_STRING, Z = (a == null ? void 0 : a.claims.tid) || b.EMPTY_STRING, u != null && u.spa_accountid && r.account && (r.account.nativeAccountId = u == null ? void 0 : u.spa_accountid), [2, {
|
|
9269
9272
|
authority: t.canonicalAuthority,
|
|
9270
9273
|
uniqueId: W,
|
|
9271
9274
|
tenantId: Z,
|
|
@@ -9394,11 +9397,11 @@ var wi = (
|
|
|
9394
9397
|
return se(this, function(k) {
|
|
9395
9398
|
switch (k.label) {
|
|
9396
9399
|
case 0:
|
|
9397
|
-
return (r = this.performanceClient) === null || r === void 0 || r.addQueueMeasurement(R.AuthClientCreateTokenRequestBody, t.correlationId), i = new
|
|
9400
|
+
return (r = this.performanceClient) === null || r === void 0 || r.addQueueMeasurement(R.AuthClientCreateTokenRequestBody, t.correlationId), i = new Jn(), i.addClientId(this.config.authOptions.clientId), this.includeRedirectUri ? i.addRedirectUri(t.redirectUri) : kn.validateRedirectUri(t.redirectUri), i.addScopes(t.scopes), i.addAuthorizationCode(t.code), i.addLibraryInfo(this.config.libraryInfo), i.addApplicationTelemetry(this.config.telemetry.application), i.addThrottling(), this.serverTelemetryManager && i.addServerTelemetry(this.serverTelemetryManager), t.codeVerifier && i.addCodeVerifier(t.codeVerifier), this.config.clientCredentials.clientSecret && i.addClientSecret(this.config.clientCredentials.clientSecret), this.config.clientCredentials.clientAssertion && (a = this.config.clientCredentials.clientAssertion, i.addClientAssertion(a.assertion), i.addClientAssertionType(a.assertionType)), i.addGrantType(gr.AUTHORIZATION_CODE_GRANT), i.addClientInfo(), t.authenticationScheme !== ke.POP ? [3, 2] : (s = new Dn(this.cryptoUtils, this.performanceClient), (o = this.performanceClient) === null || o === void 0 || o.setPreQueueTime(R.PopTokenGenerateCnf, t.correlationId), [4, s.generateCnf(t)]);
|
|
9398
9401
|
case 1:
|
|
9399
9402
|
return u = k.sent(), i.addPopToken(u.reqCnfString), [3, 3];
|
|
9400
9403
|
case 2:
|
|
9401
|
-
if (t.authenticationScheme ===
|
|
9404
|
+
if (t.authenticationScheme === ke.SSH)
|
|
9402
9405
|
if (t.sshJwk)
|
|
9403
9406
|
i.addSshJwk(t.sshJwk);
|
|
9404
9407
|
else
|
|
@@ -9440,7 +9443,7 @@ var wi = (
|
|
|
9440
9443
|
return se(this, function(f) {
|
|
9441
9444
|
switch (f.label) {
|
|
9442
9445
|
case 0:
|
|
9443
|
-
if ((r = this.performanceClient) === null || r === void 0 || r.addQueueMeasurement(R.AuthClientCreateQueryString, t.correlationId), o = new
|
|
9446
|
+
if ((r = this.performanceClient) === null || r === void 0 || r.addQueueMeasurement(R.AuthClientCreateQueryString, t.correlationId), o = new Jn(), o.addClientId(this.config.authOptions.clientId), i = Pr(t.scopes || [], t.extraScopesToConsent || []), o.addScopes(i), o.addRedirectUri(t.redirectUri), a = t.correlationId || this.config.cryptoInterface.createNewGuid(), o.addCorrelationId(a), o.addResponseMode(t.responseMode), o.addResponseTypeCode(), o.addLibraryInfo(this.config.libraryInfo), o.addApplicationTelemetry(this.config.telemetry.application), o.addClientInfo(), t.codeChallenge && t.codeChallengeMethod && o.addCodeChallengeParams(t.codeChallenge, t.codeChallengeMethod), t.prompt && o.addPrompt(t.prompt), t.domainHint && o.addDomainHint(t.domainHint), t.prompt !== Ze.SELECT_ACCOUNT)
|
|
9444
9447
|
if (t.sid && t.prompt === Ze.NONE)
|
|
9445
9448
|
this.logger.verbose("createAuthCodeUrlQueryString: Prompt is none, adding sid from request"), o.addSid(t.sid);
|
|
9446
9449
|
else if (t.account) {
|
|
@@ -9471,7 +9474,7 @@ var wi = (
|
|
|
9471
9474
|
} else t.loginHint && (this.logger.verbose("createAuthCodeUrlQueryString: No account, adding login_hint from request"), o.addLoginHint(t.loginHint), o.addCcsUpn(t.loginHint));
|
|
9472
9475
|
else
|
|
9473
9476
|
this.logger.verbose("createAuthCodeUrlQueryString: Prompt is select_account, ignoring account hints");
|
|
9474
|
-
return t.nonce && o.addNonce(t.nonce), t.state && o.addState(t.state), (!Q.isEmpty(t.claims) || this.config.authOptions.clientCapabilities && this.config.authOptions.clientCapabilities.length > 0) && o.addClaims(t.claims, this.config.authOptions.clientCapabilities), t.extraQueryParameters && o.addExtraQueryParameters(t.extraQueryParameters), t.nativeBroker ? (o.addNativeBroker(), t.authenticationScheme !==
|
|
9477
|
+
return t.nonce && o.addNonce(t.nonce), t.state && o.addState(t.state), (!Q.isEmpty(t.claims) || this.config.authOptions.clientCapabilities && this.config.authOptions.clientCapabilities.length > 0) && o.addClaims(t.claims, this.config.authOptions.clientCapabilities), t.extraQueryParameters && o.addExtraQueryParameters(t.extraQueryParameters), t.nativeBroker ? (o.addNativeBroker(), t.authenticationScheme !== ke.POP ? [3, 2] : (l = new Dn(this.cryptoUtils), [4, l.generateCnf(t)])) : [3, 2];
|
|
9475
9478
|
case 1:
|
|
9476
9479
|
m = f.sent(), o.addPopToken(m.reqCnfString), f.label = 2;
|
|
9477
9480
|
case 2:
|
|
@@ -9480,7 +9483,7 @@ var wi = (
|
|
|
9480
9483
|
});
|
|
9481
9484
|
});
|
|
9482
9485
|
}, e.prototype.createLogoutUrlQueryString = function(t) {
|
|
9483
|
-
var r = new
|
|
9486
|
+
var r = new Jn();
|
|
9484
9487
|
return t.postLogoutRedirectUri && r.addPostLogoutRedirectUri(t.postLogoutRedirectUri), t.correlationId && r.addCorrelationId(t.correlationId), t.idTokenHint && r.addIdTokenHint(t.idTokenHint), t.state && r.addState(t.state), t.logoutHint && r.addLogoutHint(t.logoutHint), t.extraQueryParameters && r.addExtraQueryParameters(t.extraQueryParameters), r.createQueryString();
|
|
9485
9488
|
}, e.prototype.extractAccountSid = function(t) {
|
|
9486
9489
|
var r;
|
|
@@ -9555,7 +9558,7 @@ var ki = (
|
|
|
9555
9558
|
throw s == null || s.discardMeasurement(), Mt.createNoTokensFoundError();
|
|
9556
9559
|
return s == null || s.endMeasurement({
|
|
9557
9560
|
success: !0
|
|
9558
|
-
}), p = ye(ye({}, t), { refreshToken: u.secret, authenticationScheme: t.authenticationScheme ||
|
|
9561
|
+
}), p = ye(ye({}, t), { refreshToken: u.secret, authenticationScheme: t.authenticationScheme || ke.BEARER, ccsCredential: {
|
|
9559
9562
|
credential: t.account.homeAccountId,
|
|
9560
9563
|
type: mt.HOME_ACCOUNT_ID
|
|
9561
9564
|
} }), (a = this.performanceClient) === null || a === void 0 || a.setPreQueueTime(R.RefreshTokenClientAcquireToken, t.correlationId), [2, this.acquireToken(p)];
|
|
@@ -9599,11 +9602,11 @@ var ki = (
|
|
|
9599
9602
|
return se(this, function(k) {
|
|
9600
9603
|
switch (k.label) {
|
|
9601
9604
|
case 0:
|
|
9602
|
-
return (r = this.performanceClient) === null || r === void 0 || r.addQueueMeasurement(R.RefreshTokenClientCreateTokenRequestBody, t.correlationId), a = t.correlationId, s = (o = this.performanceClient) === null || o === void 0 ? void 0 : o.startMeasurement(R.BaseClientCreateTokenRequestHeaders, a), u = new
|
|
9605
|
+
return (r = this.performanceClient) === null || r === void 0 || r.addQueueMeasurement(R.RefreshTokenClientCreateTokenRequestBody, t.correlationId), a = t.correlationId, s = (o = this.performanceClient) === null || o === void 0 ? void 0 : o.startMeasurement(R.BaseClientCreateTokenRequestHeaders, a), u = new Jn(), u.addClientId(this.config.authOptions.clientId), u.addScopes(t.scopes), u.addGrantType(gr.REFRESH_TOKEN_GRANT), u.addClientInfo(), u.addLibraryInfo(this.config.libraryInfo), u.addApplicationTelemetry(this.config.telemetry.application), u.addThrottling(), this.serverTelemetryManager && u.addServerTelemetry(this.serverTelemetryManager), u.addCorrelationId(a), u.addRefreshToken(t.refreshToken), this.config.clientCredentials.clientSecret && u.addClientSecret(this.config.clientCredentials.clientSecret), this.config.clientCredentials.clientAssertion && (p = this.config.clientCredentials.clientAssertion, u.addClientAssertion(p.assertion), u.addClientAssertionType(p.assertionType)), t.authenticationScheme !== ke.POP ? [3, 2] : (l = new Dn(this.cryptoUtils, this.performanceClient), (i = this.performanceClient) === null || i === void 0 || i.setPreQueueTime(R.PopTokenGenerateCnf, t.correlationId), [4, l.generateCnf(t)]);
|
|
9603
9606
|
case 1:
|
|
9604
9607
|
return m = k.sent(), u.addPopToken(m.reqCnfString), [3, 3];
|
|
9605
9608
|
case 2:
|
|
9606
|
-
if (t.authenticationScheme ===
|
|
9609
|
+
if (t.authenticationScheme === ke.SSH)
|
|
9607
9610
|
if (t.sshJwk)
|
|
9608
9611
|
u.addSshJwk(t.sshJwk);
|
|
9609
9612
|
else
|
|
@@ -9717,16 +9720,16 @@ function rs(n) {
|
|
|
9717
9720
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9718
9721
|
var Ci = { endpointMetadata: { "https://login.microsoftonline.com/common/": { token_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.com/common/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.com/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.com/common/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.com/common/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.com", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pas.windows.net" }, "https://login.chinacloudapi.cn/common/": { token_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.chinacloudapi.cn/common/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.partner.microsoftonline.cn/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://microsoftgraph.chinacloudapi.cn/oidc/userinfo", authorization_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.chinacloudapi.cn/common/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.chinacloudapi.cn/common/kerberos", tenant_region_scope: null, cloud_instance_name: "partner.microsoftonline.cn", cloud_graph_host_name: "graph.chinacloudapi.cn", msgraph_host: "microsoftgraph.chinacloudapi.cn", rbac_url: "https://pas.chinacloudapi.cn" }, "https://login.microsoftonline.us/common/": { token_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.us/common/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.us/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.us/common/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.us/common/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.us", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pasff.usgovcloudapi.net" }, "https://login.microsoftonline.com/consumers/": { token_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.com/consumers/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.com/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.com/consumers/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.com/consumers/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.com", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pas.windows.net" }, "https://login.chinacloudapi.cn/consumers/": { token_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.chinacloudapi.cn/consumers/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.partner.microsoftonline.cn/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://microsoftgraph.chinacloudapi.cn/oidc/userinfo", authorization_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.chinacloudapi.cn/consumers/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.chinacloudapi.cn/consumers/kerberos", tenant_region_scope: null, cloud_instance_name: "partner.microsoftonline.cn", cloud_graph_host_name: "graph.chinacloudapi.cn", msgraph_host: "microsoftgraph.chinacloudapi.cn", rbac_url: "https://pas.chinacloudapi.cn" }, "https://login.microsoftonline.us/consumers/": { token_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.us/consumers/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.us/9188040d-6c67-4c5b-b112-36a304b66dad/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.us/consumers/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.us/consumers/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.us", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pasff.usgovcloudapi.net" }, "https://login.microsoftonline.com/organizations/": { token_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.com/organizations/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.com/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.com/organizations/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.com/organizations/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.com", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pas.windows.net" }, "https://login.chinacloudapi.cn/organizations/": { token_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.chinacloudapi.cn/organizations/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.partner.microsoftonline.cn/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://microsoftgraph.chinacloudapi.cn/oidc/userinfo", authorization_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.chinacloudapi.cn/organizations/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.chinacloudapi.cn/organizations/kerberos", tenant_region_scope: null, cloud_instance_name: "partner.microsoftonline.cn", cloud_graph_host_name: "graph.chinacloudapi.cn", msgraph_host: "microsoftgraph.chinacloudapi.cn", rbac_url: "https://pas.chinacloudapi.cn" }, "https://login.microsoftonline.us/organizations/": { token_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/token", token_endpoint_auth_methods_supported: ["client_secret_post", "private_key_jwt", "client_secret_basic"], jwks_uri: "https://login.microsoftonline.us/organizations/discovery/v2.0/keys", response_modes_supported: ["query", "fragment", "form_post"], subject_types_supported: ["pairwise"], id_token_signing_alg_values_supported: ["RS256"], response_types_supported: ["code", "id_token", "code id_token", "id_token token"], scopes_supported: ["openid", "profile", "email", "offline_access"], issuer: "https://login.microsoftonline.us/{tenantid}/v2.0", request_uri_parameter_supported: !1, userinfo_endpoint: "https://graph.microsoft.com/oidc/userinfo", authorization_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/authorize", device_authorization_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/devicecode", http_logout_supported: !0, frontchannel_logout_supported: !0, end_session_endpoint: "https://login.microsoftonline.us/organizations/oauth2/v2.0/logout", claims_supported: ["sub", "iss", "cloud_instance_name", "cloud_instance_host_name", "cloud_graph_host_name", "msgraph_host", "aud", "exp", "iat", "auth_time", "acr", "nonce", "preferred_username", "name", "tid", "ver", "at_hash", "c_hash", "email"], kerberos_endpoint: "https://login.microsoftonline.us/organizations/kerberos", tenant_region_scope: null, cloud_instance_name: "microsoftonline.us", cloud_graph_host_name: "graph.windows.net", msgraph_host: "graph.microsoft.com", rbac_url: "https://pasff.usgovcloudapi.net" } }, instanceDiscoveryMetadata: { "https://login.microsoftonline.com/common/": { tenant_discovery_endpoint: "https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.chinacloudapi.cn/common/": { tenant_discovery_endpoint: "https://login.chinacloudapi.cn/common/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.us/common/": { tenant_discovery_endpoint: "https://login.microsoftonline.us/common/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.com/consumers/": { tenant_discovery_endpoint: "https://login.microsoftonline.com/consumers/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.chinacloudapi.cn/consumers/": { tenant_discovery_endpoint: "https://login.chinacloudapi.cn/consumers/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.us/consumers/": { tenant_discovery_endpoint: "https://login.microsoftonline.us/consumers/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.com/organizations/": { tenant_discovery_endpoint: "https://login.microsoftonline.com/organizations/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.chinacloudapi.cn/organizations/": { tenant_discovery_endpoint: "https://login.chinacloudapi.cn/organizations/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] }, "https://login.microsoftonline.us/organizations/": { tenant_discovery_endpoint: "https://login.microsoftonline.us/organizations/v2.0/.well-known/openid-configuration", "api-version": "1.1", metadata: [{ preferred_network: "login.microsoftonline.com", preferred_cache: "login.windows.net", aliases: ["login.microsoftonline.com", "login.windows.net", "login.microsoft.com", "sts.windows.net"] }, { preferred_network: "login.partner.microsoftonline.cn", preferred_cache: "login.partner.microsoftonline.cn", aliases: ["login.partner.microsoftonline.cn", "login.chinacloudapi.cn"] }, { preferred_network: "login.microsoftonline.de", preferred_cache: "login.microsoftonline.de", aliases: ["login.microsoftonline.de"] }, { preferred_network: "login.microsoftonline.us", preferred_cache: "login.microsoftonline.us", aliases: ["login.microsoftonline.us", "login.usgovcloudapi.net"] }, { preferred_network: "login-us.microsoftonline.com", preferred_cache: "login-us.microsoftonline.com", aliases: ["login-us.microsoftonline.com"] }] } } }, Do = Ci.endpointMetadata, jo = Ci.instanceDiscoveryMetadata;
|
|
9719
9722
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9720
|
-
var
|
|
9723
|
+
var nr;
|
|
9721
9724
|
(function(n) {
|
|
9722
9725
|
n.AAD = "AAD", n.OIDC = "OIDC";
|
|
9723
|
-
})(
|
|
9726
|
+
})(nr || (nr = {}));
|
|
9724
9727
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9725
9728
|
var eo = (
|
|
9726
9729
|
/** @class */
|
|
9727
9730
|
function() {
|
|
9728
9731
|
function n() {
|
|
9729
|
-
this.expiresAt = Ct.nowSeconds() +
|
|
9732
|
+
this.expiresAt = Ct.nowSeconds() + $n.REFRESH_TIME_SECONDS;
|
|
9730
9733
|
}
|
|
9731
9734
|
return n.prototype.updateCloudDiscoveryMetadata = function(e, t) {
|
|
9732
9735
|
this.aliases = e.aliases, this.preferred_cache = e.preferred_cache, this.preferred_network = e.preferred_network, this.aliasesFromNetwork = t;
|
|
@@ -9735,11 +9738,11 @@ var eo = (
|
|
|
9735
9738
|
}, n.prototype.updateCanonicalAuthority = function(e) {
|
|
9736
9739
|
this.canonical_authority = e;
|
|
9737
9740
|
}, n.prototype.resetExpiresAt = function() {
|
|
9738
|
-
this.expiresAt = Ct.nowSeconds() +
|
|
9741
|
+
this.expiresAt = Ct.nowSeconds() + $n.REFRESH_TIME_SECONDS;
|
|
9739
9742
|
}, n.prototype.isExpired = function() {
|
|
9740
9743
|
return this.expiresAt <= Ct.nowSeconds();
|
|
9741
9744
|
}, n.isAuthorityMetadataEntity = function(e, t) {
|
|
9742
|
-
return t ? e.indexOf(
|
|
9745
|
+
return t ? e.indexOf($n.CACHE_KEY) === 0 && t.hasOwnProperty("aliases") && t.hasOwnProperty("preferred_cache") && t.hasOwnProperty("preferred_network") && t.hasOwnProperty("canonical_authority") && t.hasOwnProperty("authorization_endpoint") && t.hasOwnProperty("token_endpoint") && t.hasOwnProperty("issuer") && t.hasOwnProperty("aliasesFromNetwork") && t.hasOwnProperty("endpointsFromNetwork") && t.hasOwnProperty("expiresAt") && t.hasOwnProperty("jwks_uri") : !1;
|
|
9743
9746
|
}, n;
|
|
9744
9747
|
}()
|
|
9745
9748
|
);
|
|
@@ -9825,7 +9828,7 @@ var as = (
|
|
|
9825
9828
|
}()
|
|
9826
9829
|
);
|
|
9827
9830
|
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
9828
|
-
var
|
|
9831
|
+
var rr = (
|
|
9829
9832
|
/** @class */
|
|
9830
9833
|
function() {
|
|
9831
9834
|
function n(e, t, r, o, i, a, s) {
|
|
@@ -9977,7 +9980,7 @@ var nr = (
|
|
|
9977
9980
|
enumerable: !1,
|
|
9978
9981
|
configurable: !0
|
|
9979
9982
|
}), n.prototype.canReplaceTenant = function(e) {
|
|
9980
|
-
return e.PathSegments.length === 1 && !n.reservedTenantDomains.has(e.PathSegments[0]) && this.getAuthorityType(e) === rt.Default && this.protocolMode ===
|
|
9983
|
+
return e.PathSegments.length === 1 && !n.reservedTenantDomains.has(e.PathSegments[0]) && this.getAuthorityType(e) === rt.Default && this.protocolMode === nr.AAD;
|
|
9981
9984
|
}, n.prototype.replaceTenant = function(e) {
|
|
9982
9985
|
return e.replace(/{tenant}|{tenantid}/g, this.tenant);
|
|
9983
9986
|
}, n.prototype.replacePath = function(e) {
|
|
@@ -9995,7 +9998,7 @@ var nr = (
|
|
|
9995
9998
|
* The default open id configuration endpoint for any canonical authority.
|
|
9996
9999
|
*/
|
|
9997
10000
|
get: function() {
|
|
9998
|
-
return this.authorityType === rt.Adfs || this.authorityType === rt.Dsts || this.protocolMode ===
|
|
10001
|
+
return this.authorityType === rt.Adfs || this.authorityType === rt.Dsts || this.protocolMode === nr.OIDC ? this.canonicalAuthority + ".well-known/openid-configuration" : this.canonicalAuthority + "v2.0/.well-known/openid-configuration";
|
|
9999
10002
|
},
|
|
10000
10003
|
enumerable: !1,
|
|
10001
10004
|
configurable: !0
|
|
@@ -10086,11 +10089,11 @@ var nr = (
|
|
|
10086
10089
|
return se(this, function(u) {
|
|
10087
10090
|
switch (u.label) {
|
|
10088
10091
|
case 0:
|
|
10089
|
-
return (t = this.performanceClient) === null || t === void 0 || t.addQueueMeasurement(R.AuthorityUpdateMetadataWithRegionalInformation, this.correlationId), a = (r = this.authorityOptions.azureRegionConfiguration) === null || r === void 0 ? void 0 : r.azureRegion, a ? a !== b.AZURE_REGION_AUTO_DISCOVER_FLAG ? (this.regionDiscoveryMetadata.region_outcome =
|
|
10092
|
+
return (t = this.performanceClient) === null || t === void 0 || t.addQueueMeasurement(R.AuthorityUpdateMetadataWithRegionalInformation, this.correlationId), a = (r = this.authorityOptions.azureRegionConfiguration) === null || r === void 0 ? void 0 : r.azureRegion, a ? a !== b.AZURE_REGION_AUTO_DISCOVER_FLAG ? (this.regionDiscoveryMetadata.region_outcome = Wn.CONFIGURED_NO_AUTO_DETECTION, this.regionDiscoveryMetadata.region_used = a, [2, n.replaceWithRegionalInformation(e, a)]) : ((o = this.performanceClient) === null || o === void 0 || o.setPreQueueTime(R.RegionDiscoveryDetectRegion, this.correlationId), [4, this.regionDiscovery.detectRegion((i = this.authorityOptions.azureRegionConfiguration) === null || i === void 0 ? void 0 : i.environmentRegion, this.regionDiscoveryMetadata)]) : [3, 2];
|
|
10090
10093
|
case 1:
|
|
10091
10094
|
if (s = u.sent(), s)
|
|
10092
|
-
return this.regionDiscoveryMetadata.region_outcome =
|
|
10093
|
-
this.regionDiscoveryMetadata.region_outcome =
|
|
10095
|
+
return this.regionDiscoveryMetadata.region_outcome = Wn.AUTO_DETECTION_REQUESTED_SUCCESSFUL, this.regionDiscoveryMetadata.region_used = s, [2, n.replaceWithRegionalInformation(e, s)];
|
|
10096
|
+
this.regionDiscoveryMetadata.region_outcome = Wn.AUTO_DETECTION_REQUESTED_FAILED, u.label = 2;
|
|
10094
10097
|
case 2:
|
|
10095
10098
|
return [2, e];
|
|
10096
10099
|
}
|
|
@@ -10169,7 +10172,7 @@ Error Description: ` + p.message)), [2, null];
|
|
|
10169
10172
|
return t.length > 0;
|
|
10170
10173
|
}, n.generateAuthority = function(e, t) {
|
|
10171
10174
|
var r;
|
|
10172
|
-
if (t && t.azureCloudInstance !==
|
|
10175
|
+
if (t && t.azureCloudInstance !== tr.None) {
|
|
10173
10176
|
var o = t.tenant ? t.tenant : b.DEFAULT_COMMON_TENANT;
|
|
10174
10177
|
r = t.azureCloudInstance + "/" + o + "/";
|
|
10175
10178
|
}
|
|
@@ -10232,7 +10235,7 @@ var Cr = (
|
|
|
10232
10235
|
return se(this, function(m) {
|
|
10233
10236
|
switch (m.label) {
|
|
10234
10237
|
case 0:
|
|
10235
|
-
a == null || a.addQueueMeasurement(R.AuthorityFactoryCreateDiscoveredInstance, s), u =
|
|
10238
|
+
a == null || a.addQueueMeasurement(R.AuthorityFactoryCreateDiscoveredInstance, s), u = rr.transformCIAMAuthority(e), p = n.createInstance(u, t, r, o, i, a, s), m.label = 1;
|
|
10236
10239
|
case 1:
|
|
10237
10240
|
return m.trys.push([1, 3, , 4]), a == null || a.setPreQueueTime(R.AuthorityResolveEndpointsAsync, s), [4, p.resolveEndpointsAsync()];
|
|
10238
10241
|
case 2:
|
|
@@ -10250,7 +10253,7 @@ var Cr = (
|
|
|
10250
10253
|
}, n.createInstance = function(e, t, r, o, i, a, s) {
|
|
10251
10254
|
if (Q.isEmpty(e))
|
|
10252
10255
|
throw Ae.createUrlEmptyError();
|
|
10253
|
-
return new
|
|
10256
|
+
return new rr(e, t, r, o, i, a, s);
|
|
10254
10257
|
}, n;
|
|
10255
10258
|
}()
|
|
10256
10259
|
);
|
|
@@ -10275,7 +10278,7 @@ var Ho = (
|
|
|
10275
10278
|
}
|
|
10276
10279
|
return n.isThrottlingEntity = function(e, t) {
|
|
10277
10280
|
var r = !1;
|
|
10278
|
-
e && (r = e.indexOf(
|
|
10281
|
+
e && (r = e.indexOf(Yn.THROTTLING_PREFIX) === 0);
|
|
10279
10282
|
var o = !0;
|
|
10280
10283
|
return t && (o = t.hasOwnProperty("throttleTime")), r && o;
|
|
10281
10284
|
}, n;
|
|
@@ -10570,7 +10573,7 @@ var qo = (
|
|
|
10570
10573
|
}(Ei)
|
|
10571
10574
|
);
|
|
10572
10575
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
10573
|
-
var
|
|
10576
|
+
var D = {
|
|
10574
10577
|
pkceNotGenerated: {
|
|
10575
10578
|
code: "pkce_not_created",
|
|
10576
10579
|
desc: "The PKCE code challenge and verifier could not be generated."
|
|
@@ -10760,96 +10763,96 @@ var B = {
|
|
|
10760
10763
|
return Object.setPrototypeOf(o, e.prototype), o.name = "BrowserAuthError", o;
|
|
10761
10764
|
}
|
|
10762
10765
|
return e.createPkceNotGeneratedError = function(t) {
|
|
10763
|
-
return new e(
|
|
10766
|
+
return new e(D.pkceNotGenerated.code, D.pkceNotGenerated.desc + " Detail:" + t);
|
|
10764
10767
|
}, e.createCryptoNotAvailableError = function(t) {
|
|
10765
|
-
return new e(
|
|
10768
|
+
return new e(D.cryptoDoesNotExist.code, D.cryptoDoesNotExist.desc + " Detail:" + t);
|
|
10766
10769
|
}, e.createHttpMethodNotImplementedError = function(t) {
|
|
10767
|
-
return new e(
|
|
10770
|
+
return new e(D.httpMethodNotImplementedError.code, D.httpMethodNotImplementedError.desc + " Given Method: " + t);
|
|
10768
10771
|
}, e.createEmptyNavigationUriError = function() {
|
|
10769
|
-
return new e(
|
|
10772
|
+
return new e(D.emptyNavigateUriError.code, D.emptyNavigateUriError.desc);
|
|
10770
10773
|
}, e.createEmptyHashError = function(t) {
|
|
10771
|
-
return new e(
|
|
10774
|
+
return new e(D.hashEmptyError.code, D.hashEmptyError.desc + " Given Url: " + t);
|
|
10772
10775
|
}, e.createHashDoesNotContainStateError = function() {
|
|
10773
|
-
return new e(
|
|
10776
|
+
return new e(D.hashDoesNotContainStateError.code, D.hashDoesNotContainStateError.desc);
|
|
10774
10777
|
}, e.createHashDoesNotContainKnownPropertiesError = function() {
|
|
10775
|
-
return new e(
|
|
10778
|
+
return new e(D.hashDoesNotContainKnownPropertiesError.code, D.hashDoesNotContainKnownPropertiesError.desc);
|
|
10776
10779
|
}, e.createUnableToParseStateError = function() {
|
|
10777
|
-
return new e(
|
|
10780
|
+
return new e(D.unableToParseStateError.code, D.unableToParseStateError.desc);
|
|
10778
10781
|
}, e.createStateInteractionTypeMismatchError = function() {
|
|
10779
|
-
return new e(
|
|
10782
|
+
return new e(D.stateInteractionTypeMismatchError.code, D.stateInteractionTypeMismatchError.desc);
|
|
10780
10783
|
}, e.createInteractionInProgressError = function() {
|
|
10781
|
-
return new e(
|
|
10784
|
+
return new e(D.interactionInProgress.code, D.interactionInProgress.desc);
|
|
10782
10785
|
}, e.createPopupWindowError = function(t) {
|
|
10783
|
-
var r =
|
|
10784
|
-
return r = Q.isEmpty(t) ? r : r + " Details: " + t, new e(
|
|
10786
|
+
var r = D.popupWindowError.desc;
|
|
10787
|
+
return r = Q.isEmpty(t) ? r : r + " Details: " + t, new e(D.popupWindowError.code, r);
|
|
10785
10788
|
}, e.createEmptyWindowCreatedError = function() {
|
|
10786
|
-
return new e(
|
|
10789
|
+
return new e(D.emptyWindowError.code, D.emptyWindowError.desc);
|
|
10787
10790
|
}, e.createUserCancelledError = function() {
|
|
10788
|
-
return new e(
|
|
10791
|
+
return new e(D.userCancelledError.code, D.userCancelledError.desc);
|
|
10789
10792
|
}, e.createMonitorPopupTimeoutError = function() {
|
|
10790
|
-
return new e(
|
|
10793
|
+
return new e(D.monitorPopupTimeoutError.code, D.monitorPopupTimeoutError.desc);
|
|
10791
10794
|
}, e.createMonitorIframeTimeoutError = function() {
|
|
10792
|
-
return new e(
|
|
10795
|
+
return new e(D.monitorIframeTimeoutError.code, D.monitorIframeTimeoutError.desc);
|
|
10793
10796
|
}, e.createRedirectInIframeError = function(t) {
|
|
10794
|
-
return new e(
|
|
10797
|
+
return new e(D.redirectInIframeError.code, D.redirectInIframeError.desc + " (window.parent !== window) => " + t);
|
|
10795
10798
|
}, e.createBlockReloadInHiddenIframeError = function() {
|
|
10796
|
-
return new e(
|
|
10799
|
+
return new e(D.blockTokenRequestsInHiddenIframeError.code, D.blockTokenRequestsInHiddenIframeError.desc);
|
|
10797
10800
|
}, e.createBlockAcquireTokenInPopupsError = function() {
|
|
10798
|
-
return new e(
|
|
10801
|
+
return new e(D.blockAcquireTokenInPopupsError.code, D.blockAcquireTokenInPopupsError.desc);
|
|
10799
10802
|
}, e.createIframeClosedPrematurelyError = function() {
|
|
10800
|
-
return new e(
|
|
10803
|
+
return new e(D.iframeClosedPrematurelyError.code, D.iframeClosedPrematurelyError.desc);
|
|
10801
10804
|
}, e.createSilentLogoutUnsupportedError = function() {
|
|
10802
|
-
return new e(
|
|
10805
|
+
return new e(D.silentLogoutUnsupportedError.code, D.silentLogoutUnsupportedError.desc);
|
|
10803
10806
|
}, e.createNoAccountError = function() {
|
|
10804
|
-
return new e(
|
|
10807
|
+
return new e(D.noAccountError.code, D.noAccountError.desc);
|
|
10805
10808
|
}, e.createSilentPromptValueError = function(t) {
|
|
10806
|
-
return new e(
|
|
10809
|
+
return new e(D.silentPromptValueError.code, D.silentPromptValueError.desc + " Given value: " + t);
|
|
10807
10810
|
}, e.createUnableToParseTokenRequestCacheError = function() {
|
|
10808
|
-
return new e(
|
|
10811
|
+
return new e(D.unableToParseTokenRequestCacheError.code, D.unableToParseTokenRequestCacheError.desc);
|
|
10809
10812
|
}, e.createNoTokenRequestCacheError = function() {
|
|
10810
|
-
return new e(
|
|
10813
|
+
return new e(D.noTokenRequestCacheError.code, D.noTokenRequestCacheError.desc);
|
|
10811
10814
|
}, e.createAuthRequestNotSetError = function() {
|
|
10812
|
-
return new e(
|
|
10815
|
+
return new e(D.authRequestNotSet.code, D.authRequestNotSet.desc);
|
|
10813
10816
|
}, e.createNoCachedAuthorityError = function() {
|
|
10814
|
-
return new e(
|
|
10817
|
+
return new e(D.noCachedAuthorityError.code, D.noCachedAuthorityError.desc);
|
|
10815
10818
|
}, e.createInvalidCacheTypeError = function() {
|
|
10816
|
-
return new e(
|
|
10819
|
+
return new e(D.invalidCacheType.code, "" + D.invalidCacheType.desc);
|
|
10817
10820
|
}, e.createNonBrowserEnvironmentError = function() {
|
|
10818
|
-
return new e(
|
|
10821
|
+
return new e(D.notInBrowserEnvironment.code, D.notInBrowserEnvironment.desc);
|
|
10819
10822
|
}, e.createDatabaseNotOpenError = function() {
|
|
10820
|
-
return new e(
|
|
10823
|
+
return new e(D.databaseNotOpen.code, D.databaseNotOpen.desc);
|
|
10821
10824
|
}, e.createNoNetworkConnectivityError = function() {
|
|
10822
|
-
return new e(
|
|
10825
|
+
return new e(D.noNetworkConnectivity.code, D.noNetworkConnectivity.desc);
|
|
10823
10826
|
}, e.createPostRequestFailedError = function(t, r) {
|
|
10824
|
-
return new e(
|
|
10827
|
+
return new e(D.postRequestFailed.code, D.postRequestFailed.desc + " | Network client threw: " + t + " | Attempted to reach: " + r.split("?")[0]);
|
|
10825
10828
|
}, e.createGetRequestFailedError = function(t, r) {
|
|
10826
|
-
return new e(
|
|
10829
|
+
return new e(D.getRequestFailed.code, D.getRequestFailed.desc + " | Network client threw: " + t + " | Attempted to reach: " + r.split("?")[0]);
|
|
10827
10830
|
}, e.createFailedToParseNetworkResponseError = function(t) {
|
|
10828
|
-
return new e(
|
|
10831
|
+
return new e(D.failedToParseNetworkResponse.code, D.failedToParseNetworkResponse.desc + " | Attempted to reach: " + t.split("?")[0]);
|
|
10829
10832
|
}, e.createUnableToLoadTokenError = function(t) {
|
|
10830
|
-
return new e(
|
|
10833
|
+
return new e(D.unableToLoadTokenError.code, D.unableToLoadTokenError.desc + " | " + t);
|
|
10831
10834
|
}, e.createSigningKeyNotFoundInStorageError = function(t) {
|
|
10832
|
-
return new e(
|
|
10835
|
+
return new e(D.signingKeyNotFoundInStorage.code, D.signingKeyNotFoundInStorage.desc + " | No match found for KeyId: " + t);
|
|
10833
10836
|
}, e.createAuthCodeRequiredError = function() {
|
|
10834
|
-
return new e(
|
|
10837
|
+
return new e(D.authCodeRequired.code, D.authCodeRequired.desc);
|
|
10835
10838
|
}, e.createAuthCodeOrNativeAccountIdRequiredError = function() {
|
|
10836
|
-
return new e(
|
|
10839
|
+
return new e(D.authCodeOrNativeAccountRequired.code, D.authCodeOrNativeAccountRequired.desc);
|
|
10837
10840
|
}, e.createSpaCodeAndNativeAccountIdPresentError = function() {
|
|
10838
|
-
return new e(
|
|
10841
|
+
return new e(D.spaCodeAndNativeAccountPresent.code, D.spaCodeAndNativeAccountPresent.desc);
|
|
10839
10842
|
}, e.createDatabaseUnavailableError = function() {
|
|
10840
|
-
return new e(
|
|
10843
|
+
return new e(D.databaseUnavailable.code, D.databaseUnavailable.desc);
|
|
10841
10844
|
}, e.createUnableToAcquireTokenFromNativePlatformError = function() {
|
|
10842
|
-
return new e(
|
|
10845
|
+
return new e(D.unableToAcquireTokenFromNativePlatform.code, D.unableToAcquireTokenFromNativePlatform.desc);
|
|
10843
10846
|
}, e.createNativeHandshakeTimeoutError = function() {
|
|
10844
|
-
return new e(
|
|
10847
|
+
return new e(D.nativeHandshakeTimeout.code, D.nativeHandshakeTimeout.desc);
|
|
10845
10848
|
}, e.createNativeExtensionNotInstalledError = function() {
|
|
10846
|
-
return new e(
|
|
10849
|
+
return new e(D.nativeExtensionNotInstalled.code, D.nativeExtensionNotInstalled.desc);
|
|
10847
10850
|
}, e.createNativeConnectionNotEstablishedError = function() {
|
|
10848
|
-
return new e(
|
|
10851
|
+
return new e(D.nativeConnectionNotEstablished.code, D.nativeConnectionNotEstablished.desc);
|
|
10849
10852
|
}, e.createNativeBrokerCalledBeforeInitialize = function() {
|
|
10850
|
-
return new e(
|
|
10853
|
+
return new e(D.nativeBrokerCalledBeforeInitialize.code, D.nativeBrokerCalledBeforeInitialize.desc);
|
|
10851
10854
|
}, e.createNativePromptParameterNotSupportedError = function() {
|
|
10852
|
-
return new e(
|
|
10855
|
+
return new e(D.nativePromptNotSupported.code, D.nativePromptNotSupported.desc);
|
|
10853
10856
|
}, e;
|
|
10854
10857
|
}(X)
|
|
10855
10858
|
);
|
|
@@ -10883,7 +10886,7 @@ var Pt = {
|
|
|
10883
10886
|
* Msal-browser SKU
|
|
10884
10887
|
*/
|
|
10885
10888
|
MSAL_SKU: "msal.js.browser"
|
|
10886
|
-
},
|
|
10889
|
+
}, Kn = {
|
|
10887
10890
|
CHANNEL_ID: "53ee284d-920a-4b59-9d30-a60315b26836",
|
|
10888
10891
|
PREFERRED_EXTENSION_ID: "ppnbnpeolgkicgegkbkbjmhlideopiji",
|
|
10889
10892
|
MATS_TELEMETRY: "MATS"
|
|
@@ -10924,7 +10927,7 @@ var Ko;
|
|
|
10924
10927
|
n.Startup = "startup", n.Login = "login", n.Logout = "logout", n.AcquireToken = "acquireToken", n.SsoSilent = "ssoSilent", n.HandleRedirect = "handleRedirect", n.None = "none";
|
|
10925
10928
|
})(Ko || (Ko = {}));
|
|
10926
10929
|
var Go = {
|
|
10927
|
-
scopes:
|
|
10930
|
+
scopes: or
|
|
10928
10931
|
}, jn = "jwk", Vo;
|
|
10929
10932
|
(function(n) {
|
|
10930
10933
|
n.React = "@azure/msal-react", n.Angular = "@azure/msal-angular";
|
|
@@ -11626,7 +11629,7 @@ var ro = (
|
|
|
11626
11629
|
return new ro(n, t, vr, e);
|
|
11627
11630
|
};
|
|
11628
11631
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
11629
|
-
var Dr = "@azure/msal-browser",
|
|
11632
|
+
var Dr = "@azure/msal-browser", Zn = "2.38.3";
|
|
11630
11633
|
/*! @azure/msal-browser v2.38.3 2023-10-27 */
|
|
11631
11634
|
var fs = (
|
|
11632
11635
|
/** @class */
|
|
@@ -11826,7 +11829,7 @@ var Si = (
|
|
|
11826
11829
|
/** @class */
|
|
11827
11830
|
function() {
|
|
11828
11831
|
function n(e, t, r, o, i, a, s, u, p) {
|
|
11829
|
-
this.config = e, this.browserStorage = t, this.browserCrypto = r, this.networkClient = this.config.system.networkClient, this.eventHandler = i, this.navigationClient = a, this.nativeMessageHandler = u, this.correlationId = p || this.browserCrypto.createNewGuid(), this.logger = o.clone(Pt.MSAL_SKU,
|
|
11832
|
+
this.config = e, this.browserStorage = t, this.browserCrypto = r, this.networkClient = this.config.system.networkClient, this.eventHandler = i, this.navigationClient = a, this.nativeMessageHandler = u, this.correlationId = p || this.browserCrypto.createNewGuid(), this.logger = o.clone(Pt.MSAL_SKU, Zn, this.correlationId), this.performanceClient = s;
|
|
11830
11833
|
}
|
|
11831
11834
|
return n.prototype.clearCacheOnLogout = function(e) {
|
|
11832
11835
|
return L(this, void 0, void 0, function() {
|
|
@@ -11874,9 +11877,9 @@ var Si = (
|
|
|
11874
11877
|
authority: r,
|
|
11875
11878
|
scopes: o
|
|
11876
11879
|
}), !i.authenticationScheme)
|
|
11877
|
-
i.authenticationScheme =
|
|
11880
|
+
i.authenticationScheme = ke.BEARER, this.logger.verbose(`Authentication Scheme wasn't explicitly set in request, defaulting to "Bearer" request`);
|
|
11878
11881
|
else {
|
|
11879
|
-
if (i.authenticationScheme ===
|
|
11882
|
+
if (i.authenticationScheme === ke.SSH) {
|
|
11880
11883
|
if (!e.sshJwk)
|
|
11881
11884
|
throw Ae.createMissingSshJwkError();
|
|
11882
11885
|
if (!e.sshKid)
|
|
@@ -12036,7 +12039,7 @@ var Hn = (
|
|
|
12036
12039
|
serverTelemetryManager: t,
|
|
12037
12040
|
libraryInfo: {
|
|
12038
12041
|
sku: Pt.MSAL_SKU,
|
|
12039
|
-
version:
|
|
12042
|
+
version: Zn,
|
|
12040
12043
|
cpu: b.EMPTY_STRING,
|
|
12041
12044
|
os: b.EMPTY_STRING
|
|
12042
12045
|
},
|
|
@@ -12067,7 +12070,7 @@ var Hn = (
|
|
|
12067
12070
|
cloudDiscoveryMetadata: this.config.auth.cloudDiscoveryMetadata,
|
|
12068
12071
|
authorityMetadata: this.config.auth.authorityMetadata,
|
|
12069
12072
|
skipAuthorityMetadataCache: this.config.auth.skipAuthorityMetadataCache
|
|
12070
|
-
}, s = t || this.config.auth.authority, u =
|
|
12073
|
+
}, s = t || this.config.auth.authority, u = rr.generateAuthority(s, r || this.config.auth.azureCloudOptions), this.logger.verbose("Creating discovered authority with configured authority", this.correlationId), this.performanceClient.setPreQueueTime(R.AuthorityFactoryCreateDiscoveredInstance, this.correlationId), [4, Cr.createDiscoveredInstance(u, this.config.system.networkClient, this.browserStorage, a, this.logger, this.performanceClient, this.correlationId).then(function(l) {
|
|
12071
12074
|
return i.endMeasurement({
|
|
12072
12075
|
success: !0
|
|
12073
12076
|
}), l;
|
|
@@ -12118,7 +12121,7 @@ var _o = (
|
|
|
12118
12121
|
try {
|
|
12119
12122
|
s = this.authModule.handleFragmentResponse(e, a);
|
|
12120
12123
|
} catch (p) {
|
|
12121
|
-
throw p instanceof An && p.subError ===
|
|
12124
|
+
throw p instanceof An && p.subError === D.userCancelledError.code ? K.createUserCancelledError() : p;
|
|
12122
12125
|
}
|
|
12123
12126
|
return this.performanceClient.setPreQueueTime(R.HandleCodeResponseFromServer, this.authCodeRequest.correlationId), [2, this.handleCodeResponseFromServer(s, t, r, o)];
|
|
12124
12127
|
});
|
|
@@ -12232,7 +12235,7 @@ var $o = (
|
|
|
12232
12235
|
try {
|
|
12233
12236
|
u = this.authModule.handleFragmentResponse(t, s);
|
|
12234
12237
|
} catch (E) {
|
|
12235
|
-
throw E instanceof An && E.subError ===
|
|
12238
|
+
throw E instanceof An && E.subError === D.userCancelledError.code ? K.createUserCancelledError() : E;
|
|
12236
12239
|
}
|
|
12237
12240
|
return p = this.browserStorage.generateNonceKey(s), l = this.browserStorage.getTemporaryCache(p), this.authCodeRequest.code = u.code, u.cloud_instance_host_name ? [4, this.updateTokenEndpointAuthority(u.cloud_instance_host_name, o, i)] : [3, 2];
|
|
12238
12241
|
case 1:
|
|
@@ -12331,7 +12334,7 @@ var Ii = (
|
|
|
12331
12334
|
fromCache: !0
|
|
12332
12335
|
}), [2, a];
|
|
12333
12336
|
case 4:
|
|
12334
|
-
throw s = u.sent(), s instanceof K && s.errorCode ===
|
|
12337
|
+
throw s = u.sent(), s instanceof K && s.errorCode === D.signingKeyNotFoundInStorage.code && this.logger.verbose("Signing keypair for bound access token not found. Refreshing bound access token and generating a new crypto keypair."), r.endMeasurement({
|
|
12335
12338
|
errorCode: s instanceof X && s.errorCode || void 0,
|
|
12336
12339
|
subErrorCode: s instanceof X && s.subError || void 0,
|
|
12337
12340
|
success: !1
|
|
@@ -12552,7 +12555,7 @@ var Bn = (
|
|
|
12552
12555
|
return z(this, function(a) {
|
|
12553
12556
|
switch (a.label) {
|
|
12554
12557
|
case 0:
|
|
12555
|
-
if (r.tokenType !==
|
|
12558
|
+
if (r.tokenType !== ke.POP) return [3, 2];
|
|
12556
12559
|
if (t.shr)
|
|
12557
12560
|
return this.logger.trace("handleNativeServerResponse: SHR is enabled in native layer"), [2, t.shr];
|
|
12558
12561
|
if (o = new Dn(this.browserCrypto), i = {
|
|
@@ -12578,7 +12581,7 @@ var Bn = (
|
|
|
12578
12581
|
case 0:
|
|
12579
12582
|
return u = this.addTelemetryFromNativeResponse(t), p = t.scope ? Je.fromString(t.scope) : Je.fromString(r.scope), l = t.account.properties || {}, m = l.UID || o.claims.oid || o.claims.sub || b.EMPTY_STRING, f = l.TenantId || o.claims.tid || b.EMPTY_STRING, [4, this.generatePopAccessToken(t, r)];
|
|
12580
12583
|
case 1:
|
|
12581
|
-
return k = F.sent(), E = r.tokenType ===
|
|
12584
|
+
return k = F.sent(), E = r.tokenType === ke.POP ? ke.POP : ke.BEARER, P = {
|
|
12582
12585
|
authority: a,
|
|
12583
12586
|
uniqueId: m,
|
|
12584
12587
|
tenantId: f,
|
|
@@ -12603,7 +12606,7 @@ var Bn = (
|
|
|
12603
12606
|
r.logger.error("Error occurred while removing account context from browser storage. " + o);
|
|
12604
12607
|
});
|
|
12605
12608
|
}, e.prototype.cacheNativeTokens = function(t, r, o, i, a, s, u, p) {
|
|
12606
|
-
var l = En.createIdTokenEntity(o, r.authority, t.id_token || b.EMPTY_STRING, r.clientId, a.claims.tid || b.EMPTY_STRING), m = r.tokenType ===
|
|
12609
|
+
var l = En.createIdTokenEntity(o, r.authority, t.id_token || b.EMPTY_STRING, r.clientId, a.claims.tid || b.EMPTY_STRING), m = r.tokenType === ke.POP ? b.SHR_NONCE_VALIDITY : (typeof t.expires_in == "string" ? parseInt(t.expires_in, 10) : t.expires_in) || 0, f = p + m, k = this.generateScopes(t, r), E = Tn.createAccessTokenEntity(o, r.authority, s, r.clientId, a ? a.claims.tid || b.EMPTY_STRING : u, k.printScopes(), f, 0, this.browserCrypto), P = new Xn(i, l, E);
|
|
12607
12610
|
this.nativeStorageManager.saveCacheRecord(P);
|
|
12608
12611
|
}, e.prototype.addTelemetryFromNativeResponse = function(t) {
|
|
12609
12612
|
var r = this.getMATSFromResponse(t);
|
|
@@ -12648,7 +12651,7 @@ var Bn = (
|
|
|
12648
12651
|
case 1:
|
|
12649
12652
|
E.sent(), E.label = 2;
|
|
12650
12653
|
case 2:
|
|
12651
|
-
return o = new he(r), o.validateAsUri(), i = t.scopes, a = Lo(t, ["scopes"]), s = new Je(i || []), s.appendScopes(
|
|
12654
|
+
return o = new he(r), o.validateAsUri(), i = t.scopes, a = Lo(t, ["scopes"]), s = new Je(i || []), s.appendScopes(or), u = function() {
|
|
12652
12655
|
switch (k.apiId) {
|
|
12653
12656
|
case Ie.ssoSilent:
|
|
12654
12657
|
case Ie.acquireTokenSilent_silentFlow:
|
|
@@ -12676,10 +12679,10 @@ var Bn = (
|
|
|
12676
12679
|
correlationId: this.correlationId,
|
|
12677
12680
|
tokenType: t.authenticationScheme,
|
|
12678
12681
|
windowTitleSubstring: document.title,
|
|
12679
|
-
extraParameters: J(J(J({}, t.extraQueryParameters), t.tokenQueryParameters), { telemetry:
|
|
12682
|
+
extraParameters: J(J(J({}, t.extraQueryParameters), t.tokenQueryParameters), { telemetry: Kn.MATS_TELEMETRY }),
|
|
12680
12683
|
extendedExpiryToken: !1
|
|
12681
12684
|
// Make this configurable?
|
|
12682
|
-
}), t.authenticationScheme !==
|
|
12685
|
+
}), t.authenticationScheme !== ke.POP ? [3, 4] : (l = {
|
|
12683
12686
|
resourceRequestUri: t.resourceRequestUri,
|
|
12684
12687
|
resourceRequestMethod: t.resourceRequestMethod,
|
|
12685
12688
|
shrClaims: t.shrClaims,
|
|
@@ -12707,7 +12710,7 @@ var In = (
|
|
|
12707
12710
|
var t, r = this;
|
|
12708
12711
|
return z(this, function(o) {
|
|
12709
12712
|
return this.logger.trace("NativeMessageHandler - sendMessage called."), t = {
|
|
12710
|
-
channel:
|
|
12713
|
+
channel: Kn.CHANNEL_ID,
|
|
12711
12714
|
extensionId: this.extensionId,
|
|
12712
12715
|
responseId: this.responseId++,
|
|
12713
12716
|
body: e
|
|
@@ -12724,7 +12727,7 @@ var In = (
|
|
|
12724
12727
|
case 0:
|
|
12725
12728
|
e.trace("NativeMessageHandler - createProvider called."), a.label = 1;
|
|
12726
12729
|
case 1:
|
|
12727
|
-
return a.trys.push([1, 3, , 5]), o = new n(e, t, r,
|
|
12730
|
+
return a.trys.push([1, 3, , 5]), o = new n(e, t, r, Kn.PREFERRED_EXTENSION_ID), [4, o.sendHandshakeRequest()];
|
|
12728
12731
|
case 2:
|
|
12729
12732
|
return a.sent(), [2, o];
|
|
12730
12733
|
case 3:
|
|
@@ -12744,7 +12747,7 @@ var In = (
|
|
|
12744
12747
|
var e, t = this;
|
|
12745
12748
|
return z(this, function(r) {
|
|
12746
12749
|
return this.logger.trace("NativeMessageHandler - sendHandshakeRequest called."), window.addEventListener("message", this.windowListener, !1), e = {
|
|
12747
|
-
channel:
|
|
12750
|
+
channel: Kn.CHANNEL_ID,
|
|
12748
12751
|
extensionId: this.extensionId,
|
|
12749
12752
|
responseId: this.responseId++,
|
|
12750
12753
|
body: {
|
|
@@ -12765,7 +12768,7 @@ var In = (
|
|
|
12765
12768
|
}, n.prototype.onWindowMessage = function(e) {
|
|
12766
12769
|
if (this.logger.trace("NativeMessageHandler - onWindowMessage called"), e.source === window) {
|
|
12767
12770
|
var t = e.data;
|
|
12768
|
-
if (!(!t.channel || t.channel !==
|
|
12771
|
+
if (!(!t.channel || t.channel !== Kn.CHANNEL_ID) && !(t.extensionId && t.extensionId !== this.extensionId) && t.body.method === en.HandshakeRequest) {
|
|
12769
12772
|
this.logger.verbose(t.extensionId ? "Extension with id: " + t.extensionId + " not installed" : "No extension installed"), clearTimeout(this.timeoutId), this.messageChannel.port1.close(), this.messageChannel.port2.close(), window.removeEventListener("message", this.windowListener, !1);
|
|
12770
12773
|
var r = this.handshakeResolvers.get(t.responseId);
|
|
12771
12774
|
r && (this.handshakeEvent.endMeasurement({ success: !1, extensionInstalled: !1 }), r.reject(K.createNativeExtensionNotInstalledError()));
|
|
@@ -12806,8 +12809,8 @@ var In = (
|
|
|
12806
12809
|
return t.trace("isNativeAvailable: WAM extension provider is not initialized, returning false"), !1;
|
|
12807
12810
|
if (o)
|
|
12808
12811
|
switch (o) {
|
|
12809
|
-
case
|
|
12810
|
-
case
|
|
12812
|
+
case ke.BEARER:
|
|
12813
|
+
case ke.POP:
|
|
12811
12814
|
return t.trace("isNativeAvailable: authenticationScheme is supported, returning true"), !0;
|
|
12812
12815
|
default:
|
|
12813
12816
|
return t.trace("isNativeAvailable: authenticationScheme is not supported, returning false"), !1;
|
|
@@ -13008,7 +13011,7 @@ var _s = (
|
|
|
13008
13011
|
}
|
|
13009
13012
|
return e.prototype.acquireToken = function(t) {
|
|
13010
13013
|
try {
|
|
13011
|
-
var r = this.generatePopupName(t.scopes ||
|
|
13014
|
+
var r = this.generatePopupName(t.scopes || or, t.authority || this.config.auth.authority), o = t.popupWindowAttributes || {};
|
|
13012
13015
|
if (this.config.system.asyncPopups)
|
|
13013
13016
|
return this.logger.verbose("asyncPopups set to true, acquiring token"), this.acquireTokenPopupAsync(t, r, o);
|
|
13014
13017
|
this.logger.verbose("asyncPopup set to false, opening popup before acquiring token");
|
|
@@ -13199,9 +13202,9 @@ function ks(n, e) {
|
|
|
13199
13202
|
postLogoutRedirectUri: b.EMPTY_STRING,
|
|
13200
13203
|
navigateToLoginRequestUrl: !0,
|
|
13201
13204
|
clientCapabilities: [],
|
|
13202
|
-
protocolMode:
|
|
13205
|
+
protocolMode: nr.AAD,
|
|
13203
13206
|
azureCloudOptions: {
|
|
13204
|
-
azureCloudInstance:
|
|
13207
|
+
azureCloudInstance: tr.None,
|
|
13205
13208
|
tenant: b.EMPTY_STRING
|
|
13206
13209
|
},
|
|
13207
13210
|
skipAuthorityMetadataCache: !1
|
|
@@ -14101,7 +14104,7 @@ var Wo = (
|
|
|
14101
14104
|
this.inMemoryCache = new no(), this.indexedDBCache = new zs(), this.logger = e, this.storeName = t;
|
|
14102
14105
|
}
|
|
14103
14106
|
return n.prototype.handleDatabaseAccessError = function(e) {
|
|
14104
|
-
if (e instanceof K && e.errorCode ===
|
|
14107
|
+
if (e instanceof K && e.errorCode === D.databaseUnavailable.code)
|
|
14105
14108
|
this.logger.error("Could not access persistent storage. This may be caused by browser privacy features which block persistent storage in third-party contexts.");
|
|
14106
14109
|
else
|
|
14107
14110
|
throw e;
|
|
@@ -14501,23 +14504,23 @@ var Ds = (
|
|
|
14501
14504
|
var o = new Vt(t.id_token, this.cryptoObj), i, a;
|
|
14502
14505
|
if (e.account) {
|
|
14503
14506
|
var s = this.loadAccount(o, e.account.environment, void 0, void 0, e.account.homeAccountId);
|
|
14504
|
-
i = new
|
|
14507
|
+
i = new Xn(s, this.loadIdToken(o, s.homeAccountId, e.account.environment, e.account.tenantId), this.loadAccessToken(e, t, s.homeAccountId, e.account.environment, e.account.tenantId, r), this.loadRefreshToken(e, t, s.homeAccountId, e.account.environment));
|
|
14505
14508
|
} else if (e.authority) {
|
|
14506
|
-
var u =
|
|
14509
|
+
var u = rr.generateAuthority(e.authority, e.azureCloudOptions), p = {
|
|
14507
14510
|
protocolMode: this.config.auth.protocolMode,
|
|
14508
14511
|
knownAuthorities: this.config.auth.knownAuthorities,
|
|
14509
14512
|
cloudDiscoveryMetadata: this.config.auth.cloudDiscoveryMetadata,
|
|
14510
14513
|
authorityMetadata: this.config.auth.authorityMetadata,
|
|
14511
14514
|
skipAuthorityMetadataCache: this.config.auth.skipAuthorityMetadataCache
|
|
14512
14515
|
};
|
|
14513
|
-
if (a = new
|
|
14516
|
+
if (a = new rr(u, this.config.system.networkClient, this.storage, p, this.logger), r.clientInfo) {
|
|
14514
14517
|
this.logger.trace("TokenCache - homeAccountId from options");
|
|
14515
14518
|
var s = this.loadAccount(o, a.hostnameAndPort, r.clientInfo, a.authorityType);
|
|
14516
|
-
i = new
|
|
14519
|
+
i = new Xn(s, this.loadIdToken(o, s.homeAccountId, a.hostnameAndPort, a.tenant), this.loadAccessToken(e, t, s.homeAccountId, a.hostnameAndPort, a.tenant, r), this.loadRefreshToken(e, t, s.homeAccountId, a.hostnameAndPort));
|
|
14517
14520
|
} else if (t.client_info) {
|
|
14518
14521
|
this.logger.trace("TokenCache - homeAccountId from response");
|
|
14519
14522
|
var s = this.loadAccount(o, a.hostnameAndPort, t.client_info, a.authorityType);
|
|
14520
|
-
i = new
|
|
14523
|
+
i = new Xn(s, this.loadIdToken(o, s.homeAccountId, a.hostnameAndPort, a.tenant), this.loadAccessToken(e, t, s.homeAccountId, a.hostnameAndPort, a.tenant, r), this.loadRefreshToken(e, t, s.homeAccountId, a.hostnameAndPort));
|
|
14521
14524
|
} else
|
|
14522
14525
|
throw K.createUnableToLoadTokenError("Please provide clientInfo in the response or options.");
|
|
14523
14526
|
} else
|
|
@@ -14644,7 +14647,7 @@ var Fs = (
|
|
|
14644
14647
|
/** @class */
|
|
14645
14648
|
function() {
|
|
14646
14649
|
function n(e) {
|
|
14647
|
-
this.isBrowserEnvironment = typeof window < "u", this.config = ks(e, this.isBrowserEnvironment), this.initialized = !1, this.logger = new ho(this.config.system.loggerOptions, Dr,
|
|
14650
|
+
this.isBrowserEnvironment = typeof window < "u", this.config = ks(e, this.isBrowserEnvironment), this.initialized = !1, this.logger = new ho(this.config.system.loggerOptions, Dr, Zn), this.networkClient = this.config.system.networkClient, this.navigationClient = this.config.system.navigationClient, this.redirectResponse = /* @__PURE__ */ new Map(), this.hybridAuthCodeResponses = /* @__PURE__ */ new Map(), this.performanceClient = this.isBrowserEnvironment ? new Bs(this.config.auth.clientId, this.config.auth.authority, this.logger, Dr, Zn, this.config.telemetry.application, this.config.system.cryptoOptions) : new us(this.config.auth.clientId, this.config.auth.authority, this.logger, Dr, Zn, this.config.telemetry.application), this.browserCrypto = this.isBrowserEnvironment ? new Us(this.logger, this.performanceClient, this.config.system.cryptoOptions) : vr, this.eventHandler = new Ts(this.logger, this.browserCrypto), this.browserStorage = this.isBrowserEnvironment ? new ro(this.config.auth.clientId, this.config.cache, this.browserCrypto, this.logger) : hs(this.config.auth.clientId, this.logger);
|
|
14648
14651
|
var t = {
|
|
14649
14652
|
cacheLocation: xe.MemoryStorage,
|
|
14650
14653
|
temporaryCacheLocation: xe.MemoryStorage,
|
|
@@ -15243,7 +15246,7 @@ const Gs = Ar("MsAuthPlugin", {
|
|
|
15243
15246
|
async microsoftLogin(n, e = {}) {
|
|
15244
15247
|
var o;
|
|
15245
15248
|
n === "sso" ? this.microsoftSSOLoad = !0 : this.microsoftLoad = !0;
|
|
15246
|
-
const [t, r] = await
|
|
15249
|
+
const [t, r] = await we(
|
|
15247
15250
|
Gs.login({
|
|
15248
15251
|
clientId: n === "sso" ? e.clientID : "9cd47053-080a-4df8-8fd8-ca4389163fde",
|
|
15249
15252
|
tenant: n === "sso" ? e.tenant : "consumers",
|
|
@@ -15257,7 +15260,7 @@ const Gs = Ar("MsAuthPlugin", {
|
|
|
15257
15260
|
if (t)
|
|
15258
15261
|
return console.error("MsAuthPlugin Error: " + JSON.stringify(t)), this.microsoftLoad = !1;
|
|
15259
15262
|
if (this.referral && (r.ref = this.referral), this.display === "popup" && (r.response_type = "code"), r && (r.accessToken || r.idToken)) {
|
|
15260
|
-
const [i, a] = await
|
|
15263
|
+
const [i, a] = await we(
|
|
15261
15264
|
nt.microsoftSDK(r, this.$storex)
|
|
15262
15265
|
);
|
|
15263
15266
|
if (i)
|
|
@@ -15303,7 +15306,7 @@ const Gs = Ar("MsAuthPlugin", {
|
|
|
15303
15306
|
} catch {
|
|
15304
15307
|
throw new Error("Decryption not supported in this environment");
|
|
15305
15308
|
}
|
|
15306
|
-
},
|
|
15309
|
+
}, er = {
|
|
15307
15310
|
getFirstBrowserLanguage() {
|
|
15308
15311
|
let n = window.navigator, e = ["language", "browserLanguage", "systemLanguage", "userLanguage"], t, r;
|
|
15309
15312
|
if (Array.isArray(n.languages)) {
|
|
@@ -15458,11 +15461,11 @@ const Gs = Ar("MsAuthPlugin", {
|
|
|
15458
15461
|
methods: {
|
|
15459
15462
|
async exchangeCode(n) {
|
|
15460
15463
|
var o, i;
|
|
15461
|
-
let [e, t] = await
|
|
15464
|
+
let [e, t] = await we(ao.post(n.domain + "/v1/token", new URLSearchParams({ code: n.code, client_id: n.clientID, grant_type: "authorization_code", redirect_uri: this.isNative ? "tapni://t.link/callback/okta" : location.origin + "/callback/okta", code_verifier: localStorage.getItem("pkce_code_verifier") })));
|
|
15462
15465
|
if (e) return this.errorHandler(e);
|
|
15463
15466
|
localStorage.removeItem("pkce_code_verifier");
|
|
15464
15467
|
let r = { accessToken: (o = t.data) == null ? void 0 : o.access_token, domain: n.domain };
|
|
15465
|
-
if (this.display === "popup" && (r.response_type = "code"), [e, t] = await
|
|
15468
|
+
if (this.display === "popup" && (r.response_type = "code"), [e, t] = await we(nt.oktaSDK(r, this.$storex)), e)
|
|
15466
15469
|
return this.oktaLoad = !1, ne.$emit("ssoEvent", { name: "setLoading", data: !1 }), this.errorHandler(e);
|
|
15467
15470
|
if (t.data.success) {
|
|
15468
15471
|
if (this.display === "popup")
|
|
@@ -15473,10 +15476,10 @@ const Gs = Ar("MsAuthPlugin", {
|
|
|
15473
15476
|
} else this.errorSnack(this.ssoLang[this.appLanguage].unexpected_err);
|
|
15474
15477
|
},
|
|
15475
15478
|
async oktaLogin(n) {
|
|
15476
|
-
const e =
|
|
15477
|
-
let t = btoa("domain=" + n.domain + "&client_id=" + n.clientID + "&platform=" + e + "&rand=" +
|
|
15479
|
+
const e = Gn.getPlatform() || "web";
|
|
15480
|
+
let t = btoa("domain=" + n.domain + "&client_id=" + n.clientID + "&platform=" + e + "&rand=" + er.generateRandomString(28)), r = er.generateRandomString(28);
|
|
15478
15481
|
localStorage.setItem("pkce_code_verifier", r);
|
|
15479
|
-
let o = await
|
|
15482
|
+
let o = await er.pkceChallengeFromVerifier(r), i = n.domain + "/v1/authorize", a;
|
|
15480
15483
|
this.isNative ? a = "tapni://t.link/callback/okta" : a = location.origin + "/callback/okta";
|
|
15481
15484
|
let s = i + "?response_type=code&client_id=" + encodeURIComponent(n.clientID) + "&state=" + encodeURIComponent(t) + "&scope=" + encodeURIComponent("openid email profile") + "&redirect_uri=" + encodeURIComponent(a) + "&code_challenge=" + encodeURIComponent(o) + "&code_challenge_method=S256", u = this, p;
|
|
15482
15485
|
window.addEventListener("message", async (l) => {
|
|
@@ -15518,8 +15521,8 @@ const Gs = Ar("MsAuthPlugin", {
|
|
|
15518
15521
|
}
|
|
15519
15522
|
},
|
|
15520
15523
|
async samlLogin(n) {
|
|
15521
|
-
this.code_verifier =
|
|
15522
|
-
const e =
|
|
15524
|
+
this.code_verifier = er.generateRandomString(28), localStorage.setItem("pkce_code_verifier", this.code_verifier), this.code_challenge = await er.pkceChallengeFromVerifier(this.code_verifier);
|
|
15525
|
+
const e = Gn.getPlatform();
|
|
15523
15526
|
let t = `code_challenge=${this.code_challenge}&platform=${e}&redirect_uri=${location.origin + (this.display === "npm" ? "/app" : "") + "/callback/saml"}&realm=${this.realm}&display=${this.display}`, r = btoa(t);
|
|
15524
15527
|
n = `${n}&RelayState=${r}`;
|
|
15525
15528
|
let o = this;
|
|
@@ -15623,7 +15626,7 @@ const Gs = Ar("MsAuthPlugin", {
|
|
|
15623
15626
|
},
|
|
15624
15627
|
async startQrCodePooling() {
|
|
15625
15628
|
this.poolingInterval = setInterval(async () => {
|
|
15626
|
-
const [n, e] = await
|
|
15629
|
+
const [n, e] = await we(
|
|
15627
15630
|
Qr.qrCodePooling(
|
|
15628
15631
|
{
|
|
15629
15632
|
qrToken: this.qrCodeHash
|
|
@@ -15706,7 +15709,7 @@ const Gs = Ar("MsAuthPlugin", {
|
|
|
15706
15709
|
// captchaToken: await this.getCaptchaToken('account_verify')
|
|
15707
15710
|
};
|
|
15708
15711
|
this.emailOrUsername.indexOf("@") !== -1 ? e.email = this.emailOrUsername : e.username = this.emailOrUsername;
|
|
15709
|
-
const [t, r] = await
|
|
15712
|
+
const [t, r] = await we(this.login(e));
|
|
15710
15713
|
t && console.error(t), this.submitted = !1, r === !0 && (this.emailOrUsername = "", this.password = "");
|
|
15711
15714
|
},
|
|
15712
15715
|
close() {
|
|
@@ -15770,13 +15773,13 @@ const Gs = Ar("MsAuthPlugin", {
|
|
|
15770
15773
|
}, Ic = { class: "forgot center-text pointer small-top" };
|
|
15771
15774
|
function Ac(n, e, t, r, o, i) {
|
|
15772
15775
|
const a = rn("router-link");
|
|
15773
|
-
return O(),
|
|
15776
|
+
return O(), U("form", {
|
|
15774
15777
|
class: "page-login content-boxed content-boxed-padding",
|
|
15775
15778
|
onSubmit: e[15] || (e[15] = Xe((...s) => i.submit && i.submit(...s), ["prevent"])),
|
|
15776
15779
|
autocomplete: "on",
|
|
15777
15780
|
style: Ir(n.isModal ? "max-width: 500px;" : "")
|
|
15778
15781
|
}, [
|
|
15779
|
-
n.isModal ? (O(),
|
|
15782
|
+
n.isModal ? (O(), U("a", {
|
|
15780
15783
|
key: 0,
|
|
15781
15784
|
onClick: e[0] || (e[0] = (...s) => i.close && i.close(...s)),
|
|
15782
15785
|
class: "color-black pull-right pointer",
|
|
@@ -15791,10 +15794,10 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15791
15794
|
], -1)
|
|
15792
15795
|
]))) : le("", !0),
|
|
15793
15796
|
_("h2", Xs, [
|
|
15794
|
-
o.isSSOLogin ? (O(),
|
|
15797
|
+
o.isSSOLogin ? (O(), U("span", Zs, B(this.ssoLang[this.appLanguage].enter_company_email), 1)) : (O(), U("span", ec, B(this.ssoLang[this.appLanguage].login), 1))
|
|
15795
15798
|
]),
|
|
15796
15799
|
e[34] || (e[34] = _("p", { class: "half-bottom small-top center-text color-black" }, null, -1)),
|
|
15797
|
-
i.displayFormLogin ? (O(),
|
|
15800
|
+
i.displayFormLogin ? (O(), U("span", tc, [
|
|
15798
15801
|
_("div", nc, [
|
|
15799
15802
|
e[17] || (e[17] = _("i", { style: { "padding-top": "15px" } }, [
|
|
15800
15803
|
_("img", {
|
|
@@ -15819,7 +15822,7 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15819
15822
|
]),
|
|
15820
15823
|
e[18] || (e[18] = _("em", null, null, -1))
|
|
15821
15824
|
]),
|
|
15822
|
-
o.isSSOLogin ? le("", !0) : (O(),
|
|
15825
|
+
o.isSSOLogin ? le("", !0) : (O(), U("div", oc, [
|
|
15823
15826
|
e[19] || (e[19] = _("i", { style: { "padding-top": "15px" } }, [
|
|
15824
15827
|
_("img", {
|
|
15825
15828
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
@@ -15849,7 +15852,7 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15849
15852
|
])
|
|
15850
15853
|
])
|
|
15851
15854
|
])),
|
|
15852
|
-
o.showOTP ? (O(),
|
|
15855
|
+
o.showOTP ? (O(), U("div", cc, [
|
|
15853
15856
|
e[20] || (e[20] = _("i", { style: { "padding-top": "15px" } }, [
|
|
15854
15857
|
_("img", {
|
|
15855
15858
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
@@ -15870,12 +15873,12 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15870
15873
|
e[21] || (e[21] = _("em", null, null, -1))
|
|
15871
15874
|
])) : le("", !0),
|
|
15872
15875
|
_("button", uc, [
|
|
15873
|
-
o.submitted ? (O(),
|
|
15876
|
+
o.submitted ? (O(), U("span", pc)) : (O(), U("span", dc, B(n.ssoLang[n.appLanguage].login), 1))
|
|
15874
15877
|
])
|
|
15875
15878
|
])) : le("", !0),
|
|
15876
15879
|
e[35] || (e[35] = _("div", { class: "decoration decoration-lines-thin half-top half-bottom" }, null, -1)),
|
|
15877
15880
|
_e(_("span", null, [
|
|
15878
|
-
n.displayAppleLogin ? (O(),
|
|
15881
|
+
n.displayAppleLogin ? (O(), U("a", {
|
|
15879
15882
|
key: 0,
|
|
15880
15883
|
onClick: e[6] || (e[6] = (...s) => n.appleLogin && n.appleLogin(...s)),
|
|
15881
15884
|
class: "button-center button button-90 google-button pointer"
|
|
@@ -15884,9 +15887,9 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15884
15887
|
src: "https://cdn.tapni.co/icons/apple-logo.png",
|
|
15885
15888
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
15886
15889
|
}, null, -1)),
|
|
15887
|
-
n.appleLoad ? (O(),
|
|
15890
|
+
n.appleLoad ? (O(), U("span", fc)) : (O(), U("span", hc, B(n.ssoLang[n.appLanguage].sign_in_with) + " Apple", 1))
|
|
15888
15891
|
])) : le("", !0),
|
|
15889
|
-
n.displayGoogleLogin ? (O(),
|
|
15892
|
+
n.displayGoogleLogin ? (O(), U("a", {
|
|
15890
15893
|
key: 1,
|
|
15891
15894
|
onClick: e[7] || (e[7] = (...s) => n.googleLogin && n.googleLogin(...s)),
|
|
15892
15895
|
class: "button-center button button-90 google-button pointer"
|
|
@@ -15895,9 +15898,9 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15895
15898
|
src: "https://cdn.tapni.co/icons/g-logo.png",
|
|
15896
15899
|
style: { position: "absolute", "margin-left": "-10px", padding: "8px 0", height: "100%" }
|
|
15897
15900
|
}, null, -1)),
|
|
15898
|
-
n.googleLoad ? (O(),
|
|
15901
|
+
n.googleLoad ? (O(), U("span", gc)) : (O(), U("span", mc, B(n.ssoLang[n.appLanguage].sign_in_with) + " Google", 1))
|
|
15899
15902
|
])) : le("", !0),
|
|
15900
|
-
n.displayMicrosoftSSOLogin ? le("", !0) : (O(),
|
|
15903
|
+
n.displayMicrosoftSSOLogin ? le("", !0) : (O(), U("a", {
|
|
15901
15904
|
key: 2,
|
|
15902
15905
|
onClick: e[8] || (e[8] = (...s) => n.microsoftLogin && n.microsoftLogin(...s)),
|
|
15903
15906
|
class: "button-center button button-90 google-button pointer"
|
|
@@ -15906,9 +15909,9 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15906
15909
|
src: "https://cdn.tapni.co/icons/outlook.png",
|
|
15907
15910
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
15908
15911
|
}, null, -1)),
|
|
15909
|
-
n.microsoftLoad ? (O(),
|
|
15912
|
+
n.microsoftLoad ? (O(), U("span", vc)) : (O(), U("span", _c, B(n.ssoLang[n.appLanguage].sign_in_with) + " Outlook", 1))
|
|
15910
15913
|
])),
|
|
15911
|
-
n.displayMicrosoftSSOLogin ? le("", !0) : (O(),
|
|
15914
|
+
n.displayMicrosoftSSOLogin ? le("", !0) : (O(), U("a", {
|
|
15912
15915
|
key: 3,
|
|
15913
15916
|
onClick: e[9] || (e[9] = (s) => o.isSSOLogin = !0),
|
|
15914
15917
|
class: "button-center button button-90 google-button pointer"
|
|
@@ -15917,9 +15920,9 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15917
15920
|
src: "https://cdn.tapni.co/icons/sso-key.png",
|
|
15918
15921
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
15919
15922
|
}, null, -1)),
|
|
15920
|
-
n.microsoftSSOLoad ? (O(),
|
|
15923
|
+
n.microsoftSSOLoad ? (O(), U("span", bc)) : (O(), U("span", yc, B(n.ssoLang[n.appLanguage].sign_in_with) + " SSO", 1))
|
|
15921
15924
|
])),
|
|
15922
|
-
n.displayMicrosoftSSOLogin ? (O(),
|
|
15925
|
+
n.displayMicrosoftSSOLogin ? (O(), U("a", {
|
|
15923
15926
|
key: 4,
|
|
15924
15927
|
onClick: e[10] || (e[10] = (s) => n.microsoftLogin("sso")),
|
|
15925
15928
|
class: "button-center button button-90 google-button pointer"
|
|
@@ -15928,9 +15931,9 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15928
15931
|
src: "https://cdn.tapni.co/icons/sso-key.png",
|
|
15929
15932
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
15930
15933
|
}, null, -1)),
|
|
15931
|
-
n.microsoftSSOLoad ? (O(),
|
|
15934
|
+
n.microsoftSSOLoad ? (O(), U("span", wc, B(n.ssoLang[n.appLanguage].sign_in_with) + " SSO", 1)) : (O(), U("span", kc))
|
|
15932
15935
|
])) : le("", !0),
|
|
15933
|
-
i.displayFormLogin ? le("", !0) : (O(),
|
|
15936
|
+
i.displayFormLogin ? le("", !0) : (O(), U("a", {
|
|
15934
15937
|
key: 5,
|
|
15935
15938
|
onClick: e[11] || (e[11] = (s) => o.emailLogin = !0),
|
|
15936
15939
|
class: "button-center button button-90 google-button pointer"
|
|
@@ -15939,9 +15942,9 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15939
15942
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
15940
15943
|
style: { position: "absolute", "margin-left": "-8px", padding: "12px 0", height: "100%" }
|
|
15941
15944
|
}, null, -1)),
|
|
15942
|
-
_("span", null,
|
|
15945
|
+
_("span", null, B(n.ssoLang[n.appLanguage].sign_in_with) + " Email", 1)
|
|
15943
15946
|
])),
|
|
15944
|
-
n.displayQRLogin ? (O(),
|
|
15947
|
+
n.displayQRLogin ? (O(), U("a", {
|
|
15945
15948
|
key: 6,
|
|
15946
15949
|
onClick: e[12] || (e[12] = (s) => n.$router.push("/qr")),
|
|
15947
15950
|
class: "button-center button button-90 google-button pointer"
|
|
@@ -15950,39 +15953,39 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15950
15953
|
src: "https://cdn.tapni.co/icons/qr.png",
|
|
15951
15954
|
style: { position: "absolute", "margin-left": "-5px", padding: "15px 0", height: "100%" }
|
|
15952
15955
|
}, null, -1)),
|
|
15953
|
-
_("span", null,
|
|
15956
|
+
_("span", null, B(n.ssoLang[n.appLanguage].sign_in_with) + " QR", 1)
|
|
15954
15957
|
])) : le("", !0),
|
|
15955
15958
|
e[29] || (e[29] = _("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1))
|
|
15956
15959
|
], 512), [
|
|
15957
15960
|
[kt, !o.isSSOLogin]
|
|
15958
15961
|
]),
|
|
15959
15962
|
_("p", Cc, [
|
|
15960
|
-
Ee(
|
|
15963
|
+
Ee(B(n.ssoLang[n.appLanguage].terms_by_signing_in) + " ", 1),
|
|
15961
15964
|
e[30] || (e[30] = _("br", null, null, -1)),
|
|
15962
|
-
_("a", Ec,
|
|
15963
|
-
Ee(" " +
|
|
15964
|
-
_("a", Tc,
|
|
15965
|
+
_("a", Ec, B(n.ssoLang[this.appLanguage].terms_of_service), 1),
|
|
15966
|
+
Ee(" " + B(n.ssoLang[n.appLanguage].and) + " ", 1),
|
|
15967
|
+
_("a", Tc, B(n.ssoLang[this.appLanguage].privacy_policy), 1)
|
|
15965
15968
|
]),
|
|
15966
15969
|
e[36] || (e[36] = _("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)),
|
|
15967
|
-
n.isModal ? (O(),
|
|
15970
|
+
n.isModal ? (O(), U("div", {
|
|
15968
15971
|
key: 3,
|
|
15969
15972
|
class: "page-login-links",
|
|
15970
15973
|
onClick: e[14] || (e[14] = (...s) => i.createAccountModal && i.createAccountModal(...s))
|
|
15971
15974
|
}, [
|
|
15972
15975
|
_("a", Ic, [
|
|
15973
|
-
Ee(
|
|
15976
|
+
Ee(B(n.ssoLang[n.appLanguage].or) + " ", 1),
|
|
15974
15977
|
e[32] || (e[32] = _("br", null, null, -1)),
|
|
15975
|
-
Ee(" " +
|
|
15978
|
+
Ee(" " + B(n.ssoLang[n.appLanguage].create_new_account), 1)
|
|
15976
15979
|
]),
|
|
15977
15980
|
e[33] || (e[33] = _("div", { class: "clear" }, null, -1))
|
|
15978
|
-
])) : (O(),
|
|
15981
|
+
])) : (O(), U("div", Sc, [
|
|
15979
15982
|
i.displayRegisterLogin ? (O(), ze(a, {
|
|
15980
15983
|
key: 0,
|
|
15981
15984
|
class: "forgot float-right",
|
|
15982
15985
|
to: "/register"
|
|
15983
15986
|
}, {
|
|
15984
15987
|
default: et(() => [
|
|
15985
|
-
Ee(
|
|
15988
|
+
Ee(B(n.ssoLang[n.appLanguage].create_account), 1)
|
|
15986
15989
|
]),
|
|
15987
15990
|
_: 1
|
|
15988
15991
|
})) : le("", !0),
|
|
@@ -15992,15 +15995,15 @@ function Ac(n, e, t, r, o, i) {
|
|
|
15992
15995
|
to: "/reset"
|
|
15993
15996
|
}, {
|
|
15994
15997
|
default: et(() => [
|
|
15995
|
-
Ee(
|
|
15998
|
+
Ee(B(n.ssoLang[n.appLanguage].reset_password), 1)
|
|
15996
15999
|
]),
|
|
15997
16000
|
_: 1
|
|
15998
16001
|
})) : le("", !0),
|
|
15999
|
-
o.isSSOLogin ? (O(),
|
|
16002
|
+
o.isSSOLogin ? (O(), U("a", {
|
|
16000
16003
|
key: 2,
|
|
16001
16004
|
onClick: e[13] || (e[13] = (s) => o.isSSOLogin = !1),
|
|
16002
16005
|
class: "create float-left pointer"
|
|
16003
|
-
},
|
|
16006
|
+
}, B(n.ssoLang[n.appLanguage].go_back), 1)) : le("", !0),
|
|
16004
16007
|
e[31] || (e[31] = _("div", { class: "clear" }, null, -1))
|
|
16005
16008
|
]))
|
|
16006
16009
|
], 36);
|
|
@@ -16060,15 +16063,15 @@ const zc = { class: "container left-text" }, xc = { class: "firstRow" }, Uc = ["
|
|
|
16060
16063
|
};
|
|
16061
16064
|
function el(n, e, t, r, o, i) {
|
|
16062
16065
|
const a = rn("router-link");
|
|
16063
|
-
return O(),
|
|
16066
|
+
return O(), U("div", Nc, [
|
|
16064
16067
|
e[11] || (e[11] = _("br", null, null, -1)),
|
|
16065
16068
|
le("", !0),
|
|
16066
|
-
_("h1", Oc,
|
|
16067
|
-
_("p", Lc,
|
|
16069
|
+
_("h1", Oc, B(n.ssoLang[n.appLanguage].welcome_account), 1),
|
|
16070
|
+
_("p", Lc, B(n.account.email), 1),
|
|
16068
16071
|
(n.display, le("", !0)),
|
|
16069
16072
|
_("div", zc, [
|
|
16070
16073
|
le("", !0),
|
|
16071
|
-
t.isModal ? (O(),
|
|
16074
|
+
t.isModal ? (O(), U("div", {
|
|
16072
16075
|
key: 1,
|
|
16073
16076
|
class: "settingRow",
|
|
16074
16077
|
onClick: e[4] || (e[4] = (s) => n.$emit("update:viewProp", "AuthGeneral"))
|
|
@@ -16078,7 +16081,7 @@ function el(n, e, t, r, o, i) {
|
|
|
16078
16081
|
src: n.getIcon("user-black.svg"),
|
|
16079
16082
|
class: "withBackground"
|
|
16080
16083
|
}, null, 8, Uc),
|
|
16081
|
-
_("h4", null,
|
|
16084
|
+
_("h4", null, B(n.ssoLang[n.appLanguage].general), 1),
|
|
16082
16085
|
_("img", {
|
|
16083
16086
|
src: n.getIcon("arrow-gray-right.svg")
|
|
16084
16087
|
}, null, 8, Bc)
|
|
@@ -16094,7 +16097,7 @@ function el(n, e, t, r, o, i) {
|
|
|
16094
16097
|
src: n.getIcon("user-black.svg"),
|
|
16095
16098
|
class: "withBackground"
|
|
16096
16099
|
}, null, 8, jc),
|
|
16097
|
-
_("h4", null,
|
|
16100
|
+
_("h4", null, B(n.ssoLang[n.appLanguage].general), 1),
|
|
16098
16101
|
_("img", {
|
|
16099
16102
|
src: n.getIcon("arrow-gray-right.svg")
|
|
16100
16103
|
}, null, 8, Hc)
|
|
@@ -16102,7 +16105,7 @@ function el(n, e, t, r, o, i) {
|
|
|
16102
16105
|
]),
|
|
16103
16106
|
_: 1
|
|
16104
16107
|
})),
|
|
16105
|
-
t.isModal ? (O(),
|
|
16108
|
+
t.isModal ? (O(), U("div", {
|
|
16106
16109
|
key: 3,
|
|
16107
16110
|
class: "settingRow",
|
|
16108
16111
|
onClick: e[5] || (e[5] = (s) => n.$emit("update:viewProp", "AuthSecurity"))
|
|
@@ -16112,7 +16115,7 @@ function el(n, e, t, r, o, i) {
|
|
|
16112
16115
|
src: n.getIcon("shield-black.svg"),
|
|
16113
16116
|
class: "withBackground"
|
|
16114
16117
|
}, null, 8, qc),
|
|
16115
|
-
_("h4", null,
|
|
16118
|
+
_("h4", null, B(n.ssoLang[n.appLanguage].security), 1),
|
|
16116
16119
|
_("img", {
|
|
16117
16120
|
src: n.getIcon("arrow-gray-right.svg")
|
|
16118
16121
|
}, null, 8, Kc)
|
|
@@ -16128,7 +16131,7 @@ function el(n, e, t, r, o, i) {
|
|
|
16128
16131
|
src: n.getIcon("shield-black.svg"),
|
|
16129
16132
|
class: "withBackground"
|
|
16130
16133
|
}, null, 8, Vc),
|
|
16131
|
-
_("h4", null,
|
|
16134
|
+
_("h4", null, B(n.ssoLang[n.appLanguage].security), 1),
|
|
16132
16135
|
_("img", {
|
|
16133
16136
|
src: n.getIcon("arrow-gray-right.svg")
|
|
16134
16137
|
}, null, 8, Qc)
|
|
@@ -16138,7 +16141,8 @@ function el(n, e, t, r, o, i) {
|
|
|
16138
16141
|
})),
|
|
16139
16142
|
le("", !0),
|
|
16140
16143
|
le("", !0),
|
|
16141
|
-
|
|
16144
|
+
t.isModal ? le("", !0) : (O(), U("div", {
|
|
16145
|
+
key: 7,
|
|
16142
16146
|
class: "settingRow",
|
|
16143
16147
|
onClick: e[6] || (e[6] = (...s) => i.logoutAccount && i.logoutAccount(...s))
|
|
16144
16148
|
}, [
|
|
@@ -16147,14 +16151,14 @@ function el(n, e, t, r, o, i) {
|
|
|
16147
16151
|
src: n.getIcon("logout-red.svg"),
|
|
16148
16152
|
class: "withBackground"
|
|
16149
16153
|
}, null, 8, Yc),
|
|
16150
|
-
_("h4", Wc,
|
|
16154
|
+
_("h4", Wc, B(n.ssoLang[n.appLanguage].logout), 1),
|
|
16151
16155
|
_("img", {
|
|
16152
16156
|
src: n.getIcon("arrow-gray-right.svg")
|
|
16153
16157
|
}, null, 8, Jc)
|
|
16154
16158
|
])
|
|
16155
|
-
]),
|
|
16159
|
+
])),
|
|
16156
16160
|
_("div", Xc, [
|
|
16157
|
-
_("p", Zc,
|
|
16161
|
+
_("p", Zc, B(n.ssoLang[n.appLanguage].version) + ": " + B(i.appVersion), 1),
|
|
16158
16162
|
le("", !0)
|
|
16159
16163
|
])
|
|
16160
16164
|
])
|
|
@@ -16255,13 +16259,13 @@ const yo = /* @__PURE__ */ an(Mc, [["render", el]]), tl = /* @__PURE__ */ Object
|
|
|
16255
16259
|
}, Sl = { class: "forgot center-text pointer small-top" };
|
|
16256
16260
|
function Il(n, e, t, r, o, i) {
|
|
16257
16261
|
const a = rn("router-link");
|
|
16258
|
-
return O(),
|
|
16262
|
+
return O(), U("form", {
|
|
16259
16263
|
class: "page-login content-boxed content-boxed-padding",
|
|
16260
16264
|
onSubmit: e[11] || (e[11] = Xe((...s) => i.submit && i.submit(...s), ["prevent"])),
|
|
16261
16265
|
autocomplete: "on",
|
|
16262
16266
|
style: Ir(t.isModal ? "max-width: 500px;" : "")
|
|
16263
16267
|
}, [
|
|
16264
|
-
t.isModal ? (O(),
|
|
16268
|
+
t.isModal ? (O(), U("a", {
|
|
16265
16269
|
key: 0,
|
|
16266
16270
|
onClick: e[0] || (e[0] = (...s) => i.close && i.close(...s)),
|
|
16267
16271
|
class: "color-black pull-right pointer",
|
|
@@ -16275,14 +16279,14 @@ function Il(n, e, t, r, o, i) {
|
|
|
16275
16279
|
})
|
|
16276
16280
|
], -1)
|
|
16277
16281
|
]))) : le("", !0),
|
|
16278
|
-
_("h1", rl,
|
|
16282
|
+
_("h1", rl, B(n.ssoLang[this.appLanguage].register), 1),
|
|
16279
16283
|
_("p", ol, [
|
|
16280
|
-
o.usernameRegister ? (O(),
|
|
16281
|
-
Ee(" t.link/" +
|
|
16284
|
+
o.usernameRegister ? (O(), U("span", il, [
|
|
16285
|
+
Ee(" t.link/" + B(o.username) + " " + B(n.ssoLang[this.appLanguage].username_is_free) + " ✅ ", 1),
|
|
16282
16286
|
e[13] || (e[13] = _("br", null, null, -1))
|
|
16283
16287
|
])) : le("", !0)
|
|
16284
16288
|
]),
|
|
16285
|
-
o.emailLogin ? (O(),
|
|
16289
|
+
o.emailLogin ? (O(), U("span", al, [
|
|
16286
16290
|
_("div", sl, [
|
|
16287
16291
|
e[14] || (e[14] = _("i", { style: { "padding-top": "15px" } }, [
|
|
16288
16292
|
_("img", {
|
|
@@ -16361,11 +16365,11 @@ function Il(n, e, t, r, o, i) {
|
|
|
16361
16365
|
])
|
|
16362
16366
|
]),
|
|
16363
16367
|
_("button", ml, [
|
|
16364
|
-
o.submitted ? (O(),
|
|
16368
|
+
o.submitted ? (O(), U("span", _l)) : (O(), U("span", gl, B(o.formButtonText), 1))
|
|
16365
16369
|
])
|
|
16366
16370
|
])) : le("", !0),
|
|
16367
16371
|
e[26] || (e[26] = _("div", { class: "decoration decoration-lines-thin half-top half-bottom" }, null, -1)),
|
|
16368
|
-
n.displayAppleLogin ? (O(),
|
|
16372
|
+
n.displayAppleLogin ? (O(), U("a", {
|
|
16369
16373
|
key: 2,
|
|
16370
16374
|
onClick: e[7] || (e[7] = (...s) => n.appleLogin && n.appleLogin(...s)),
|
|
16371
16375
|
class: "button-center button button-90 google-button pointer"
|
|
@@ -16374,7 +16378,7 @@ function Il(n, e, t, r, o, i) {
|
|
|
16374
16378
|
src: "https://cdn.tapni.co/icons/apple-logo.png",
|
|
16375
16379
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
16376
16380
|
}, null, -1)),
|
|
16377
|
-
n.appleLoad ? (O(),
|
|
16381
|
+
n.appleLoad ? (O(), U("span", yl)) : (O(), U("span", vl, B(n.ssoLang[this.appLanguage].sign_up_with) + " Apple", 1))
|
|
16378
16382
|
])) : le("", !0),
|
|
16379
16383
|
_("a", {
|
|
16380
16384
|
onClick: e[8] || (e[8] = (...s) => n.googleLogin && n.googleLogin(...s)),
|
|
@@ -16384,9 +16388,9 @@ function Il(n, e, t, r, o, i) {
|
|
|
16384
16388
|
src: "https://cdn.tapni.co/icons/g-logo.png",
|
|
16385
16389
|
style: { position: "absolute", "margin-left": "-9px", padding: "8px 0", height: "100%" }
|
|
16386
16390
|
}, null, -1)),
|
|
16387
|
-
n.googleLoad ? (O(),
|
|
16391
|
+
n.googleLoad ? (O(), U("span", wl)) : (O(), U("span", bl, B(n.ssoLang[this.appLanguage].sign_up_with) + " Google", 1))
|
|
16388
16392
|
]),
|
|
16389
|
-
o.emailLogin ? le("", !0) : (O(),
|
|
16393
|
+
o.emailLogin ? le("", !0) : (O(), U("a", {
|
|
16390
16394
|
key: 3,
|
|
16391
16395
|
onClick: e[9] || (e[9] = (s) => o.emailLogin = !0),
|
|
16392
16396
|
class: "button-center button button-90 google-button pointer"
|
|
@@ -16395,35 +16399,35 @@ function Il(n, e, t, r, o, i) {
|
|
|
16395
16399
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
16396
16400
|
style: { position: "absolute", "margin-left": "-8px", padding: "12px 0", height: "100%" }
|
|
16397
16401
|
}, null, -1)),
|
|
16398
|
-
_("span", null,
|
|
16402
|
+
_("span", null, B(n.ssoLang[this.appLanguage].sign_up_with) + " Email", 1)
|
|
16399
16403
|
])),
|
|
16400
16404
|
e[27] || (e[27] = _("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)),
|
|
16401
16405
|
_("p", kl, [
|
|
16402
|
-
Ee(
|
|
16406
|
+
Ee(B(n.ssoLang[this.appLanguage].terms_by_registering) + " ", 1),
|
|
16403
16407
|
e[22] || (e[22] = _("br", null, null, -1)),
|
|
16404
|
-
_("a", Cl,
|
|
16405
|
-
Ee(" " +
|
|
16406
|
-
_("a", El,
|
|
16408
|
+
_("a", Cl, B(n.ssoLang[this.appLanguage].terms_of_service), 1),
|
|
16409
|
+
Ee(" " + B(n.ssoLang[this.appLanguage].and) + " ", 1),
|
|
16410
|
+
_("a", El, B(n.ssoLang[this.appLanguage].privacy_policy), 1)
|
|
16407
16411
|
]),
|
|
16408
16412
|
e[28] || (e[28] = _("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)),
|
|
16409
|
-
t.isModal ? (O(),
|
|
16413
|
+
t.isModal ? (O(), U("div", {
|
|
16410
16414
|
key: 5,
|
|
16411
16415
|
class: "page-login-links",
|
|
16412
16416
|
onClick: e[10] || (e[10] = (...s) => i.loginAccountModal && i.loginAccountModal(...s))
|
|
16413
16417
|
}, [
|
|
16414
16418
|
_("a", Sl, [
|
|
16415
|
-
Ee(
|
|
16419
|
+
Ee(B(n.ssoLang[this.appLanguage].or) + " ", 1),
|
|
16416
16420
|
e[24] || (e[24] = _("br", null, null, -1)),
|
|
16417
|
-
Ee(" " +
|
|
16421
|
+
Ee(" " + B(n.ssoLang[this.appLanguage].sign_in_with_new), 1)
|
|
16418
16422
|
]),
|
|
16419
16423
|
e[25] || (e[25] = _("div", { class: "clear" }, null, -1))
|
|
16420
|
-
])) : (O(),
|
|
16424
|
+
])) : (O(), U("div", Tl, [
|
|
16421
16425
|
gt(a, {
|
|
16422
16426
|
class: "create float-right",
|
|
16423
16427
|
to: "/verify"
|
|
16424
16428
|
}, {
|
|
16425
16429
|
default: et(() => [
|
|
16426
|
-
Ee(
|
|
16430
|
+
Ee(B(n.ssoLang[this.appLanguage].verify_account), 1)
|
|
16427
16431
|
]),
|
|
16428
16432
|
_: 1
|
|
16429
16433
|
}),
|
|
@@ -16432,7 +16436,7 @@ function Il(n, e, t, r, o, i) {
|
|
|
16432
16436
|
to: "/login"
|
|
16433
16437
|
}, {
|
|
16434
16438
|
default: et(() => [
|
|
16435
|
-
Ee(
|
|
16439
|
+
Ee(B(n.ssoLang[this.appLanguage].sign_in), 1)
|
|
16436
16440
|
]),
|
|
16437
16441
|
_: 1
|
|
16438
16442
|
}),
|
|
@@ -16523,12 +16527,12 @@ const bo = /* @__PURE__ */ an(nl, [["render", Il]]), Al = /* @__PURE__ */ Object
|
|
|
16523
16527
|
}, Hl = { class: "forgot center-text pointer small-top" };
|
|
16524
16528
|
function Fl(n, e, t, r, o, i) {
|
|
16525
16529
|
const a = rn("router-link");
|
|
16526
|
-
return O(),
|
|
16530
|
+
return O(), U("form", {
|
|
16527
16531
|
class: "page-login content-boxed content-boxed-padding",
|
|
16528
16532
|
onSubmit: e[6] || (e[6] = Xe((...s) => i.submit && i.submit(...s), ["prevent"])),
|
|
16529
16533
|
style: Ir(t.isModal ? "max-width: 500px;" : "")
|
|
16530
16534
|
}, [
|
|
16531
|
-
t.isModal ? (O(),
|
|
16535
|
+
t.isModal ? (O(), U("a", {
|
|
16532
16536
|
key: 0,
|
|
16533
16537
|
onClick: e[0] || (e[0] = (...s) => i.close && i.close(...s)),
|
|
16534
16538
|
class: "color-black pull-right pointer",
|
|
@@ -16542,7 +16546,7 @@ function Fl(n, e, t, r, o, i) {
|
|
|
16542
16546
|
})
|
|
16543
16547
|
], -1)
|
|
16544
16548
|
]))) : le("", !0),
|
|
16545
|
-
_("h1", Pl,
|
|
16549
|
+
_("h1", Pl, B(n.ssoLang[this.appLanguage].verify_account), 1),
|
|
16546
16550
|
e[16] || (e[16] = _("p", { class: "half-bottom half-top center-text color-black" }, null, -1)),
|
|
16547
16551
|
_("div", Ml, [
|
|
16548
16552
|
e[8] || (e[8] = _("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
@@ -16587,7 +16591,7 @@ function Fl(n, e, t, r, o, i) {
|
|
|
16587
16591
|
e[11] || (e[11] = _("em", null, null, -1))
|
|
16588
16592
|
]),
|
|
16589
16593
|
_("button", zl, [
|
|
16590
|
-
o.submitted ? (O(),
|
|
16594
|
+
o.submitted ? (O(), U("span", Ul)) : (O(), U("span", xl, B(n.ssoLang[this.appLanguage].verify_account), 1))
|
|
16591
16595
|
]),
|
|
16592
16596
|
e[17] || (e[17] = _("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)),
|
|
16593
16597
|
_("p", Bl, [
|
|
@@ -16597,24 +16601,24 @@ function Fl(n, e, t, r, o, i) {
|
|
|
16597
16601
|
e[12] || (e[12] = _("a", { href: "mailto:support@tapni.com?subject=Email Verification" }, " support@tapni.com", -1))
|
|
16598
16602
|
]),
|
|
16599
16603
|
e[18] || (e[18] = _("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)),
|
|
16600
|
-
t.isModal ? (O(),
|
|
16604
|
+
t.isModal ? (O(), U("div", {
|
|
16601
16605
|
key: 2,
|
|
16602
16606
|
class: "page-login-links",
|
|
16603
16607
|
onClick: e[5] || (e[5] = (...s) => i.registerAccountModal && i.registerAccountModal(...s))
|
|
16604
16608
|
}, [
|
|
16605
16609
|
_("a", Hl, [
|
|
16606
|
-
Ee(
|
|
16610
|
+
Ee(B(n.ssoLang[this.appLanguage].or) + " ", 1),
|
|
16607
16611
|
e[14] || (e[14] = _("br", null, null, -1)),
|
|
16608
|
-
Ee(" " +
|
|
16612
|
+
Ee(" " + B(n.ssoLang[this.appLanguage].create_new_account), 1)
|
|
16609
16613
|
]),
|
|
16610
16614
|
e[15] || (e[15] = _("div", { class: "clear" }, null, -1))
|
|
16611
|
-
])) : (O(),
|
|
16615
|
+
])) : (O(), U("div", jl, [
|
|
16612
16616
|
gt(a, {
|
|
16613
16617
|
class: "create float-right",
|
|
16614
16618
|
to: "/register"
|
|
16615
16619
|
}, {
|
|
16616
16620
|
default: et(() => [
|
|
16617
|
-
Ee(
|
|
16621
|
+
Ee(B(n.ssoLang[this.appLanguage].register), 1)
|
|
16618
16622
|
]),
|
|
16619
16623
|
_: 1
|
|
16620
16624
|
}),
|
|
@@ -16623,7 +16627,7 @@ function Fl(n, e, t, r, o, i) {
|
|
|
16623
16627
|
to: "/login"
|
|
16624
16628
|
}, {
|
|
16625
16629
|
default: et(() => [
|
|
16626
|
-
Ee(
|
|
16630
|
+
Ee(B(n.ssoLang[this.appLanguage].sign_in), 1)
|
|
16627
16631
|
]),
|
|
16628
16632
|
_: 1
|
|
16629
16633
|
}),
|
|
@@ -16715,8 +16719,8 @@ var zi = { exports: {} };
|
|
|
16715
16719
|
te = te;
|
|
16716
16720
|
var fe = 987654321, re = 4294967295;
|
|
16717
16721
|
return function() {
|
|
16718
|
-
var
|
|
16719
|
-
return
|
|
16722
|
+
var Ce = ((fe = 36969 * (65535 & fe) + (fe >> 16) & re) << 16) + (te = 18e3 * (65535 & te) + (te >> 16) & re) & re;
|
|
16723
|
+
return Ce /= 4294967296, (Ce += 0.5) * (a.random() > 0.5 ? 1 : -1);
|
|
16720
16724
|
};
|
|
16721
16725
|
}, Z = 0; Z < T; Z += 4) {
|
|
16722
16726
|
var I = W(4294967296 * (H || a.random()));
|
|
@@ -16757,10 +16761,10 @@ var zi = { exports: {} };
|
|
|
16757
16761
|
var H = this._data, V = H.words, W = H.sigBytes, Z = this.blockSize, I = W / (4 * Z), te = (I = T ? a.ceil(I) : a.max((0 | I) - this._minBufferSize, 0)) * Z, fe = a.min(4 * te, W);
|
|
16758
16762
|
if (te) {
|
|
16759
16763
|
for (var re = 0; re < te; re += Z) this._doProcessBlock(V, re);
|
|
16760
|
-
var
|
|
16764
|
+
var Ce = V.splice(0, te);
|
|
16761
16765
|
H.sigBytes -= fe;
|
|
16762
16766
|
}
|
|
16763
|
-
return new f.init(
|
|
16767
|
+
return new f.init(Ce, fe);
|
|
16764
16768
|
}, clone: function() {
|
|
16765
16769
|
var T = m.clone.call(this);
|
|
16766
16770
|
return T._data = this._data.clone(), T;
|
|
@@ -16916,7 +16920,7 @@ var zi = { exports: {} };
|
|
|
16916
16920
|
for (var x = this._hash.words, T = x[0], H = x[1], V = x[2], W = x[3], Z = x[4], I = x[5], te = x[6], fe = x[7], re = 0; re < 64; re++) {
|
|
16917
16921
|
if (re < 16) E[re] = 0 | F[G + re];
|
|
16918
16922
|
else {
|
|
16919
|
-
var
|
|
16923
|
+
var Ce = E[re - 15], Le = (Ce << 25 | Ce >>> 7) ^ (Ce << 14 | Ce >>> 18) ^ Ce >>> 3, de = E[re - 2], Ue = (de << 15 | de >>> 17) ^ (de << 13 | de >>> 19) ^ de >>> 10;
|
|
16920
16924
|
E[re] = Le + E[re - 7] + Ue + E[re - 16];
|
|
16921
16925
|
}
|
|
16922
16926
|
var Et = T & H ^ T & V ^ H & V, Nt = (T << 30 | T >>> 2) ^ (T << 19 | T >>> 13) ^ (T << 10 | T >>> 22), ut = fe + ((Z << 26 | Z >>> 6) ^ (Z << 21 | Z >>> 11) ^ (Z << 7 | Z >>> 25)) + (Z & I ^ ~Z & te) + k[re] + E[re];
|
|
@@ -16946,17 +16950,17 @@ var zi = { exports: {} };
|
|
|
16946
16950
|
var P = m.SHA512 = s.extend({ _doReset: function() {
|
|
16947
16951
|
this._hash = new l.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)]);
|
|
16948
16952
|
}, _doProcessBlock: function(F, G) {
|
|
16949
|
-
for (var x = this._hash.words, T = x[0], H = x[1], V = x[2], W = x[3], Z = x[4], I = x[5], te = x[6], fe = x[7], re = T.high,
|
|
16953
|
+
for (var x = this._hash.words, T = x[0], H = x[1], V = x[2], W = x[3], Z = x[4], I = x[5], te = x[6], fe = x[7], re = T.high, Ce = T.low, Le = H.high, de = H.low, Ue = V.high, Et = V.low, Nt = W.high, ut = W.low, gn = Z.high, sn = Z.low, _n = I.high, cn = I.low, Rn = te.high, Re = te.low, Me = fe.high, $t = fe.low, qe = re, Be = Ce, Ot = Le, Tt = de, tt = Ue, dt = Et, Yt = Nt, Lt = ut, Ye = gn, Ne = sn, pt = _n, zt = cn, xt = Rn, vt = Re, vn = Me, St = $t, Ke = 0; Ke < 80; Ke++) {
|
|
16950
16954
|
var yt = E[Ke];
|
|
16951
16955
|
if (Ke < 16) var De = yt.high = 0 | F[G + 2 * Ke], ht = yt.low = 0 | F[G + 2 * Ke + 1];
|
|
16952
16956
|
else {
|
|
16953
|
-
var yn = E[Ke - 15], Ge = yn.high, Ut = yn.low, h = (Ge >>> 1 | Ut << 31) ^ (Ge >>> 8 | Ut << 24) ^ Ge >>> 7, c = (Ut >>> 1 | Ge << 31) ^ (Ut >>> 8 | Ge << 24) ^ (Ut >>> 7 | Ge << 25), d = E[Ke - 2], g = d.high, w = d.low, S = (g >>> 19 | w << 13) ^ (g << 3 | w >>> 29) ^ g >>> 6, M = (w >>> 19 | g << 13) ^ (w << 3 | g >>> 29) ^ (w >>> 6 | g << 26), ue = E[Ke - 7], Te = ue.high, be = ue.low, Se = E[Ke - 16], ve = Se.high,
|
|
16954
|
-
De = (De = (De = h + Te + ((ht = c + be) >>> 0 < c >>> 0 ? 1 : 0)) + S + ((ht += M) >>> 0 < M >>> 0 ? 1 : 0)) + ve + ((ht +=
|
|
16957
|
+
var yn = E[Ke - 15], Ge = yn.high, Ut = yn.low, h = (Ge >>> 1 | Ut << 31) ^ (Ge >>> 8 | Ut << 24) ^ Ge >>> 7, c = (Ut >>> 1 | Ge << 31) ^ (Ut >>> 8 | Ge << 24) ^ (Ut >>> 7 | Ge << 25), d = E[Ke - 2], g = d.high, w = d.low, S = (g >>> 19 | w << 13) ^ (g << 3 | w >>> 29) ^ g >>> 6, M = (w >>> 19 | g << 13) ^ (w << 3 | g >>> 29) ^ (w >>> 6 | g << 26), ue = E[Ke - 7], Te = ue.high, be = ue.low, Se = E[Ke - 16], ve = Se.high, ir = Se.low;
|
|
16958
|
+
De = (De = (De = h + Te + ((ht = c + be) >>> 0 < c >>> 0 ? 1 : 0)) + S + ((ht += M) >>> 0 < M >>> 0 ? 1 : 0)) + ve + ((ht += ir) >>> 0 < ir >>> 0 ? 1 : 0), yt.high = De, yt.low = ht;
|
|
16955
16959
|
}
|
|
16956
|
-
var It, Nr = Ye & pt ^ ~Ye & xt,
|
|
16957
|
-
vn = xt, St = vt, xt = pt, vt = zt, pt = Ye, zt = Ne, Ye = Yt + (A = (A = (A = A + Nr + ((It +=
|
|
16960
|
+
var It, Nr = Ye & pt ^ ~Ye & xt, ar = Ne & zt ^ ~Ne & vt, Or = qe & Ot ^ qe & tt ^ Ot & tt, Lr = Be & Tt ^ Be & dt ^ Tt & dt, sr = (qe >>> 28 | Be << 4) ^ (qe << 30 | Be >>> 2) ^ (qe << 25 | Be >>> 7), cr = (Be >>> 28 | qe << 4) ^ (Be << 30 | qe >>> 2) ^ (Be << 25 | qe >>> 7), zr = (Ye >>> 14 | Ne << 18) ^ (Ye >>> 18 | Ne << 14) ^ (Ye << 23 | Ne >>> 9), xr = (Ne >>> 14 | Ye << 18) ^ (Ne >>> 18 | Ye << 14) ^ (Ne << 23 | Ye >>> 9), v = k[Ke], y = v.high, C = v.low, A = vn + zr + ((It = St + xr) >>> 0 < St >>> 0 ? 1 : 0), N = cr + Lr;
|
|
16961
|
+
vn = xt, St = vt, xt = pt, vt = zt, pt = Ye, zt = Ne, Ye = Yt + (A = (A = (A = A + Nr + ((It += ar) >>> 0 < ar >>> 0 ? 1 : 0)) + y + ((It += C) >>> 0 < C >>> 0 ? 1 : 0)) + De + ((It += ht) >>> 0 < ht >>> 0 ? 1 : 0)) + ((Ne = Lt + It | 0) >>> 0 < Lt >>> 0 ? 1 : 0) | 0, Yt = tt, Lt = dt, tt = Ot, dt = Tt, Ot = qe, Tt = Be, qe = A + (sr + Or + (N >>> 0 < cr >>> 0 ? 1 : 0)) + ((Be = It + N | 0) >>> 0 < It >>> 0 ? 1 : 0) | 0;
|
|
16958
16962
|
}
|
|
16959
|
-
|
|
16963
|
+
Ce = T.low = Ce + Be, T.high = re + qe + (Ce >>> 0 < Be >>> 0 ? 1 : 0), de = H.low = de + Tt, H.high = Le + 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 + Lt, W.high = Nt + Yt + (ut >>> 0 < Lt >>> 0 ? 1 : 0), sn = Z.low = sn + Ne, Z.high = gn + Ye + (sn >>> 0 < Ne >>> 0 ? 1 : 0), cn = I.low = cn + zt, I.high = _n + pt + (cn >>> 0 < zt >>> 0 ? 1 : 0), Re = te.low = Re + vt, te.high = Rn + xt + (Re >>> 0 < vt >>> 0 ? 1 : 0), $t = fe.low = $t + St, fe.high = Me + vn + ($t >>> 0 < St >>> 0 ? 1 : 0);
|
|
16960
16964
|
}, _doFinalize: function() {
|
|
16961
16965
|
var F = this._data, G = F.words, x = 8 * this._nDataBytes, T = 8 * F.sigBytes;
|
|
16962
16966
|
return G[T >>> 5] |= 128 << 24 - T % 32, G[30 + (T + 128 >>> 10 << 5)] = Math.floor(x / 4294967296), G[31 + (T + 128 >>> 10 << 5)] = x, F.sigBytes = 4 * G.length, this._process(), this._hash.toX32();
|
|
@@ -17021,7 +17025,7 @@ var zi = { exports: {} };
|
|
|
17021
17025
|
function re(v) {
|
|
17022
17026
|
return /^(\d+)$/.test(v);
|
|
17023
17027
|
}
|
|
17024
|
-
function
|
|
17028
|
+
function Ce(v, y, C) {
|
|
17025
17029
|
if (v.length >= y) return v;
|
|
17026
17030
|
var A = Array(y + 1).join(C);
|
|
17027
17031
|
return "".concat(A).concat(v).slice(-1 * y);
|
|
@@ -17103,14 +17107,14 @@ var zi = { exports: {} };
|
|
|
17103
17107
|
}
|
|
17104
17108
|
function Re(v, y, C) {
|
|
17105
17109
|
var A = function(q) {
|
|
17106
|
-
return
|
|
17110
|
+
return Ce(q.toString(16), 16, "0");
|
|
17107
17111
|
}(y), N = C.createHmacKey(C.algorithm, v, C.encoding);
|
|
17108
17112
|
return C.createDigest(C.algorithm, N, A);
|
|
17109
17113
|
}
|
|
17110
17114
|
function Me(v, y, C) {
|
|
17111
17115
|
return function(A, N) {
|
|
17112
17116
|
var q = bn.from(A, "hex"), ge = 15 & q[q.length - 1], ot = ((127 & q[ge]) << 24 | (255 & q[ge + 1]) << 16 | (255 & q[ge + 2]) << 8 | 255 & q[ge + 3]) % Math.pow(10, N);
|
|
17113
|
-
return
|
|
17117
|
+
return Ce(String(ot), N, "0");
|
|
17114
17118
|
}(C.digest || Re(v, y, C), C.digits);
|
|
17115
17119
|
}
|
|
17116
17120
|
function $t(v, y, C, A, N) {
|
|
@@ -17444,7 +17448,7 @@ var zi = { exports: {} };
|
|
|
17444
17448
|
var N = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 10;
|
|
17445
17449
|
return Se(N, this.allOptions());
|
|
17446
17450
|
} }]) && c(C.prototype, A), y;
|
|
17447
|
-
}(Ut),
|
|
17451
|
+
}(Ut), ir = s.a.lib.WordArray, It = function(v, y, C) {
|
|
17448
17452
|
var A = function(ge) {
|
|
17449
17453
|
switch (ge) {
|
|
17450
17454
|
case i.SHA1:
|
|
@@ -17458,26 +17462,26 @@ var zi = { exports: {} };
|
|
|
17458
17462
|
}
|
|
17459
17463
|
}(v), N = P.a.parse(C), q = P.a.parse(y);
|
|
17460
17464
|
return String(A(N, q));
|
|
17461
|
-
}, Nr = o(7),
|
|
17462
|
-
function
|
|
17463
|
-
return (
|
|
17465
|
+
}, Nr = o(7), ar = o.n(Nr), Or = o(8), Lr = o.n(Or);
|
|
17466
|
+
function sr(v) {
|
|
17467
|
+
return (sr = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(y) {
|
|
17464
17468
|
return typeof y;
|
|
17465
17469
|
} : function(y) {
|
|
17466
17470
|
return y && typeof Symbol == "function" && y.constructor === Symbol && y !== Symbol.prototype ? "symbol" : typeof y;
|
|
17467
17471
|
})(v);
|
|
17468
17472
|
}
|
|
17469
17473
|
o.d(r, "hotp", function() {
|
|
17470
|
-
return
|
|
17474
|
+
return cr;
|
|
17471
17475
|
}), o.d(r, "totp", function() {
|
|
17472
17476
|
return zr;
|
|
17473
17477
|
}), o.d(r, "authenticator", function() {
|
|
17474
17478
|
return xr;
|
|
17475
|
-
}), (typeof window > "u" ? "undefined" :
|
|
17476
|
-
var
|
|
17477
|
-
var C =
|
|
17479
|
+
}), (typeof window > "u" ? "undefined" : sr(window)) === "object" && window.Buffer === void 0 && (window.Buffer = buffer.Buffer);
|
|
17480
|
+
var cr = new qe({ createDigest: It }), zr = new Ut({ createDigest: It }), xr = new ve({ createDigest: It, createRandomBytes: function(v, y) {
|
|
17481
|
+
var C = ir.random(v);
|
|
17478
17482
|
return bn.from(C.toString(), "hex").toString(y);
|
|
17479
17483
|
}, keyDecoder: function(v, y) {
|
|
17480
|
-
var C =
|
|
17484
|
+
var C = ar()(v.toUpperCase(), "RFC4648");
|
|
17481
17485
|
return bn.from(C).toString(y);
|
|
17482
17486
|
}, keyEncoder: function(v, y) {
|
|
17483
17487
|
return Lr()(bn.from(v, y), "RFC4648", { padding: !1 });
|
|
@@ -17548,7 +17552,7 @@ const Kl = {
|
|
|
17548
17552
|
enable: this.mfaEnable
|
|
17549
17553
|
};
|
|
17550
17554
|
this.mfaEnable || delete n.otpSecret;
|
|
17551
|
-
const [e, t] = await
|
|
17555
|
+
const [e, t] = await we(nt.setMfa(n, this.$storex));
|
|
17552
17556
|
if (e)
|
|
17553
17557
|
return ne.$emit("ssoEvent", { name: "setLoading", data: !1 }), this.errorHandler(e);
|
|
17554
17558
|
t.data.success && (this.getAccountSettings(), this.successSnack(t.data.message)), this.loading = !1;
|
|
@@ -17563,47 +17567,47 @@ const Kl = {
|
|
|
17563
17567
|
}) === !0 && (this.successSnack(this.ssoLang[this.appLanguage].password_change_success), this.changePassword = !1);
|
|
17564
17568
|
}
|
|
17565
17569
|
}
|
|
17566
|
-
}, Gl = { class: "page-login content-boxed content-boxed-padding" }, Vl = { class: "subheaderContainer full-top" }, Ql = ["src"], $l = {
|
|
17570
|
+
}, Gl = { class: "page-login content-boxed content-boxed-padding" }, Vl = { class: "subheaderContainer full-top" }, Ql = ["src"], $l = ["src"], Yl = {
|
|
17567
17571
|
class: "center-text",
|
|
17568
17572
|
style: { "flex-grow": "1", "text-align": "center", margin: "0", "font-weight": "600" }
|
|
17569
|
-
},
|
|
17573
|
+
}, Wl = { class: "container center-text" }, Jl = { class: "full-top" }, Xl = { class: "settingRow" }, Zl = { class: "firstRow" }, eu = {
|
|
17570
17574
|
class: "ios-switch",
|
|
17571
17575
|
style: { display: "inline-block" }
|
|
17572
|
-
},
|
|
17576
|
+
}, tu = { class: "center-text half-top" }, nu = { class: "firstRow" }, ru = { class: "center-text no-margin" }, ou = { class: "margin-center left-text padding-left small-top" }, iu = { class: "" }, au = ["placeholder"], su = ["innerHTML"], cu = {
|
|
17573
17577
|
type: "submit",
|
|
17574
17578
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top pointer"
|
|
17575
|
-
},
|
|
17579
|
+
}, lu = { key: 0 }, uu = {
|
|
17576
17580
|
key: 1,
|
|
17577
17581
|
class: "button--loading button__loader"
|
|
17578
|
-
},
|
|
17582
|
+
}, du = { class: "close-text center-text half-top" }, pu = ["innerHTML"], hu = {
|
|
17579
17583
|
key: 1,
|
|
17580
17584
|
class: "margin-center small-top",
|
|
17581
17585
|
style: { width: "100%" }
|
|
17582
|
-
},
|
|
17586
|
+
}, fu = { class: "left-text" }, mu = { key: 0 }, gu = { key: 1 }, _u = { class: "firstRow" }, vu = ["src"], yu = { class: "center-text half-top" }, bu = ["placeholder"], wu = { class: "small-text small-top-padding small-bottom" }, ku = ["placeholder"], Cu = { class: "small-text small-top-padding small-bottom" }, Eu = ["placeholder"], Tu = { class: "small-text small-top-padding small-bottom" }, Su = {
|
|
17583
17587
|
type: "submit",
|
|
17584
17588
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top pointer"
|
|
17585
|
-
},
|
|
17589
|
+
}, Iu = { key: 0 }, Au = {
|
|
17586
17590
|
key: 1,
|
|
17587
17591
|
class: "button--loading button__loader"
|
|
17588
|
-
},
|
|
17592
|
+
}, Ru = { class: "center-text font-13 half-top half-bottom" }, Pu = ["innerHTML"], Mu = { class: "firstRow" }, Nu = { class: "red-text" }, Ou = ["src"], Lu = { class: "center-text half-top" }, zu = { class: "settingRow full-top" }, xu = { class: "firstRow" }, Uu = {
|
|
17589
17593
|
class: "ios-switch",
|
|
17590
17594
|
style: { display: "inline-block" }
|
|
17591
|
-
},
|
|
17595
|
+
}, Bu = { class: "left-text small-top" }, Du = {
|
|
17592
17596
|
type: "submit",
|
|
17593
17597
|
class: "button black-button button-full google-button bg-tapni-grey button-90 button-center uppercase bold full-top pointer"
|
|
17594
|
-
},
|
|
17598
|
+
}, ju = { key: 0 }, Hu = {
|
|
17595
17599
|
key: 1,
|
|
17596
17600
|
class: "button--loading button__loader"
|
|
17597
|
-
},
|
|
17598
|
-
function
|
|
17601
|
+
}, Fu = { class: "small-bottom red-text" };
|
|
17602
|
+
function qu(n, e, t, r, o, i) {
|
|
17599
17603
|
const a = rn("router-link");
|
|
17600
|
-
return O(),
|
|
17601
|
-
n.isModal ? (O(),
|
|
17604
|
+
return O(), U("div", Gl, [
|
|
17605
|
+
n.isModal ? (O(), U("a", {
|
|
17602
17606
|
key: 0,
|
|
17603
17607
|
onClick: e[0] || (e[0] = (...s) => i.close && i.close(...s)),
|
|
17604
17608
|
class: "color-black pull-right pointer",
|
|
17605
17609
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
17606
|
-
}, e[
|
|
17610
|
+
}, e[15] || (e[15] = [
|
|
17607
17611
|
_("i", { class: "font-17 color-black" }, [
|
|
17608
17612
|
_("img", {
|
|
17609
17613
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
@@ -17613,8 +17617,20 @@ function Fu(n, e, t, r, o, i) {
|
|
|
17613
17617
|
], -1)
|
|
17614
17618
|
]))) : le("", !0),
|
|
17615
17619
|
_("div", Vl, [
|
|
17616
|
-
n.isModal ?
|
|
17620
|
+
n.isModal ? (O(), U("div", {
|
|
17617
17621
|
key: 0,
|
|
17622
|
+
class: "button gray-button pointer left-button",
|
|
17623
|
+
onClick: e[1] || (e[1] = (s) => n.$emit("update:viewProp", "AuthAccount"))
|
|
17624
|
+
}, [
|
|
17625
|
+
_("img", {
|
|
17626
|
+
src: n.getIcon("arrow-gray-right.svg"),
|
|
17627
|
+
height: "20",
|
|
17628
|
+
width: "20",
|
|
17629
|
+
class: "btn-icon",
|
|
17630
|
+
style: { rotate: "180deg" }
|
|
17631
|
+
}, null, 8, Ql)
|
|
17632
|
+
])) : (O(), ze(a, {
|
|
17633
|
+
key: 1,
|
|
17618
17634
|
to: "/account",
|
|
17619
17635
|
class: "button gray-button pointer left-button"
|
|
17620
17636
|
}, {
|
|
@@ -17625,159 +17641,159 @@ function Fu(n, e, t, r, o, i) {
|
|
|
17625
17641
|
width: "20",
|
|
17626
17642
|
class: "btn-icon",
|
|
17627
17643
|
style: { rotate: "180deg" }
|
|
17628
|
-
}, null, 8,
|
|
17644
|
+
}, null, 8, $l)
|
|
17629
17645
|
]),
|
|
17630
17646
|
_: 1
|
|
17631
17647
|
})),
|
|
17632
|
-
_("h2",
|
|
17648
|
+
_("h2", Yl, B(n.ssoLang[n.appLanguage].security), 1)
|
|
17633
17649
|
]),
|
|
17634
|
-
_("div",
|
|
17635
|
-
_("p", null,
|
|
17636
|
-
_("div",
|
|
17637
|
-
_("div",
|
|
17638
|
-
_("div",
|
|
17639
|
-
_("h4", null,
|
|
17640
|
-
_("div",
|
|
17650
|
+
_("div", Wl, [
|
|
17651
|
+
_("p", null, B(n.ssoLang[n.appLanguage].security_p), 1),
|
|
17652
|
+
_("div", Jl, [
|
|
17653
|
+
_("div", Xl, [
|
|
17654
|
+
_("div", Zl, [
|
|
17655
|
+
_("h4", null, B(n.ssoLang[n.appLanguage].mfa_auth), 1),
|
|
17656
|
+
_("div", eu, [
|
|
17641
17657
|
_e(_("input", {
|
|
17642
17658
|
type: "checkbox",
|
|
17643
17659
|
name: "ios-switch",
|
|
17644
17660
|
class: "ios-switch-checkbox",
|
|
17645
17661
|
id: "mfa-open-switch",
|
|
17646
|
-
"onUpdate:modelValue": e[
|
|
17662
|
+
"onUpdate:modelValue": e[2] || (e[2] = (s) => o.mfaEnable = s)
|
|
17647
17663
|
}, null, 512), [
|
|
17648
17664
|
[Io, o.mfaEnable]
|
|
17649
17665
|
]),
|
|
17650
|
-
e[
|
|
17666
|
+
e[16] || (e[16] = _("label", {
|
|
17651
17667
|
class: "ios-switch-label",
|
|
17652
17668
|
for: "mfa-open-switch"
|
|
17653
17669
|
}, null, -1))
|
|
17654
17670
|
])
|
|
17655
17671
|
])
|
|
17656
17672
|
]),
|
|
17657
|
-
_e(_("div",
|
|
17658
|
-
e[
|
|
17673
|
+
_e(_("div", tu, [
|
|
17674
|
+
e[17] || (e[17] = _("div", {
|
|
17659
17675
|
id: "qrCodeContainer",
|
|
17660
17676
|
class: "qrCodeRounded",
|
|
17661
17677
|
style: { "max-width": "100%" }
|
|
17662
17678
|
}, null, -1)),
|
|
17663
|
-
e[
|
|
17679
|
+
e[18] || (e[18] = _("br", null, null, -1)),
|
|
17664
17680
|
_("div", {
|
|
17665
17681
|
class: "settingRow",
|
|
17666
|
-
onClick: e[
|
|
17682
|
+
onClick: e[3] || (e[3] = (s) => n.copy(o.otpSecret))
|
|
17667
17683
|
}, [
|
|
17668
|
-
_("div",
|
|
17669
|
-
_("h4",
|
|
17684
|
+
_("div", nu, [
|
|
17685
|
+
_("h4", ru, B(o.otpSecret), 1)
|
|
17670
17686
|
])
|
|
17671
17687
|
]),
|
|
17672
|
-
_("div",
|
|
17673
|
-
_("p",
|
|
17688
|
+
_("div", ou, [
|
|
17689
|
+
_("p", iu, B(n.ssoLang[n.appLanguage].mfa_auth_qr), 1)
|
|
17674
17690
|
])
|
|
17675
17691
|
], 512), [
|
|
17676
17692
|
[kt, o.mfaEnable && !n.account.mfaEnabled]
|
|
17677
17693
|
]),
|
|
17678
|
-
n.account.mfaEnabled !== o.mfaEnable ? (O(),
|
|
17694
|
+
n.account.mfaEnabled !== o.mfaEnable ? (O(), U("form", {
|
|
17679
17695
|
key: 0,
|
|
17680
|
-
onSubmit: e[
|
|
17696
|
+
onSubmit: e[6] || (e[6] = Xe((...s) => i.validateMFA && i.validateMFA(...s), ["prevent"])),
|
|
17681
17697
|
class: "half-top"
|
|
17682
17698
|
}, [
|
|
17683
17699
|
_("div", null, [
|
|
17684
17700
|
_e(_("input", {
|
|
17685
17701
|
type: "text",
|
|
17686
|
-
"onUpdate:modelValue": e[
|
|
17702
|
+
"onUpdate:modelValue": e[4] || (e[4] = (s) => n.otp = s),
|
|
17687
17703
|
placeholder: n.ssoLang[n.appLanguage].otp_code,
|
|
17688
17704
|
class: "edit-input h-40 lh-40",
|
|
17689
17705
|
style: { margin: "0 auto", height: "25px", width: "100%" },
|
|
17690
17706
|
required: "",
|
|
17691
|
-
onKeydown: e[
|
|
17707
|
+
onKeydown: e[5] || (e[5] = mn(Xe(() => {
|
|
17692
17708
|
}, ["prevent"]), ["space"]))
|
|
17693
|
-
}, null, 40,
|
|
17709
|
+
}, null, 40, au), [
|
|
17694
17710
|
[ct, n.otp]
|
|
17695
17711
|
]),
|
|
17696
17712
|
_("p", {
|
|
17697
17713
|
class: "small-top full-bottom padding-left left-text",
|
|
17698
17714
|
innerHTML: n.ssoLang[n.appLanguage].otp_subtitle
|
|
17699
|
-
}, null, 8,
|
|
17715
|
+
}, null, 8, su)
|
|
17700
17716
|
]),
|
|
17701
|
-
_("button",
|
|
17702
|
-
o.loading ? (O(),
|
|
17717
|
+
_("button", cu, [
|
|
17718
|
+
o.loading ? (O(), U("span", uu)) : (O(), U("span", lu, B(n.ssoLang[n.appLanguage].continue), 1))
|
|
17703
17719
|
]),
|
|
17704
|
-
_("p",
|
|
17720
|
+
_("p", du, [
|
|
17705
17721
|
_("span", {
|
|
17706
17722
|
innerHTML: n.ssoLang[n.appLanguage].otp_p1
|
|
17707
|
-
}, null, 8,
|
|
17708
|
-
e[
|
|
17723
|
+
}, null, 8, pu),
|
|
17724
|
+
e[19] || (e[19] = _("a", { href: "mailto:support@tapni.com?subject=MFA Authentication Problem" }, " support@tapni.com", -1))
|
|
17709
17725
|
])
|
|
17710
|
-
], 32)) : (O(),
|
|
17711
|
-
_("div",
|
|
17712
|
-
o.mfaEnable ? (O(),
|
|
17726
|
+
], 32)) : (O(), U("div", hu, [
|
|
17727
|
+
_("div", fu, [
|
|
17728
|
+
o.mfaEnable ? (O(), U("p", mu, B(n.ssoLang[n.appLanguage].mfa_auth_enabled), 1)) : (O(), U("p", gu, B(n.ssoLang[n.appLanguage].mfa_auth_p), 1))
|
|
17713
17729
|
])
|
|
17714
17730
|
])),
|
|
17715
17731
|
_("div", {
|
|
17716
17732
|
class: "settingRow full-top",
|
|
17717
|
-
onClick: e[
|
|
17733
|
+
onClick: e[7] || (e[7] = (s) => o.changePassword = !o.changePassword)
|
|
17718
17734
|
}, [
|
|
17719
|
-
_("div",
|
|
17720
|
-
_("h4", null,
|
|
17735
|
+
_("div", _u, [
|
|
17736
|
+
_("h4", null, B(n.ssoLang[n.appLanguage].change_password), 1),
|
|
17721
17737
|
_("img", {
|
|
17722
17738
|
class: fn(["transition-icon", { "rotate-icon": !!o.changePassword }]),
|
|
17723
17739
|
src: n.getIcon("arrow-gray-down.svg")
|
|
17724
|
-
}, null, 10,
|
|
17740
|
+
}, null, 10, vu)
|
|
17725
17741
|
])
|
|
17726
17742
|
]),
|
|
17727
|
-
_e(_("form",
|
|
17743
|
+
_e(_("form", yu, [
|
|
17728
17744
|
_("form", {
|
|
17729
|
-
onSubmit: e[
|
|
17745
|
+
onSubmit: e[11] || (e[11] = Xe((...s) => i.submitChangePassword && i.submitChangePassword(...s), ["prevent"]))
|
|
17730
17746
|
}, [
|
|
17731
17747
|
_e(_("input", {
|
|
17732
17748
|
type: "password",
|
|
17733
|
-
"onUpdate:modelValue": e[
|
|
17749
|
+
"onUpdate:modelValue": e[8] || (e[8] = (s) => o.currentPassword = s),
|
|
17734
17750
|
placeholder: n.ssoLang[n.appLanguage].password_current_p,
|
|
17735
17751
|
class: "edit-input h-40 lh-40",
|
|
17736
17752
|
required: "",
|
|
17737
17753
|
minlength: "8",
|
|
17738
17754
|
style: { width: "100%" }
|
|
17739
|
-
}, null, 8,
|
|
17755
|
+
}, null, 8, bu), [
|
|
17740
17756
|
[ct, o.currentPassword]
|
|
17741
17757
|
]),
|
|
17742
|
-
_("p",
|
|
17758
|
+
_("p", wu, B(n.ssoLang[n.appLanguage].password_current), 1),
|
|
17743
17759
|
_e(_("input", {
|
|
17744
17760
|
type: "password",
|
|
17745
|
-
"onUpdate:modelValue": e[
|
|
17761
|
+
"onUpdate:modelValue": e[9] || (e[9] = (s) => o.password = s),
|
|
17746
17762
|
placeholder: n.ssoLang[n.appLanguage].password_new_p,
|
|
17747
17763
|
class: "bg-white edit-input h-40 lh-40",
|
|
17748
17764
|
required: "",
|
|
17749
17765
|
minlength: "8",
|
|
17750
17766
|
style: { width: "100%" }
|
|
17751
|
-
}, null, 8,
|
|
17767
|
+
}, null, 8, ku), [
|
|
17752
17768
|
[ct, o.password]
|
|
17753
17769
|
]),
|
|
17754
|
-
_("p",
|
|
17770
|
+
_("p", Cu, B(n.ssoLang[n.appLanguage].password_new), 1),
|
|
17755
17771
|
_e(_("input", {
|
|
17756
17772
|
type: "password",
|
|
17757
|
-
"onUpdate:modelValue": e[
|
|
17773
|
+
"onUpdate:modelValue": e[10] || (e[10] = (s) => o.passwordRepeat = s),
|
|
17758
17774
|
placeholder: n.ssoLang[n.appLanguage].password_new_repeat_p,
|
|
17759
17775
|
class: "edit-input h-40 lh-40",
|
|
17760
17776
|
required: "",
|
|
17761
17777
|
minlength: "8",
|
|
17762
17778
|
style: { width: "100%" }
|
|
17763
|
-
}, null, 8,
|
|
17779
|
+
}, null, 8, Eu), [
|
|
17764
17780
|
[ct, o.passwordRepeat]
|
|
17765
17781
|
]),
|
|
17766
|
-
_("p",
|
|
17767
|
-
_("button",
|
|
17768
|
-
o.loading ? (O(),
|
|
17782
|
+
_("p", Tu, B(n.ssoLang[n.appLanguage].password_new_repeat), 1),
|
|
17783
|
+
_("button", Su, [
|
|
17784
|
+
o.loading ? (O(), U("span", Au)) : (O(), U("span", Iu, B(n.ssoLang[n.appLanguage].password_update), 1))
|
|
17769
17785
|
]),
|
|
17770
|
-
_("p",
|
|
17786
|
+
_("p", Ru, [
|
|
17771
17787
|
_("span", {
|
|
17772
17788
|
innerHTML: n.ssoLang[n.appLanguage].password_reset
|
|
17773
|
-
}, null, 8,
|
|
17789
|
+
}, null, 8, Pu),
|
|
17774
17790
|
gt(a, {
|
|
17775
17791
|
to: "/reset",
|
|
17776
17792
|
exact: "",
|
|
17777
17793
|
class: "color-black"
|
|
17778
17794
|
}, {
|
|
17779
17795
|
default: et(() => [
|
|
17780
|
-
Ee(
|
|
17796
|
+
Ee(B(n.ssoLang[n.appLanguage].by_clicking_here), 1)
|
|
17781
17797
|
]),
|
|
17782
17798
|
_: 1
|
|
17783
17799
|
})
|
|
@@ -17788,45 +17804,45 @@ function Fu(n, e, t, r, o, i) {
|
|
|
17788
17804
|
]),
|
|
17789
17805
|
_("div", {
|
|
17790
17806
|
class: "settingRow full-top",
|
|
17791
|
-
onClick: e[
|
|
17807
|
+
onClick: e[12] || (e[12] = (s) => o.accountDelete = !o.accountDelete)
|
|
17792
17808
|
}, [
|
|
17793
|
-
_("div",
|
|
17794
|
-
_("h4",
|
|
17809
|
+
_("div", Mu, [
|
|
17810
|
+
_("h4", Nu, B(n.ssoLang[n.appLanguage].delete_account), 1),
|
|
17795
17811
|
_("img", {
|
|
17796
17812
|
class: fn(["transition-icon", { "rotate-icon": !!o.accountDelete }]),
|
|
17797
17813
|
src: n.getIcon("arrow-gray-down.svg")
|
|
17798
|
-
}, null, 10,
|
|
17814
|
+
}, null, 10, Ou)
|
|
17799
17815
|
])
|
|
17800
17816
|
]),
|
|
17801
|
-
_e(_("div",
|
|
17802
|
-
_("div",
|
|
17803
|
-
_("div",
|
|
17804
|
-
_("h4", null,
|
|
17805
|
-
_("div",
|
|
17817
|
+
_e(_("div", Lu, [
|
|
17818
|
+
_("div", zu, [
|
|
17819
|
+
_("div", xu, [
|
|
17820
|
+
_("h4", null, B(n.ssoLang[n.appLanguage].active_account), 1),
|
|
17821
|
+
_("div", Uu, [
|
|
17806
17822
|
_e(_("input", {
|
|
17807
17823
|
type: "checkbox",
|
|
17808
17824
|
name: "ios-switch",
|
|
17809
17825
|
class: "ios-switch-checkbox",
|
|
17810
17826
|
id: "active-open-switch",
|
|
17811
|
-
"onUpdate:modelValue": e[
|
|
17827
|
+
"onUpdate:modelValue": e[13] || (e[13] = (s) => n.account.is_active = s)
|
|
17812
17828
|
}, null, 512), [
|
|
17813
17829
|
[Io, n.account.is_active]
|
|
17814
17830
|
]),
|
|
17815
|
-
e[
|
|
17831
|
+
e[20] || (e[20] = _("label", {
|
|
17816
17832
|
class: "ios-switch-label",
|
|
17817
17833
|
for: "active-open-switch"
|
|
17818
17834
|
}, null, -1))
|
|
17819
17835
|
])
|
|
17820
17836
|
])
|
|
17821
17837
|
]),
|
|
17822
|
-
_("p",
|
|
17838
|
+
_("p", Bu, B(n.ssoLang[n.appLanguage].active_account_p), 1),
|
|
17823
17839
|
_("form", {
|
|
17824
|
-
onSubmit: e[
|
|
17840
|
+
onSubmit: e[14] || (e[14] = Xe((...s) => i.deleteAccountSubmit && i.deleteAccountSubmit(...s), ["prevent"]))
|
|
17825
17841
|
}, [
|
|
17826
|
-
_("button",
|
|
17827
|
-
o.loading ? (O(),
|
|
17842
|
+
_("button", Du, [
|
|
17843
|
+
o.loading ? (O(), U("span", Hu)) : (O(), U("span", ju, B(n.ssoLang[n.appLanguage].permanent_delete), 1))
|
|
17828
17844
|
]),
|
|
17829
|
-
_("p",
|
|
17845
|
+
_("p", Fu, B(n.ssoLang[n.appLanguage].permanent_delete_p), 1)
|
|
17830
17846
|
], 32)
|
|
17831
17847
|
], 512), [
|
|
17832
17848
|
[kt, o.accountDelete]
|
|
@@ -17835,7 +17851,7 @@ function Fu(n, e, t, r, o, i) {
|
|
|
17835
17851
|
])
|
|
17836
17852
|
]);
|
|
17837
17853
|
}
|
|
17838
|
-
const ko = /* @__PURE__ */ an(Kl, [["render",
|
|
17854
|
+
const ko = /* @__PURE__ */ an(Kl, [["render", qu], ["__scopeId", "data-v-a8c1558d"]]), Ku = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
17839
17855
|
__proto__: null,
|
|
17840
17856
|
default: ko
|
|
17841
17857
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
@@ -17854,13 +17870,13 @@ const Mr = (n, e) => {
|
|
|
17854
17870
|
for (const [r, o] of e)
|
|
17855
17871
|
t[r] = o;
|
|
17856
17872
|
return t;
|
|
17857
|
-
},
|
|
17873
|
+
}, Gu = {}, Vu = {
|
|
17858
17874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17859
17875
|
viewBox: "0 0 20 20",
|
|
17860
17876
|
fill: "currentColor"
|
|
17861
17877
|
};
|
|
17862
|
-
function
|
|
17863
|
-
return O(),
|
|
17878
|
+
function Qu(n, e) {
|
|
17879
|
+
return O(), U("svg", Vu, e[0] || (e[0] = [
|
|
17864
17880
|
_("path", {
|
|
17865
17881
|
"fill-rule": "evenodd",
|
|
17866
17882
|
d: "M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z",
|
|
@@ -17868,17 +17884,17 @@ function Vu(n, e) {
|
|
|
17868
17884
|
}, null, -1)
|
|
17869
17885
|
]));
|
|
17870
17886
|
}
|
|
17871
|
-
const
|
|
17887
|
+
const $u = /* @__PURE__ */ Mr(Gu, [["render", Qu]]), Yu = {}, Wu = {
|
|
17872
17888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
17873
17889
|
viewBox: "0 0 20 20",
|
|
17874
17890
|
fill: "currentColor"
|
|
17875
17891
|
};
|
|
17876
|
-
function
|
|
17877
|
-
return O(),
|
|
17892
|
+
function Ju(n, e) {
|
|
17893
|
+
return O(), U("svg", Wu, e[0] || (e[0] = [
|
|
17878
17894
|
_("path", { d: "M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0 0-1.06-1.06L10 8.94 6.28 5.22Z" }, null, -1)
|
|
17879
17895
|
]));
|
|
17880
17896
|
}
|
|
17881
|
-
const Zo = /* @__PURE__ */ Mr(
|
|
17897
|
+
const Zo = /* @__PURE__ */ Mr(Yu, [["render", Ju]]), Xu = ["aria-disabled", "aria-selected"], Zu = /* @__PURE__ */ ei({
|
|
17882
17898
|
__name: "MenuOption",
|
|
17883
17899
|
props: {
|
|
17884
17900
|
menu: {},
|
|
@@ -17898,7 +17914,7 @@ const Zo = /* @__PURE__ */ Mr($u, [["render", Wu]]), Ju = ["aria-disabled", "ari
|
|
|
17898
17914
|
a < u ? t.menu.scrollTop = a : s > u + p && (t.menu.scrollTop = s - p);
|
|
17899
17915
|
}
|
|
17900
17916
|
}
|
|
17901
|
-
), (i, a) => (O(),
|
|
17917
|
+
), (i, a) => (O(), U("div", {
|
|
17902
17918
|
ref_key: "option",
|
|
17903
17919
|
ref: o,
|
|
17904
17920
|
tabindex: "-1",
|
|
@@ -17910,21 +17926,21 @@ const Zo = /* @__PURE__ */ Mr($u, [["render", Wu]]), Ju = ["aria-disabled", "ari
|
|
|
17910
17926
|
onKeydown: a[1] || (a[1] = mn((s) => r("select"), ["enter"]))
|
|
17911
17927
|
}, [
|
|
17912
17928
|
Wt(i.$slots, "default")
|
|
17913
|
-
], 42,
|
|
17929
|
+
], 42, Xu));
|
|
17914
17930
|
}
|
|
17915
|
-
}),
|
|
17916
|
-
function
|
|
17917
|
-
return O(),
|
|
17918
|
-
(O(),
|
|
17931
|
+
}), ed = {}, td = { className: "spinner" };
|
|
17932
|
+
function nd(n, e) {
|
|
17933
|
+
return O(), U("div", td, [
|
|
17934
|
+
(O(), U(Fr, null, qr(12, (t) => _("div", {
|
|
17919
17935
|
key: t,
|
|
17920
17936
|
class: "spinner-circle"
|
|
17921
17937
|
})), 64))
|
|
17922
17938
|
]);
|
|
17923
17939
|
}
|
|
17924
|
-
const
|
|
17940
|
+
const rd = /* @__PURE__ */ Mr(ed, [["render", nd], ["__scopeId", "data-v-ed866313"]]), od = ["aria-expanded", "aria-describedby", "aria-description", "aria-labelledby", "aria-label", "aria-required"], id = ["onClick"], ad = ["id", "disabled", "placeholder"], sd = { class: "indicators-container" }, cd = ["disabled"], ld = ["disabled"], ud = ["aria-label", "aria-multiselectable"], dd = {
|
|
17925
17941
|
key: 0,
|
|
17926
17942
|
class: "no-results"
|
|
17927
|
-
},
|
|
17943
|
+
}, pd = /* @__PURE__ */ ei({
|
|
17928
17944
|
__name: "Select",
|
|
17929
17945
|
props: /* @__PURE__ */ Ao({
|
|
17930
17946
|
options: {},
|
|
@@ -17958,8 +17974,8 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
17958
17974
|
);
|
|
17959
17975
|
if (t.isSearchable && u.value) {
|
|
17960
17976
|
const fe = I.filter((re) => {
|
|
17961
|
-
const
|
|
17962
|
-
return t.filterBy(re,
|
|
17977
|
+
const Ce = t.isMulti ? t.getMultiValueLabel(re) : t.getOptionLabel(re);
|
|
17978
|
+
return t.filterBy(re, Ce, u.value);
|
|
17963
17979
|
});
|
|
17964
17980
|
return t.isMulti ? te(fe) : fe;
|
|
17965
17981
|
}
|
|
@@ -17989,19 +18005,19 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
17989
18005
|
const te = l.value;
|
|
17990
18006
|
if (I.key === "ArrowDown") {
|
|
17991
18007
|
I.preventDefault();
|
|
17992
|
-
const re = m.value.findIndex((Le, de) => !Le.disabled && de > te),
|
|
17993
|
-
l.value = re === -1 ?
|
|
18008
|
+
const re = m.value.findIndex((Le, de) => !Le.disabled && de > te), Ce = m.value.findIndex((Le) => !Le.disabled);
|
|
18009
|
+
l.value = re === -1 ? Ce : re;
|
|
17994
18010
|
}
|
|
17995
18011
|
if (I.key === "ArrowUp") {
|
|
17996
18012
|
I.preventDefault();
|
|
17997
18013
|
const re = m.value.reduce(
|
|
17998
18014
|
(Le, de, Ue) => !de.disabled && Ue < te ? Ue : Le,
|
|
17999
18015
|
-1
|
|
18000
|
-
),
|
|
18016
|
+
), Ce = m.value.reduce(
|
|
18001
18017
|
(Le, de, Ue) => de.disabled ? Le : Ue,
|
|
18002
18018
|
-1
|
|
18003
18019
|
);
|
|
18004
|
-
l.value = re === -1 ?
|
|
18020
|
+
l.value = re === -1 ? Ce : re;
|
|
18005
18021
|
}
|
|
18006
18022
|
if (I.key === "Enter") {
|
|
18007
18023
|
const re = m.value[te];
|
|
@@ -18041,8 +18057,8 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18041
18057
|
}), ji(() => {
|
|
18042
18058
|
document.removeEventListener("click", W), document.removeEventListener("keydown", T);
|
|
18043
18059
|
}), (I, te) => {
|
|
18044
|
-
var fe, re,
|
|
18045
|
-
return O(),
|
|
18060
|
+
var fe, re, Ce, Le;
|
|
18061
|
+
return O(), U("div", {
|
|
18046
18062
|
ref_key: "container",
|
|
18047
18063
|
ref: i,
|
|
18048
18064
|
dir: "auto",
|
|
@@ -18061,7 +18077,7 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18061
18077
|
"aria-label": f.value.length ? f.value.map(I.isMulti ? I.getMultiValueLabel : I.getOptionLabel).join(", ") : "",
|
|
18062
18078
|
"aria-required": (re = I.aria) == null ? void 0 : re.required
|
|
18063
18079
|
}, [
|
|
18064
|
-
!t.isMulti && f.value[0] ? (O(),
|
|
18080
|
+
!t.isMulti && f.value[0] ? (O(), U("div", {
|
|
18065
18081
|
key: 0,
|
|
18066
18082
|
class: "single-value",
|
|
18067
18083
|
onClick: te[0] || (te[0] = (de) => t.isDisabled ? null : k({ focusInput: !0 }))
|
|
@@ -18069,10 +18085,10 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18069
18085
|
Wt(I.$slots, "value", {
|
|
18070
18086
|
option: f.value[0]
|
|
18071
18087
|
}, () => [
|
|
18072
|
-
Ee(
|
|
18088
|
+
Ee(B(I.getOptionLabel(f.value[0])), 1)
|
|
18073
18089
|
], !0)
|
|
18074
18090
|
])) : le("", !0),
|
|
18075
|
-
t.isMulti && f.value.length ? (O(!0),
|
|
18091
|
+
t.isMulti && f.value.length ? (O(!0), U(Fr, { key: 1 }, qr(f.value, (de) => Wt(I.$slots, "tag", {
|
|
18076
18092
|
key: de.value,
|
|
18077
18093
|
option: de,
|
|
18078
18094
|
removeOption: () => G(de)
|
|
@@ -18082,9 +18098,9 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18082
18098
|
class: "multi-value",
|
|
18083
18099
|
onClick: (Ue) => G(de)
|
|
18084
18100
|
}, [
|
|
18085
|
-
Ee(
|
|
18101
|
+
Ee(B(I.getMultiValueLabel(de)), 1),
|
|
18086
18102
|
gt(Zo)
|
|
18087
|
-
], 8,
|
|
18103
|
+
], 8, id)
|
|
18088
18104
|
], !0)), 128)) : le("", !0),
|
|
18089
18105
|
_e(_("input", {
|
|
18090
18106
|
id: I.inputId,
|
|
@@ -18103,12 +18119,12 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18103
18119
|
placeholder: f.value.length === 0 ? I.placeholder : "",
|
|
18104
18120
|
onMousedown: te[2] || (te[2] = (de) => k()),
|
|
18105
18121
|
onKeydown: V
|
|
18106
|
-
}, null, 40,
|
|
18122
|
+
}, null, 40, ad), [
|
|
18107
18123
|
[ct, u.value]
|
|
18108
18124
|
])
|
|
18109
|
-
], 10,
|
|
18110
|
-
_("div",
|
|
18111
|
-
f.value.length > 0 && I.isClearable && !I.isLoading ? (O(),
|
|
18125
|
+
], 10, od),
|
|
18126
|
+
_("div", sd, [
|
|
18127
|
+
f.value.length > 0 && I.isClearable && !I.isLoading ? (O(), U("button", {
|
|
18112
18128
|
key: 0,
|
|
18113
18129
|
type: "button",
|
|
18114
18130
|
class: "clear-button",
|
|
@@ -18119,8 +18135,8 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18119
18135
|
Wt(I.$slots, "clear", {}, () => [
|
|
18120
18136
|
gt(Zo)
|
|
18121
18137
|
], !0)
|
|
18122
|
-
], 8,
|
|
18123
|
-
I.isLoading ? le("", !0) : (O(),
|
|
18138
|
+
], 8, cd)) : le("", !0),
|
|
18139
|
+
I.isLoading ? le("", !0) : (O(), U("button", {
|
|
18124
18140
|
key: 1,
|
|
18125
18141
|
type: "button",
|
|
18126
18142
|
class: "dropdown-icon",
|
|
@@ -18129,11 +18145,11 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18129
18145
|
onClick: P
|
|
18130
18146
|
}, [
|
|
18131
18147
|
Wt(I.$slots, "dropdown", {}, () => [
|
|
18132
|
-
gt(
|
|
18148
|
+
gt($u)
|
|
18133
18149
|
], !0)
|
|
18134
|
-
], 8,
|
|
18150
|
+
], 8, ld)),
|
|
18135
18151
|
Wt(I.$slots, "loading", {}, () => [
|
|
18136
|
-
I.isLoading ? (O(), ze(
|
|
18152
|
+
I.isLoading ? (O(), ze(rd, { key: 0 })) : le("", !0)
|
|
18137
18153
|
], !0)
|
|
18138
18154
|
])
|
|
18139
18155
|
], 2),
|
|
@@ -18142,13 +18158,13 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18142
18158
|
disabled: !I.teleport,
|
|
18143
18159
|
defer: !0
|
|
18144
18160
|
}, [
|
|
18145
|
-
p.value ? (O(),
|
|
18161
|
+
p.value ? (O(), U("div", {
|
|
18146
18162
|
key: 0,
|
|
18147
18163
|
ref_key: "menu",
|
|
18148
18164
|
ref: s,
|
|
18149
18165
|
class: "menu",
|
|
18150
18166
|
role: "listbox",
|
|
18151
|
-
"aria-label": (
|
|
18167
|
+
"aria-label": (Ce = I.aria) == null ? void 0 : Ce.labelledby,
|
|
18152
18168
|
"aria-multiselectable": I.isMulti,
|
|
18153
18169
|
style: Ir({
|
|
18154
18170
|
width: t.teleport ? `${(Le = i.value) == null ? void 0 : Le.getBoundingClientRect().width}px` : "100%",
|
|
@@ -18157,7 +18173,7 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18157
18173
|
})
|
|
18158
18174
|
}, [
|
|
18159
18175
|
Wt(I.$slots, "menu-header", {}, void 0, !0),
|
|
18160
|
-
(O(!0),
|
|
18176
|
+
(O(!0), U(Fr, null, qr(m.value, (de, Ue) => (O(), ze(Zu, {
|
|
18161
18177
|
key: Ue,
|
|
18162
18178
|
type: "button",
|
|
18163
18179
|
class: fn(["menu-option", { focused: l.value === Ue, selected: de.value === o.value }]),
|
|
@@ -18170,28 +18186,32 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18170
18186
|
}, {
|
|
18171
18187
|
default: et(() => [
|
|
18172
18188
|
Wt(I.$slots, "option", { option: de }, () => [
|
|
18173
|
-
Ee(
|
|
18189
|
+
Ee(B(I.getOptionLabel(de)), 1)
|
|
18174
18190
|
], !0)
|
|
18175
18191
|
]),
|
|
18176
18192
|
_: 2
|
|
18177
18193
|
}, 1032, ["class", "menu", "index", "is-focused", "is-selected", "is-disabled", "onSelect"]))), 128)),
|
|
18178
|
-
m.value.length === 0 ? (O(),
|
|
18194
|
+
m.value.length === 0 ? (O(), U("div", dd, [
|
|
18179
18195
|
Wt(I.$slots, "no-options", {}, () => [
|
|
18180
18196
|
te[3] || (te[3] = Ee(" No results found "))
|
|
18181
18197
|
], !0)
|
|
18182
18198
|
])) : le("", !0)
|
|
18183
|
-
], 12,
|
|
18199
|
+
], 12, ud)) : le("", !0)
|
|
18184
18200
|
], 8, ["to", "disabled"]))
|
|
18185
18201
|
], 2);
|
|
18186
18202
|
};
|
|
18187
18203
|
}
|
|
18188
|
-
}),
|
|
18204
|
+
}), hd = /* @__PURE__ */ Mr(pd, [["__scopeId", "data-v-7f19f42a"]]), fd = {
|
|
18189
18205
|
name: "AuthGeneral",
|
|
18190
18206
|
mixins: [Qt],
|
|
18191
18207
|
components: {
|
|
18192
|
-
VueSelect:
|
|
18208
|
+
VueSelect: hd
|
|
18193
18209
|
},
|
|
18194
18210
|
props: {
|
|
18211
|
+
isModal: {
|
|
18212
|
+
type: Boolean,
|
|
18213
|
+
default: !1
|
|
18214
|
+
},
|
|
18195
18215
|
payload: {
|
|
18196
18216
|
type: Object,
|
|
18197
18217
|
default: {}
|
|
@@ -18210,30 +18230,37 @@ const nd = /* @__PURE__ */ Mr(Zu, [["render", td], ["__scopeId", "data-v-ed86631
|
|
|
18210
18230
|
ne.$emit("ssoEvent", { name: "toggleAuthModal", data: !0 });
|
|
18211
18231
|
},
|
|
18212
18232
|
async submitGeneralUpdate() {
|
|
18213
|
-
|
|
18214
|
-
|
|
18233
|
+
this.loading = !0;
|
|
18234
|
+
const n = {
|
|
18235
|
+
name: this.account.name,
|
|
18236
|
+
lang: this.account.lang,
|
|
18237
|
+
billing: this.account.billing ? {
|
|
18238
|
+
region: this.account.billing.region
|
|
18239
|
+
} : void 0
|
|
18240
|
+
}, [e, t] = await we(qn.updateAccount(n));
|
|
18241
|
+
e ? this.errorHandler(e) : t.data.success && (this.successSnack(this.ssoLang[this.appLanguage].profile_update_success), await this.getAccountSettings()), this.loading = !1;
|
|
18215
18242
|
}
|
|
18216
18243
|
}
|
|
18217
|
-
},
|
|
18244
|
+
}, md = { class: "page-login content-boxed content-boxed-padding tapni-auth-general" }, gd = { class: "subheaderContainer full-top" }, _d = ["src"], vd = ["src"], yd = {
|
|
18218
18245
|
class: "center-text",
|
|
18219
18246
|
style: { "flex-grow": "1", "text-align": "center", margin: "0", "font-weight": "600" }
|
|
18220
|
-
},
|
|
18247
|
+
}, bd = { class: "container left-text" }, wd = { class: "center-text" }, kd = { class: "full-top bold small-bottom" }, Cd = ["placeholder"], Ed = ["placeholder"], Td = { class: "full-top bold" }, Sd = { class: "full-top bold" }, Id = {
|
|
18221
18248
|
type: "submit",
|
|
18222
18249
|
class: "button black-button button-full google-button bg-tapni-grey button-90 button-center uppercase bold full-top pointer"
|
|
18223
|
-
},
|
|
18250
|
+
}, Ad = { key: 0 }, Rd = {
|
|
18224
18251
|
key: 1,
|
|
18225
18252
|
class: "button--loading button__loader"
|
|
18226
18253
|
};
|
|
18227
|
-
function
|
|
18254
|
+
function Pd(n, e, t, r, o, i) {
|
|
18228
18255
|
var u, p;
|
|
18229
18256
|
const a = rn("router-link"), s = rn("VueSelect");
|
|
18230
|
-
return O(),
|
|
18231
|
-
|
|
18257
|
+
return O(), U("div", md, [
|
|
18258
|
+
t.isModal ? (O(), U("a", {
|
|
18232
18259
|
key: 0,
|
|
18233
18260
|
onClick: e[0] || (e[0] = (...l) => i.close && i.close(...l)),
|
|
18234
18261
|
class: "color-black pull-right pointer",
|
|
18235
18262
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
18236
|
-
}, e[
|
|
18263
|
+
}, e[7] || (e[7] = [
|
|
18237
18264
|
_("i", { class: "font-17 color-black" }, [
|
|
18238
18265
|
_("img", {
|
|
18239
18266
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
@@ -18242,9 +18269,21 @@ function Ad(n, e, t, r, o, i) {
|
|
|
18242
18269
|
})
|
|
18243
18270
|
], -1)
|
|
18244
18271
|
]))) : le("", !0),
|
|
18245
|
-
_("div",
|
|
18246
|
-
|
|
18272
|
+
_("div", gd, [
|
|
18273
|
+
t.isModal ? (O(), U("div", {
|
|
18247
18274
|
key: 0,
|
|
18275
|
+
class: "button gray-button pointer left-button",
|
|
18276
|
+
onClick: e[1] || (e[1] = (l) => n.$emit("update:viewProp", "AuthAccount"))
|
|
18277
|
+
}, [
|
|
18278
|
+
_("img", {
|
|
18279
|
+
src: n.getIcon("arrow-gray-right.svg"),
|
|
18280
|
+
height: "20",
|
|
18281
|
+
width: "20",
|
|
18282
|
+
class: "btn-icon",
|
|
18283
|
+
style: { rotate: "180deg" }
|
|
18284
|
+
}, null, 8, _d)
|
|
18285
|
+
])) : (O(), ze(a, {
|
|
18286
|
+
key: 1,
|
|
18248
18287
|
to: "/account",
|
|
18249
18288
|
class: "button gray-button pointer left-button"
|
|
18250
18289
|
}, {
|
|
@@ -18255,45 +18294,45 @@ function Ad(n, e, t, r, o, i) {
|
|
|
18255
18294
|
width: "20",
|
|
18256
18295
|
class: "btn-icon",
|
|
18257
18296
|
style: { rotate: "180deg" }
|
|
18258
|
-
}, null, 8,
|
|
18297
|
+
}, null, 8, vd)
|
|
18259
18298
|
]),
|
|
18260
18299
|
_: 1
|
|
18261
18300
|
})),
|
|
18262
|
-
_("h2",
|
|
18301
|
+
_("h2", yd, B(n.ssoLang[n.appLanguage].general), 1)
|
|
18263
18302
|
]),
|
|
18264
|
-
_("div",
|
|
18265
|
-
_("p",
|
|
18303
|
+
_("div", bd, [
|
|
18304
|
+
_("p", wd, B(n.ssoLang[n.appLanguage].general_p), 1),
|
|
18266
18305
|
_("form", {
|
|
18267
18306
|
class: "full-top",
|
|
18268
|
-
onSubmit: e[
|
|
18307
|
+
onSubmit: e[6] || (e[6] = Xe((...l) => i.submitGeneralUpdate && i.submitGeneralUpdate(...l), ["prevent"]))
|
|
18269
18308
|
}, [
|
|
18270
|
-
_("h3",
|
|
18309
|
+
_("h3", kd, B(n.ssoLang[n.appLanguage].personal_details), 1),
|
|
18271
18310
|
_e(_("input", {
|
|
18272
18311
|
type: "text",
|
|
18273
|
-
"onUpdate:modelValue": e[
|
|
18312
|
+
"onUpdate:modelValue": e[2] || (e[2] = (l) => n.account.name = l),
|
|
18274
18313
|
placeholder: n.ssoLang[n.appLanguage].name,
|
|
18275
18314
|
class: "edit-input h-40 lh-40 small-bottom",
|
|
18276
18315
|
required: "",
|
|
18277
18316
|
style: { width: "100%" }
|
|
18278
|
-
}, null, 8,
|
|
18317
|
+
}, null, 8, Cd), [
|
|
18279
18318
|
[ct, n.account.name]
|
|
18280
18319
|
]),
|
|
18281
18320
|
_e(_("input", {
|
|
18282
18321
|
disabled: "",
|
|
18283
18322
|
type: "email",
|
|
18284
|
-
"onUpdate:modelValue": e[
|
|
18323
|
+
"onUpdate:modelValue": e[3] || (e[3] = (l) => n.account.email = l),
|
|
18285
18324
|
placeholder: n.ssoLang[n.appLanguage].email,
|
|
18286
18325
|
class: "bg-white edit-input h-40 lh-40 small-bottom",
|
|
18287
18326
|
required: "",
|
|
18288
18327
|
style: { width: "100%" }
|
|
18289
|
-
}, null, 8,
|
|
18328
|
+
}, null, 8, Ed), [
|
|
18290
18329
|
[ct, n.account.email]
|
|
18291
18330
|
]),
|
|
18292
|
-
_("h3",
|
|
18331
|
+
_("h3", Td, B(n.ssoLang[n.appLanguage].app_region), 1),
|
|
18293
18332
|
n.account.billing ? (O(), ze(s, {
|
|
18294
18333
|
key: 0,
|
|
18295
18334
|
modelValue: n.account.billing.region,
|
|
18296
|
-
"onUpdate:modelValue": e[
|
|
18335
|
+
"onUpdate:modelValue": e[4] || (e[4] = (l) => n.account.billing.region = l),
|
|
18297
18336
|
options: [
|
|
18298
18337
|
{ label: "United States", value: "us" },
|
|
18299
18338
|
{ label: "United Kingdom", value: "uk" },
|
|
@@ -18302,16 +18341,17 @@ function Ad(n, e, t, r, o, i) {
|
|
|
18302
18341
|
{ label: "Mauritius", value: "mu" },
|
|
18303
18342
|
{ label: "Colombia", value: "co" },
|
|
18304
18343
|
{ label: "Serbia", value: "sr" },
|
|
18344
|
+
{ label: "Singapore", value: "sg" },
|
|
18305
18345
|
{ label: "China", value: "cn" }
|
|
18306
18346
|
],
|
|
18307
18347
|
isClearable: !1,
|
|
18308
18348
|
placeholder: "Select region"
|
|
18309
18349
|
}, null, 8, ["modelValue"])) : le("", !0),
|
|
18310
|
-
_("p", null, "Default currency for this region is " +
|
|
18311
|
-
_("h3",
|
|
18350
|
+
_("p", null, "Default currency for this region is " + B((p = (u = n.account.billing) == null ? void 0 : u.currency) == null ? void 0 : p.toUpperCase()), 1),
|
|
18351
|
+
_("h3", Sd, B(n.ssoLang[n.appLanguage].app_language), 1),
|
|
18312
18352
|
gt(s, {
|
|
18313
18353
|
modelValue: n.account.lang,
|
|
18314
|
-
"onUpdate:modelValue": e[
|
|
18354
|
+
"onUpdate:modelValue": e[5] || (e[5] = (l) => n.account.lang = l),
|
|
18315
18355
|
options: [
|
|
18316
18356
|
{ label: n.ssoLang[n.appLanguage].english, value: "en" },
|
|
18317
18357
|
{ label: n.ssoLang[n.appLanguage].german, value: "de" },
|
|
@@ -18326,18 +18366,18 @@ function Ad(n, e, t, r, o, i) {
|
|
|
18326
18366
|
isClearable: !1,
|
|
18327
18367
|
placeholder: "Select language"
|
|
18328
18368
|
}, null, 8, ["modelValue", "options"]),
|
|
18329
|
-
e[
|
|
18330
|
-
_("button",
|
|
18331
|
-
o.loading ? (O(),
|
|
18369
|
+
e[8] || (e[8] = _("p", null, "Translate the app on your preferred language.", -1)),
|
|
18370
|
+
_("button", Id, [
|
|
18371
|
+
o.loading ? (O(), U("span", Rd)) : (O(), U("span", Ad, B(n.ssoLang[n.appLanguage].save), 1))
|
|
18332
18372
|
])
|
|
18333
18373
|
], 32)
|
|
18334
18374
|
])
|
|
18335
18375
|
]);
|
|
18336
18376
|
}
|
|
18337
|
-
const Co = /* @__PURE__ */ an(
|
|
18377
|
+
const Co = /* @__PURE__ */ an(fd, [["render", Pd]]), Md = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18338
18378
|
__proto__: null,
|
|
18339
18379
|
default: Co
|
|
18340
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
18380
|
+
}, Symbol.toStringTag, { value: "Module" })), Nd = {
|
|
18341
18381
|
name: "AuthReset",
|
|
18342
18382
|
mixins: [Qt],
|
|
18343
18383
|
data() {
|
|
@@ -18387,53 +18427,53 @@ const Co = /* @__PURE__ */ an(hd, [["render", Ad], ["__scopeId", "data-v-9dc9369
|
|
|
18387
18427
|
this.$storex.verifyEmail = n;
|
|
18388
18428
|
}
|
|
18389
18429
|
}
|
|
18390
|
-
},
|
|
18430
|
+
}, Od = {
|
|
18391
18431
|
class: "bold no-bottom center-text text-[22px]",
|
|
18392
18432
|
style: { "margin-top": "63px" }
|
|
18393
|
-
},
|
|
18433
|
+
}, Ld = { class: "page-login-field half-top color-black" }, zd = ["placeholder"], xd = {
|
|
18394
18434
|
type: "submit",
|
|
18395
18435
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
18396
|
-
},
|
|
18436
|
+
}, Ud = {
|
|
18397
18437
|
key: 0,
|
|
18398
18438
|
class: "uppercase"
|
|
18399
|
-
},
|
|
18439
|
+
}, Bd = {
|
|
18400
18440
|
key: 1,
|
|
18401
18441
|
class: "button--loading button__loader"
|
|
18402
|
-
},
|
|
18442
|
+
}, Dd = { class: "close-text center-text half-top color-black" }, jd = ["innerHTML"], Hd = ["href"], Fd = { class: "page-login-links" }, qd = {
|
|
18403
18443
|
class: "bold no-bottom center-text",
|
|
18404
18444
|
style: { "margin-top": "63px" }
|
|
18405
|
-
},
|
|
18445
|
+
}, Kd = { class: "half-bottom small-top center-text color-black" }, Gd = { class: "page-login-field half-top" }, Vd = ["type", "placeholder"], Qd = {
|
|
18406
18446
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
18407
18447
|
class: "responsive-image password-reveal-icon"
|
|
18408
|
-
},
|
|
18448
|
+
}, $d = {
|
|
18409
18449
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
18410
18450
|
class: "responsive-image password-reveal-icon"
|
|
18411
|
-
},
|
|
18451
|
+
}, Yd = { class: "page-login-field half-top" }, Wd = ["type", "placeholder"], Jd = {
|
|
18412
18452
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
18413
18453
|
class: "responsive-image password-reveal-icon"
|
|
18414
|
-
},
|
|
18454
|
+
}, Xd = {
|
|
18415
18455
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
18416
18456
|
class: "responsive-image password-reveal-icon"
|
|
18417
|
-
},
|
|
18457
|
+
}, Zd = {
|
|
18418
18458
|
type: "submit",
|
|
18419
18459
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
18420
|
-
},
|
|
18460
|
+
}, ep = {
|
|
18421
18461
|
key: 0,
|
|
18422
18462
|
class: "uppercase"
|
|
18423
|
-
},
|
|
18463
|
+
}, tp = {
|
|
18424
18464
|
key: 1,
|
|
18425
18465
|
class: "button--loading button__loader"
|
|
18426
|
-
},
|
|
18427
|
-
function
|
|
18466
|
+
}, np = { class: "close-text center-text half-top color-black" }, rp = ["innerHTML"], op = ["href"];
|
|
18467
|
+
function ip(n, e, t, r, o, i) {
|
|
18428
18468
|
const a = rn("router-link");
|
|
18429
|
-
return o.passwordChange ? (O(),
|
|
18469
|
+
return o.passwordChange ? (O(), U("form", {
|
|
18430
18470
|
key: 1,
|
|
18431
18471
|
class: "page-login content-boxed content-boxed-padding",
|
|
18432
18472
|
onSubmit: e[7] || (e[7] = Xe((...s) => i.changePw && i.changePw(...s), ["prevent"]))
|
|
18433
18473
|
}, [
|
|
18434
|
-
_("h3",
|
|
18435
|
-
_("p",
|
|
18436
|
-
_("div",
|
|
18474
|
+
_("h3", qd, B(n.ssoLang[this.appLanguage].password_change), 1),
|
|
18475
|
+
_("p", Kd, B(n.ssoLang[this.appLanguage].password_new), 1),
|
|
18476
|
+
_("div", Gd, [
|
|
18437
18477
|
e[14] || (e[14] = _("i", { style: { "padding-top": "15px" } }, [
|
|
18438
18478
|
_("img", {
|
|
18439
18479
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
@@ -18446,21 +18486,21 @@ function rp(n, e, t, r, o, i) {
|
|
|
18446
18486
|
type: o.revealPassword ? "text" : "password",
|
|
18447
18487
|
placeholder: n.ssoLang[this.appLanguage].password,
|
|
18448
18488
|
required: ""
|
|
18449
|
-
}, null, 8,
|
|
18489
|
+
}, null, 8, Vd), [
|
|
18450
18490
|
[hr, o.password]
|
|
18451
18491
|
]),
|
|
18452
18492
|
_("em", {
|
|
18453
18493
|
onClick: e[4] || (e[4] = (s) => o.revealPassword = !o.revealPassword)
|
|
18454
18494
|
}, [
|
|
18455
|
-
_e(_("img",
|
|
18495
|
+
_e(_("img", Qd, null, 512), [
|
|
18456
18496
|
[kt, !o.revealPassword]
|
|
18457
18497
|
]),
|
|
18458
|
-
_e(_("img",
|
|
18498
|
+
_e(_("img", $d, null, 512), [
|
|
18459
18499
|
[kt, o.revealPassword]
|
|
18460
18500
|
])
|
|
18461
18501
|
])
|
|
18462
18502
|
]),
|
|
18463
|
-
_("div",
|
|
18503
|
+
_("div", Yd, [
|
|
18464
18504
|
e[15] || (e[15] = _("i", { style: { "padding-top": "15px" } }, [
|
|
18465
18505
|
_("img", {
|
|
18466
18506
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
@@ -18473,42 +18513,42 @@ function rp(n, e, t, r, o, i) {
|
|
|
18473
18513
|
type: o.revealPassword2 ? "text" : "password",
|
|
18474
18514
|
placeholder: n.ssoLang[this.appLanguage].password_repeat,
|
|
18475
18515
|
required: ""
|
|
18476
|
-
}, null, 8,
|
|
18516
|
+
}, null, 8, Wd), [
|
|
18477
18517
|
[hr, o.passwordRepeat]
|
|
18478
18518
|
]),
|
|
18479
18519
|
_("em", {
|
|
18480
18520
|
onClick: e[6] || (e[6] = (s) => o.revealPassword2 = !o.revealPassword2)
|
|
18481
18521
|
}, [
|
|
18482
|
-
_e(_("img",
|
|
18522
|
+
_e(_("img", Jd, null, 512), [
|
|
18483
18523
|
[kt, !o.revealPassword2]
|
|
18484
18524
|
]),
|
|
18485
|
-
_e(_("img",
|
|
18525
|
+
_e(_("img", Xd, null, 512), [
|
|
18486
18526
|
[kt, o.revealPassword2]
|
|
18487
18527
|
])
|
|
18488
18528
|
])
|
|
18489
18529
|
]),
|
|
18490
|
-
_("button",
|
|
18491
|
-
o.submitted ? (O(),
|
|
18530
|
+
_("button", Zd, [
|
|
18531
|
+
o.submitted ? (O(), U("span", tp)) : (O(), U("span", ep, B(n.ssoLang[this.appLanguage].password_change), 1))
|
|
18492
18532
|
]),
|
|
18493
18533
|
e[17] || (e[17] = _("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)),
|
|
18494
|
-
_("p",
|
|
18534
|
+
_("p", np, [
|
|
18495
18535
|
_("span", {
|
|
18496
18536
|
innerHTML: n.ssoLang[this.appLanguage].reset_password_p2
|
|
18497
|
-
}, null, 8,
|
|
18537
|
+
}, null, 8, rp),
|
|
18498
18538
|
e[16] || (e[16] = Ee()),
|
|
18499
18539
|
_("a", {
|
|
18500
18540
|
href: "mailto:support@tapni.com?subject=" + n.ssoLang[this.appLanguage].password_reset_t
|
|
18501
|
-
}, " support@tapni.com", 8,
|
|
18541
|
+
}, " support@tapni.com", 8, op)
|
|
18502
18542
|
])
|
|
18503
|
-
], 32)) : (O(),
|
|
18543
|
+
], 32)) : (O(), U("form", {
|
|
18504
18544
|
key: 0,
|
|
18505
18545
|
class: "page-login content-boxed content-boxed-padding",
|
|
18506
18546
|
onSubmit: e[2] || (e[2] = Xe((...s) => i.resetEmail && i.resetEmail(...s), ["prevent"])),
|
|
18507
18547
|
autocomplete: "on"
|
|
18508
18548
|
}, [
|
|
18509
|
-
_("h3",
|
|
18549
|
+
_("h3", Od, B(n.ssoLang[this.appLanguage].reset_password), 1),
|
|
18510
18550
|
e[11] || (e[11] = _("p", { class: "half-bottom small-top center-text color-black" }, null, -1)),
|
|
18511
|
-
_("div",
|
|
18551
|
+
_("div", Ld, [
|
|
18512
18552
|
e[8] || (e[8] = _("i", { style: { "padding-top": "10px", "margin-left": "10px" } }, [
|
|
18513
18553
|
_("img", {
|
|
18514
18554
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
@@ -18524,31 +18564,31 @@ function rp(n, e, t, r, o, i) {
|
|
|
18524
18564
|
type: "email",
|
|
18525
18565
|
placeholder: n.ssoLang[this.appLanguage].email,
|
|
18526
18566
|
required: ""
|
|
18527
|
-
}, null, 40,
|
|
18567
|
+
}, null, 40, zd), [
|
|
18528
18568
|
[ct, o.email]
|
|
18529
18569
|
]),
|
|
18530
18570
|
e[9] || (e[9] = _("em", null, null, -1))
|
|
18531
18571
|
]),
|
|
18532
|
-
_("button",
|
|
18533
|
-
o.submitted ? (O(),
|
|
18572
|
+
_("button", xd, [
|
|
18573
|
+
o.submitted ? (O(), U("span", Bd)) : (O(), U("span", Ud, B(n.ssoLang[this.appLanguage].reset_password), 1))
|
|
18534
18574
|
]),
|
|
18535
18575
|
e[12] || (e[12] = _("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)),
|
|
18536
|
-
_("p",
|
|
18576
|
+
_("p", Dd, [
|
|
18537
18577
|
_("span", {
|
|
18538
18578
|
innerHTML: n.ssoLang[this.appLanguage].reset_password_p1
|
|
18539
|
-
}, null, 8,
|
|
18579
|
+
}, null, 8, jd),
|
|
18540
18580
|
_("a", {
|
|
18541
18581
|
href: "mailto:support@tapni.com?subject=" + n.ssoLang[this.appLanguage].password_reset_t
|
|
18542
|
-
}, " support@tapni.com", 8,
|
|
18582
|
+
}, " support@tapni.com", 8, Hd)
|
|
18543
18583
|
]),
|
|
18544
18584
|
e[13] || (e[13] = _("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)),
|
|
18545
|
-
_("div",
|
|
18585
|
+
_("div", Fd, [
|
|
18546
18586
|
gt(a, {
|
|
18547
18587
|
class: "create float-right",
|
|
18548
18588
|
to: "/verify"
|
|
18549
18589
|
}, {
|
|
18550
18590
|
default: et(() => [
|
|
18551
|
-
Ee(
|
|
18591
|
+
Ee(B(n.ssoLang[this.appLanguage].verify_account), 1)
|
|
18552
18592
|
]),
|
|
18553
18593
|
_: 1
|
|
18554
18594
|
}),
|
|
@@ -18557,7 +18597,7 @@ function rp(n, e, t, r, o, i) {
|
|
|
18557
18597
|
to: "/login"
|
|
18558
18598
|
}, {
|
|
18559
18599
|
default: et(() => [
|
|
18560
|
-
Ee(
|
|
18600
|
+
Ee(B(n.ssoLang[this.appLanguage].sign_in), 1)
|
|
18561
18601
|
]),
|
|
18562
18602
|
_: 1
|
|
18563
18603
|
}),
|
|
@@ -18565,10 +18605,10 @@ function rp(n, e, t, r, o, i) {
|
|
|
18565
18605
|
])
|
|
18566
18606
|
], 32));
|
|
18567
18607
|
}
|
|
18568
|
-
const Eo = /* @__PURE__ */ an(
|
|
18608
|
+
const Eo = /* @__PURE__ */ an(Nd, [["render", ip], ["__scopeId", "data-v-707a4b16"]]), ap = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18569
18609
|
__proto__: null,
|
|
18570
18610
|
default: Eo
|
|
18571
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
18611
|
+
}, Symbol.toStringTag, { value: "Module" })), sp = {
|
|
18572
18612
|
name: "AuthCallback",
|
|
18573
18613
|
mixins: [Oi, Li, Qt],
|
|
18574
18614
|
data() {
|
|
@@ -18589,28 +18629,28 @@ const Eo = /* @__PURE__ */ an(Pd, [["render", rp], ["__scopeId", "data-v-707a4b1
|
|
|
18589
18629
|
return n = n.replace("http", "tapni"), n = n.replace("https", "tapni"), window.open(n);
|
|
18590
18630
|
}
|
|
18591
18631
|
}
|
|
18592
|
-
},
|
|
18632
|
+
}, cp = { class: "page-login content-boxed content-boxed-padding" }, lp = {
|
|
18593
18633
|
key: 0,
|
|
18594
18634
|
style: { "text-align": "center", width: "80%", margin: "0 auto", "margin-top": "260px" }
|
|
18595
|
-
},
|
|
18635
|
+
}, up = {
|
|
18596
18636
|
key: 1,
|
|
18597
18637
|
style: { "text-align": "center", width: "80%", margin: "0 auto", "margin-top": "260px" }
|
|
18598
18638
|
};
|
|
18599
|
-
function
|
|
18600
|
-
return O(),
|
|
18601
|
-
(n.$route.query.platform === "android" || n.$route.query.platform === "ios") && !n.isNative ? (O(),
|
|
18602
|
-
Ee(
|
|
18639
|
+
function dp(n, e, t, r, o, i) {
|
|
18640
|
+
return O(), U("div", cp, [
|
|
18641
|
+
(n.$route.query.platform === "android" || n.$route.query.platform === "ios") && !n.isNative ? (O(), U("h5", lp, [
|
|
18642
|
+
Ee(B(n.ssoLang[this.appLanguage].you_will_be_redirected), 1),
|
|
18603
18643
|
e[1] || (e[1] = _("br", null, null, -1)),
|
|
18604
|
-
Ee(" " +
|
|
18644
|
+
Ee(" " + B(n.ssoLang[this.appLanguage].if_redirect_not_directly) + ", ", 1),
|
|
18605
18645
|
_("span", {
|
|
18606
18646
|
onClick: e[0] || (e[0] = (...a) => i.inAppRedirect && i.inAppRedirect(...a)),
|
|
18607
18647
|
style: { color: "blue", cursor: "pointer" }
|
|
18608
|
-
},
|
|
18648
|
+
}, B(n.ssoLang[this.appLanguage].click_here), 1),
|
|
18609
18649
|
e[2] || (e[2] = Ee(". "))
|
|
18610
|
-
])) : (O(),
|
|
18650
|
+
])) : (O(), U("h4", up, B(n.ssoLang[this.appLanguage].please_wait), 1))
|
|
18611
18651
|
]);
|
|
18612
18652
|
}
|
|
18613
|
-
const To = /* @__PURE__ */ an(
|
|
18653
|
+
const To = /* @__PURE__ */ an(sp, [["render", dp]]), pp = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18614
18654
|
__proto__: null,
|
|
18615
18655
|
default: To
|
|
18616
18656
|
}, Symbol.toStringTag, { value: "Module" })), un = Ar("Preferences", {
|
|
@@ -18719,7 +18759,7 @@ const To = /* @__PURE__ */ an(ip, [["render", lp]]), up = /* @__PURE__ */ Object
|
|
|
18719
18759
|
let t = JSON.parse(n);
|
|
18720
18760
|
return t !== void 0 ? t : e;
|
|
18721
18761
|
}
|
|
18722
|
-
},
|
|
18762
|
+
}, hp = {
|
|
18723
18763
|
name: "ReactiveStorage",
|
|
18724
18764
|
data() {
|
|
18725
18765
|
return {
|
|
@@ -18735,23 +18775,23 @@ const To = /* @__PURE__ */ an(ip, [["render", lp]]), up = /* @__PURE__ */ Object
|
|
|
18735
18775
|
await jr.setRaw(e);
|
|
18736
18776
|
}, { deep: !0 });
|
|
18737
18777
|
}
|
|
18738
|
-
},
|
|
18778
|
+
}, fp = { id: "ssoapp" }, mp = {
|
|
18739
18779
|
key: 0,
|
|
18740
18780
|
href: "/",
|
|
18741
18781
|
class: "header-logo"
|
|
18742
|
-
},
|
|
18782
|
+
}, gp = {
|
|
18743
18783
|
class: "snackbar snackbar-boxed",
|
|
18744
18784
|
id: "snackbar"
|
|
18745
|
-
},
|
|
18785
|
+
}, _p = {
|
|
18746
18786
|
class: "snack-body",
|
|
18747
18787
|
id: "errorSnack"
|
|
18748
|
-
},
|
|
18788
|
+
}, vp = { id: "errorMessage" }, yp = {
|
|
18749
18789
|
class: "snack-body",
|
|
18750
18790
|
id: "successSnack"
|
|
18751
|
-
},
|
|
18791
|
+
}, bp = { id: "successMessage" }, wp = {
|
|
18752
18792
|
store: uo,
|
|
18753
18793
|
name: "TapniAuth",
|
|
18754
|
-
mixins: [
|
|
18794
|
+
mixins: [hp, Qt],
|
|
18755
18795
|
data() {
|
|
18756
18796
|
return {
|
|
18757
18797
|
storeInterval: null,
|
|
@@ -18840,13 +18880,13 @@ const To = /* @__PURE__ */ an(ip, [["render", lp]]), up = /* @__PURE__ */ Object
|
|
|
18840
18880
|
deep: !0
|
|
18841
18881
|
}
|
|
18842
18882
|
}
|
|
18843
|
-
},
|
|
18883
|
+
}, kp = /* @__PURE__ */ Object.assign(wp, {
|
|
18844
18884
|
setup(n) {
|
|
18845
18885
|
return window.Buffer = la, document.addEventListener("DOMContentLoaded", function() {
|
|
18846
18886
|
const e = document.createElement("script");
|
|
18847
18887
|
e.src = "https://www.google.com/recaptcha/api.js?render=undefined", document.head.appendChild(e);
|
|
18848
|
-
}), (e, t) => (O(),
|
|
18849
|
-
e.display === "redirect" || e.renderView.includes("Auth") ? (O(),
|
|
18888
|
+
}), (e, t) => (O(), U("div", fp, [
|
|
18889
|
+
e.display === "redirect" || e.renderView.includes("Auth") ? (O(), U("a", mp, t[2] || (t[2] = [
|
|
18850
18890
|
_("img", {
|
|
18851
18891
|
src: "https://cdn.tapni.co/images/logo-dark.png",
|
|
18852
18892
|
class: "header-logo-img"
|
|
@@ -18857,8 +18897,9 @@ const To = /* @__PURE__ */ an(ip, [["render", lp]]), up = /* @__PURE__ */ Object
|
|
|
18857
18897
|
isModal: n.isModal
|
|
18858
18898
|
}, null, 8, ["isModal"])) : e.initialized && e.renderView === "AuthGeneral" ? (O(), ze(Co, {
|
|
18859
18899
|
key: 3,
|
|
18860
|
-
isModal: n.isModal
|
|
18861
|
-
|
|
18900
|
+
isModal: n.isModal,
|
|
18901
|
+
"onUpdate:viewProp": e.setView
|
|
18902
|
+
}, null, 8, ["isModal", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthAccount" ? (O(), ze(yo, {
|
|
18862
18903
|
key: 4,
|
|
18863
18904
|
isModal: n.isModal,
|
|
18864
18905
|
"onUpdate:viewProp": e.setView
|
|
@@ -18871,11 +18912,12 @@ const To = /* @__PURE__ */ an(ip, [["render", lp]]), up = /* @__PURE__ */ Object
|
|
|
18871
18912
|
}, null, 8, ["isModal"])) : e.initialized && e.renderView === "AuthSecurity" ? (O(), ze(ko, {
|
|
18872
18913
|
key: 7,
|
|
18873
18914
|
isModal: n.isModal,
|
|
18874
|
-
payload: n.payload
|
|
18875
|
-
|
|
18876
|
-
|
|
18877
|
-
|
|
18878
|
-
|
|
18915
|
+
payload: n.payload,
|
|
18916
|
+
"onUpdate:viewProp": e.setView
|
|
18917
|
+
}, null, 8, ["isModal", "payload", "onUpdate:viewProp"])) : e.initialized && e.renderView === "AuthReset" ? (O(), ze(Eo, { key: 8 })) : e.initialized && e.renderView === "AuthCallback" ? (O(), ze(To, { key: 9 })) : e.display !== "npm" ? (O(), ze(Fi(Gi), { key: 10 })) : le("", !0),
|
|
18918
|
+
_("div", gp, [
|
|
18919
|
+
_("p", _p, [
|
|
18920
|
+
_("span", vp, B(e.ssoLang[e.appLanguage].error), 1),
|
|
18879
18921
|
_("a", {
|
|
18880
18922
|
onClick: t[0] || (t[0] = (...r) => e.closeSnacks && e.closeSnacks(...r)),
|
|
18881
18923
|
style: { position: "absolute", right: "10px", top: "10px", width: "50px", height: "50px" }
|
|
@@ -18886,8 +18928,8 @@ const To = /* @__PURE__ */ an(ip, [["render", lp]]), up = /* @__PURE__ */ Object
|
|
|
18886
18928
|
}, null, -1)
|
|
18887
18929
|
]))
|
|
18888
18930
|
]),
|
|
18889
|
-
_("p",
|
|
18890
|
-
_("span",
|
|
18931
|
+
_("p", yp, [
|
|
18932
|
+
_("span", bp, B(e.ssoLang[e.appLanguage].success), 1),
|
|
18891
18933
|
_("a", {
|
|
18892
18934
|
onClick: t[1] || (t[1] = (...r) => e.closeSnacks && e.closeSnacks(...r)),
|
|
18893
18935
|
style: { position: "absolute", right: "10px", top: "10px", width: "50px", height: "50px" }
|
|
@@ -18901,9 +18943,9 @@ const To = /* @__PURE__ */ an(ip, [["render", lp]]), up = /* @__PURE__ */ Object
|
|
|
18901
18943
|
])
|
|
18902
18944
|
]));
|
|
18903
18945
|
}
|
|
18904
|
-
}),
|
|
18946
|
+
}), xp = {
|
|
18905
18947
|
install: (n, { store: e, apiRoot: t }) => {
|
|
18906
|
-
n.component("TapniAuth",
|
|
18948
|
+
n.component("TapniAuth", kp), e.hasModule("auth") || e.registerModule("auth", uo), n.config.globalProperties.$apiRoot = t;
|
|
18907
18949
|
}
|
|
18908
18950
|
};
|
|
18909
18951
|
export {
|
|
@@ -18913,5 +18955,5 @@ export {
|
|
|
18913
18955
|
an as _,
|
|
18914
18956
|
pe as a,
|
|
18915
18957
|
nt as b,
|
|
18916
|
-
|
|
18958
|
+
xp as i
|
|
18917
18959
|
};
|