@tapni/auth 0.0.61 → 0.0.62
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 +5 -0
- package/dist/TapniAuth.es.js +333 -332
- package/dist/TapniAuth.umd.js +15 -11
- package/dist/web-NrPZl3qD.js +124 -0
- package/package.json +1 -1
package/dist/TapniAuth.es.js
CHANGED
|
@@ -4,16 +4,15 @@ import z from "await-to-js";
|
|
|
4
4
|
import Ne from "axios";
|
|
5
5
|
import { jwtDecode as on } from "jwt-decode";
|
|
6
6
|
import { Device as ve } from "@capacitor/device";
|
|
7
|
-
import { Capacitor as he } from "@capacitor/core";
|
|
7
|
+
import { Capacitor as he, registerPlugin as at } from "@capacitor/core";
|
|
8
8
|
import { GoogleAuth as en } from "@codetrix-studio/capacitor-google-auth";
|
|
9
|
-
import { FacebookLogin as
|
|
10
|
-
import { SignInWithApple as it } from "@capacitor-community/apple-sign-in";
|
|
9
|
+
import { FacebookLogin as it } from "@capacitor-community/facebook-login";
|
|
11
10
|
import { MsAuthPlugin as ot } from "@recognizebv/capacitor-plugin-msauth";
|
|
12
11
|
import { Browser as ye } from "@capacitor/browser";
|
|
13
12
|
import rt from "qr-code-styling";
|
|
14
13
|
import { sanitizeUrl as st } from "@braintree/sanitize-url";
|
|
15
14
|
import "@tapni/capacitor-reactive-localstorage-vue3";
|
|
16
|
-
const ct = "0.0.
|
|
15
|
+
const ct = "0.0.62";
|
|
17
16
|
let Be;
|
|
18
17
|
const me = {
|
|
19
18
|
setApiRootFromOptions(e) {
|
|
@@ -4794,7 +4793,7 @@ const fn = {
|
|
|
4794
4793
|
async facebookLogin() {
|
|
4795
4794
|
var u;
|
|
4796
4795
|
this.facebookLoad = !0;
|
|
4797
|
-
const e = ["email"], [t, r] = await z(
|
|
4796
|
+
const e = ["email"], [t, r] = await z(it.login({ permissions: e }));
|
|
4798
4797
|
if (t)
|
|
4799
4798
|
return this.facebookLoad = !1;
|
|
4800
4799
|
if (this.referral && (r.ref = this.referral), this.display === "popup" && (r.response_type = "code"), r && r.accessToken) {
|
|
@@ -4813,7 +4812,9 @@ const fn = {
|
|
|
4813
4812
|
this.facebookLoad = !1, v.$emit("ssoEvent", { name: "setLoading", data: !1 });
|
|
4814
4813
|
}
|
|
4815
4814
|
}
|
|
4816
|
-
},
|
|
4815
|
+
}, Ct = at("SignInWithApple", {
|
|
4816
|
+
web: () => import("./web-NrPZl3qD.js").then((e) => new e.SignInWithAppleWeb())
|
|
4817
|
+
}), kn = {
|
|
4817
4818
|
data() {
|
|
4818
4819
|
return {
|
|
4819
4820
|
appleLoad: !1
|
|
@@ -4829,7 +4830,7 @@ const fn = {
|
|
|
4829
4830
|
async appleLogin() {
|
|
4830
4831
|
var r;
|
|
4831
4832
|
this.appleLoad = !0;
|
|
4832
|
-
const [e, t] = await z(
|
|
4833
|
+
const [e, t] = await z(Ct.authorize({
|
|
4833
4834
|
clientId: "co.tapni.applelogin",
|
|
4834
4835
|
redirectURI: "https://" + window.location.host + "/login",
|
|
4835
4836
|
scopes: "email name"
|
|
@@ -4854,7 +4855,7 @@ const fn = {
|
|
|
4854
4855
|
}
|
|
4855
4856
|
}
|
|
4856
4857
|
};
|
|
4857
|
-
var
|
|
4858
|
+
var St = { VITE_APP_MODE: "npm", VITE_APP_APP_ROOT: "https://t.link", VITE_APP_API_ROOT: "https://api.tapni.co", VITE_APP_GOOGLE_RECAPTCHA_SITE_KEY: "6LenkC0mAAAAADWBxPOhpmwXCwzCJd7cilNgtOLk", VITE_APP_SSO_ID: "9cd47053-080a-4df8-8fd8-ca4389163fde", VITE_APP_POPUP_LOGIN_ALLOWED_ORIGIN: "https://auth.tapni.com", BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
|
|
4858
4859
|
const we = {
|
|
4859
4860
|
data() {
|
|
4860
4861
|
return {
|
|
@@ -4880,7 +4881,7 @@ const we = {
|
|
|
4880
4881
|
knownAuthorities: [],
|
|
4881
4882
|
keyHash: "4+5wCp8QcLptlO0aeP5RDTTOWyg=",
|
|
4882
4883
|
// Android,
|
|
4883
|
-
redirectUri:
|
|
4884
|
+
redirectUri: St.NODE_ENV === "development" ? `${window.location.origin}/login` : "https://" + window.location.host + "/login"
|
|
4884
4885
|
})
|
|
4885
4886
|
);
|
|
4886
4887
|
if (r)
|
|
@@ -5054,11 +5055,11 @@ const we = {
|
|
|
5054
5055
|
}
|
|
5055
5056
|
};
|
|
5056
5057
|
var bn = {}, Le = {};
|
|
5057
|
-
Le.byteLength =
|
|
5058
|
-
Le.toByteArray =
|
|
5059
|
-
Le.fromByteArray =
|
|
5060
|
-
var G = [], V = [],
|
|
5061
|
-
for (var ce = 0,
|
|
5058
|
+
Le.byteLength = It;
|
|
5059
|
+
Le.toByteArray = Pt;
|
|
5060
|
+
Le.fromByteArray = Bt;
|
|
5061
|
+
var G = [], V = [], Tt = typeof Uint8Array < "u" ? Uint8Array : Array, Re = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
|
5062
|
+
for (var ce = 0, Et = Re.length; ce < Et; ++ce)
|
|
5062
5063
|
G[ce] = Re[ce], V[Re.charCodeAt(ce)] = ce;
|
|
5063
5064
|
V[45] = 62;
|
|
5064
5065
|
V[95] = 63;
|
|
@@ -5071,30 +5072,30 @@ function vn(e) {
|
|
|
5071
5072
|
var u = r === t ? 0 : 4 - r % 4;
|
|
5072
5073
|
return [r, u];
|
|
5073
5074
|
}
|
|
5074
|
-
function
|
|
5075
|
+
function It(e) {
|
|
5075
5076
|
var t = vn(e), r = t[0], u = t[1];
|
|
5076
5077
|
return (r + u) * 3 / 4 - u;
|
|
5077
5078
|
}
|
|
5078
|
-
function
|
|
5079
|
+
function At(e, t, r) {
|
|
5079
5080
|
return (t + r) * 3 / 4 - r;
|
|
5080
5081
|
}
|
|
5081
|
-
function
|
|
5082
|
-
var t, r = vn(e), u = r[0], l = r[1], d = new
|
|
5082
|
+
function Pt(e) {
|
|
5083
|
+
var t, r = vn(e), u = r[0], l = r[1], d = new Tt(At(e, u, l)), h = 0, m = l > 0 ? u - 4 : u, b;
|
|
5083
5084
|
for (b = 0; b < m; b += 4)
|
|
5084
5085
|
t = V[e.charCodeAt(b)] << 18 | V[e.charCodeAt(b + 1)] << 12 | V[e.charCodeAt(b + 2)] << 6 | V[e.charCodeAt(b + 3)], d[h++] = t >> 16 & 255, d[h++] = t >> 8 & 255, d[h++] = t & 255;
|
|
5085
5086
|
return l === 2 && (t = V[e.charCodeAt(b)] << 2 | V[e.charCodeAt(b + 1)] >> 4, d[h++] = t & 255), l === 1 && (t = V[e.charCodeAt(b)] << 10 | V[e.charCodeAt(b + 1)] << 4 | V[e.charCodeAt(b + 2)] >> 2, d[h++] = t >> 8 & 255, d[h++] = t & 255), d;
|
|
5086
5087
|
}
|
|
5087
|
-
function
|
|
5088
|
+
function jt(e) {
|
|
5088
5089
|
return G[e >> 18 & 63] + G[e >> 12 & 63] + G[e >> 6 & 63] + G[e & 63];
|
|
5089
5090
|
}
|
|
5090
|
-
function
|
|
5091
|
+
function xt(e, t, r) {
|
|
5091
5092
|
for (var u, l = [], d = t; d < r; d += 3)
|
|
5092
|
-
u = (e[d] << 16 & 16711680) + (e[d + 1] << 8 & 65280) + (e[d + 2] & 255), l.push(
|
|
5093
|
+
u = (e[d] << 16 & 16711680) + (e[d + 1] << 8 & 65280) + (e[d + 2] & 255), l.push(jt(u));
|
|
5093
5094
|
return l.join("");
|
|
5094
5095
|
}
|
|
5095
|
-
function
|
|
5096
|
+
function Bt(e) {
|
|
5096
5097
|
for (var t, r = e.length, u = r % 3, l = [], d = 16383, h = 0, m = r - u; h < m; h += d)
|
|
5097
|
-
l.push(
|
|
5098
|
+
l.push(xt(e, h, h + d > m ? m : h + d));
|
|
5098
5099
|
return u === 1 ? (t = e[r - 1], l.push(
|
|
5099
5100
|
G[t >> 2] + G[t << 4 & 63] + "=="
|
|
5100
5101
|
)) : u === 2 && (t = (e[r - 2] << 8) + e[r - 1], l.push(
|
|
@@ -6104,7 +6105,7 @@ Ue.write = function(e, t, r, u, l, d) {
|
|
|
6104
6105
|
throw new Error("BigInt not supported");
|
|
6105
6106
|
}
|
|
6106
6107
|
})(bn);
|
|
6107
|
-
const
|
|
6108
|
+
const Mt = bn.Buffer, Ce = {
|
|
6108
6109
|
data() {
|
|
6109
6110
|
return {
|
|
6110
6111
|
code_verifier: "",
|
|
@@ -6123,7 +6124,7 @@ const Bt = bn.Buffer, Ce = {
|
|
|
6123
6124
|
async samlLogin(e) {
|
|
6124
6125
|
this.code_verifier = de.generateRandomString(28), localStorage.setItem("pkce_code_verifier", this.code_verifier), this.code_challenge = await de.pkceChallengeFromVerifier(this.code_verifier);
|
|
6125
6126
|
const t = he.getPlatform();
|
|
6126
|
-
let r =
|
|
6127
|
+
let r = Mt.from(`code_challenge=${this.code_challenge}&platform=${t}&redirect_uri=${location.origin + "/callback/saml"}&realm=${this.$storage.realm}`).toString("base64");
|
|
6127
6128
|
e = `${e}&RelayState=${r}`;
|
|
6128
6129
|
let u = this;
|
|
6129
6130
|
window.addEventListener("message", async (l) => {
|
|
@@ -6152,7 +6153,7 @@ const Bt = bn.Buffer, Ce = {
|
|
|
6152
6153
|
}
|
|
6153
6154
|
}
|
|
6154
6155
|
}
|
|
6155
|
-
},
|
|
6156
|
+
}, Rt = {
|
|
6156
6157
|
data() {
|
|
6157
6158
|
return {
|
|
6158
6159
|
isQrCodeLogin: !1,
|
|
@@ -6228,9 +6229,9 @@ const Bt = bn.Buffer, Ce = {
|
|
|
6228
6229
|
}, 6e4);
|
|
6229
6230
|
}
|
|
6230
6231
|
}
|
|
6231
|
-
},
|
|
6232
|
+
}, qt = {
|
|
6232
6233
|
name: "AuthLogin",
|
|
6233
|
-
mixins: [hn, fn, kn, we, ze, Ce, O,
|
|
6234
|
+
mixins: [hn, fn, kn, we, ze, Ce, O, Rt],
|
|
6234
6235
|
props: {
|
|
6235
6236
|
isModal: {
|
|
6236
6237
|
type: Boolean,
|
|
@@ -6306,88 +6307,88 @@ const Bt = bn.Buffer, Ce = {
|
|
|
6306
6307
|
return await this.handleSamlRedirect();
|
|
6307
6308
|
}
|
|
6308
6309
|
}
|
|
6309
|
-
},
|
|
6310
|
+
}, Nt = /* @__PURE__ */ c("i", { class: "font-17 color-black" }, [
|
|
6310
6311
|
/* @__PURE__ */ c("img", {
|
|
6311
6312
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
6312
6313
|
class: "responsive-image",
|
|
6313
6314
|
style: { width: "35%" }
|
|
6314
6315
|
})
|
|
6315
|
-
], -1),
|
|
6316
|
-
|
|
6317
|
-
],
|
|
6316
|
+
], -1), Ut = [
|
|
6317
|
+
Nt
|
|
6318
|
+
], Ot = {
|
|
6318
6319
|
class: "bold no-bottom center-text",
|
|
6319
6320
|
style: { "margin-top": "63px" }
|
|
6320
|
-
},
|
|
6321
|
+
}, Dt = /* @__PURE__ */ c("p", { class: "half-bottom small-top center-text color-black" }, null, -1), Ft = { key: 1 }, Vt = { class: "page-login-field half-top" }, Kt = /* @__PURE__ */ c("i", { style: { "padding-top": "15px" } }, [
|
|
6321
6322
|
/* @__PURE__ */ c("img", {
|
|
6322
6323
|
src: "https://cdn.tapni.co/icons/user.png",
|
|
6323
6324
|
class: "responsive-image",
|
|
6324
6325
|
style: { width: "50%" }
|
|
6325
6326
|
})
|
|
6326
|
-
], -1),
|
|
6327
|
+
], -1), $t = ["placeholder"], Ht = /* @__PURE__ */ c("em", null, null, -1), Qt = { class: "page-login-field half-bottom" }, Gt = /* @__PURE__ */ c("i", { style: { "padding-top": "15px" } }, [
|
|
6327
6328
|
/* @__PURE__ */ c("img", {
|
|
6328
6329
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
6329
6330
|
class: "responsive-image",
|
|
6330
6331
|
style: { width: "50%" }
|
|
6331
6332
|
})
|
|
6332
|
-
], -1),
|
|
6333
|
+
], -1), Wt = ["type", "placeholder"], Yt = {
|
|
6333
6334
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
6334
6335
|
class: "responsive-image password-reveal-icon"
|
|
6335
|
-
},
|
|
6336
|
+
}, Xt = {
|
|
6336
6337
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
6337
6338
|
class: "responsive-image password-reveal-icon"
|
|
6338
|
-
},
|
|
6339
|
+
}, Zt = {
|
|
6339
6340
|
type: "submit",
|
|
6340
6341
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
6341
|
-
},
|
|
6342
|
+
}, Jt = { key: 0 }, ea = {
|
|
6342
6343
|
key: 1,
|
|
6343
6344
|
class: "button--loading button__loader"
|
|
6344
|
-
},
|
|
6345
|
+
}, na = /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin half-top half-bottom" }, null, -1), ta = /* @__PURE__ */ c("img", {
|
|
6345
6346
|
src: "https://cdn.tapni.co/icons/apple-logo.png",
|
|
6346
6347
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
6347
|
-
}, null, -1),
|
|
6348
|
+
}, null, -1), aa = { key: 0 }, ia = {
|
|
6348
6349
|
key: 1,
|
|
6349
6350
|
class: "button--loading button__loader"
|
|
6350
|
-
},
|
|
6351
|
+
}, oa = /* @__PURE__ */ c("img", {
|
|
6351
6352
|
src: "https://cdn.tapni.co/icons/g-logo.png",
|
|
6352
6353
|
style: { position: "absolute", "margin-left": "-10px", padding: "8px 0", height: "100%" }
|
|
6353
|
-
}, null, -1),
|
|
6354
|
+
}, null, -1), ra = { key: 0 }, sa = {
|
|
6354
6355
|
key: 1,
|
|
6355
6356
|
class: "button--loading-black button__loader"
|
|
6356
|
-
},
|
|
6357
|
+
}, ca = /* @__PURE__ */ c("img", {
|
|
6357
6358
|
src: "https://cdn.tapni.co/icons/facebook-blue.png",
|
|
6358
6359
|
style: { position: "absolute", "margin-left": "-9px", padding: "10px 0", height: "100%" }
|
|
6359
|
-
}, null, -1),
|
|
6360
|
+
}, null, -1), la = { key: 0 }, da = {
|
|
6360
6361
|
key: 1,
|
|
6361
6362
|
class: "button--loading-black button__loader"
|
|
6362
|
-
},
|
|
6363
|
+
}, pa = /* @__PURE__ */ c("img", {
|
|
6363
6364
|
src: "https://cdn.tapni.co/icons/outlook.png",
|
|
6364
6365
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
6365
|
-
}, null, -1),
|
|
6366
|
+
}, null, -1), ua = { key: 0 }, _a = {
|
|
6366
6367
|
key: 1,
|
|
6367
6368
|
class: "button--loading-black button__loader"
|
|
6368
|
-
},
|
|
6369
|
+
}, ma = /* @__PURE__ */ c("img", {
|
|
6369
6370
|
src: "https://cdn.tapni.co/icons/sso-key.png",
|
|
6370
6371
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
6371
|
-
}, null, -1),
|
|
6372
|
+
}, null, -1), ga = { key: 0 }, ha = {
|
|
6372
6373
|
key: 1,
|
|
6373
6374
|
class: "button--loading-black button__loader"
|
|
6374
|
-
},
|
|
6375
|
+
}, fa = /* @__PURE__ */ c("img", {
|
|
6375
6376
|
src: "https://cdn.tapni.co/icons/sso-key.png",
|
|
6376
6377
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
6377
|
-
}, null, -1),
|
|
6378
|
+
}, null, -1), ka = { key: 0 }, ba = {
|
|
6378
6379
|
key: 1,
|
|
6379
6380
|
class: "button--loading-black button__loader"
|
|
6380
|
-
},
|
|
6381
|
+
}, va = /* @__PURE__ */ c("img", {
|
|
6381
6382
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
6382
6383
|
style: { position: "absolute", "margin-left": "-8px", padding: "12px 0", height: "100%" }
|
|
6383
|
-
}, null, -1),
|
|
6384
|
+
}, null, -1), ya = /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), wa = { class: "close-text center-text half-top color-black" }, za = /* @__PURE__ */ c("br", null, null, -1), La = {
|
|
6384
6385
|
class: "",
|
|
6385
6386
|
href: "https://tapni.co/policies/terms-of-service"
|
|
6386
|
-
},
|
|
6387
|
+
}, Ca = { href: "https://tapni.co/policies/privacy-policy" }, Sa = /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), Ta = {
|
|
6387
6388
|
key: 9,
|
|
6388
6389
|
class: "page-login-links"
|
|
6389
|
-
},
|
|
6390
|
-
function
|
|
6390
|
+
}, Ea = /* @__PURE__ */ c("div", { class: "clear" }, null, -1), Ia = { class: "forgot center-text pointer small-top" }, Aa = /* @__PURE__ */ c("br", null, null, -1), Pa = /* @__PURE__ */ c("div", { class: "clear" }, null, -1);
|
|
6391
|
+
function ja(e, t, r, u, l, d) {
|
|
6391
6392
|
const h = pe("router-link");
|
|
6392
6393
|
return f(), k("form", {
|
|
6393
6394
|
class: "page-login content-boxed content-boxed-padding",
|
|
@@ -6400,12 +6401,12 @@ function Pa(e, t, r, u, l, d) {
|
|
|
6400
6401
|
onClick: t[0] || (t[0] = (...m) => d.close && d.close(...m)),
|
|
6401
6402
|
class: "color-black pull-right pointer",
|
|
6402
6403
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
6403
|
-
},
|
|
6404
|
-
c("h1",
|
|
6405
|
-
|
|
6406
|
-
d.displayFormLogin ? (f(), k("span",
|
|
6407
|
-
c("div",
|
|
6408
|
-
|
|
6404
|
+
}, Ut)) : S("", !0),
|
|
6405
|
+
c("h1", Ot, y(this.ssoLang[this.appLanguage].login), 1),
|
|
6406
|
+
Dt,
|
|
6407
|
+
d.displayFormLogin ? (f(), k("span", Ft, [
|
|
6408
|
+
c("div", Vt, [
|
|
6409
|
+
Kt,
|
|
6409
6410
|
x(c("input", {
|
|
6410
6411
|
"onUpdate:modelValue": t[1] || (t[1] = (m) => l.emailOrUsername = m),
|
|
6411
6412
|
onKeydown: t[2] || (t[2] = ae(U(() => {
|
|
@@ -6417,13 +6418,13 @@ function Pa(e, t, r, u, l, d) {
|
|
|
6417
6418
|
name: "email",
|
|
6418
6419
|
placeholder: e.ssoLang[this.appLanguage].email_username,
|
|
6419
6420
|
required: ""
|
|
6420
|
-
}, null, 40,
|
|
6421
|
+
}, null, 40, $t), [
|
|
6421
6422
|
[ie, l.emailOrUsername]
|
|
6422
6423
|
]),
|
|
6423
|
-
|
|
6424
|
+
Ht
|
|
6424
6425
|
]),
|
|
6425
|
-
c("div",
|
|
6426
|
-
|
|
6426
|
+
c("div", Qt, [
|
|
6427
|
+
Gt,
|
|
6427
6428
|
x(c("input", {
|
|
6428
6429
|
"onUpdate:modelValue": t[3] || (t[3] = (m) => l.password = m),
|
|
6429
6430
|
type: l.revealPassword ? "text" : "password",
|
|
@@ -6431,103 +6432,103 @@ function Pa(e, t, r, u, l, d) {
|
|
|
6431
6432
|
name: "password",
|
|
6432
6433
|
required: "",
|
|
6433
6434
|
minlength: "8"
|
|
6434
|
-
}, null, 8,
|
|
6435
|
+
}, null, 8, Wt), [
|
|
6435
6436
|
[be, l.password]
|
|
6436
6437
|
]),
|
|
6437
6438
|
c("em", {
|
|
6438
6439
|
onClick: t[4] || (t[4] = (m) => l.revealPassword = !l.revealPassword),
|
|
6439
6440
|
class: "pointer"
|
|
6440
6441
|
}, [
|
|
6441
|
-
x(c("img",
|
|
6442
|
+
x(c("img", Yt, null, 512), [
|
|
6442
6443
|
[ee, !l.revealPassword]
|
|
6443
6444
|
]),
|
|
6444
|
-
x(c("img",
|
|
6445
|
+
x(c("img", Xt, null, 512), [
|
|
6445
6446
|
[ee, l.revealPassword]
|
|
6446
6447
|
])
|
|
6447
6448
|
])
|
|
6448
6449
|
]),
|
|
6449
|
-
c("button",
|
|
6450
|
-
l.submitted ? (f(), k("span",
|
|
6450
|
+
c("button", Zt, [
|
|
6451
|
+
l.submitted ? (f(), k("span", ea)) : (f(), k("span", Jt, y(e.ssoLang[e.appLanguage].login), 1))
|
|
6451
6452
|
])
|
|
6452
6453
|
])) : S("", !0),
|
|
6453
|
-
|
|
6454
|
+
na,
|
|
6454
6455
|
e.displayAppleLogin ? (f(), k("a", {
|
|
6455
6456
|
key: 2,
|
|
6456
6457
|
onClick: t[5] || (t[5] = (...m) => e.appleLogin && e.appleLogin(...m)),
|
|
6457
6458
|
class: "button-center button button-90 google-button pointer"
|
|
6458
6459
|
}, [
|
|
6459
|
-
|
|
6460
|
-
e.appleLoad ? (f(), k("span",
|
|
6460
|
+
ta,
|
|
6461
|
+
e.appleLoad ? (f(), k("span", ia)) : (f(), k("span", aa, y(e.ssoLang[e.appLanguage].sign_in_with) + " Apple", 1))
|
|
6461
6462
|
])) : S("", !0),
|
|
6462
6463
|
e.displayGoogleLogin ? (f(), k("a", {
|
|
6463
6464
|
key: 3,
|
|
6464
6465
|
onClick: t[6] || (t[6] = (...m) => e.googleLogin && e.googleLogin(...m)),
|
|
6465
6466
|
class: "button-center button button-90 google-button pointer"
|
|
6466
6467
|
}, [
|
|
6467
|
-
|
|
6468
|
-
e.googleLoad ? (f(), k("span",
|
|
6468
|
+
oa,
|
|
6469
|
+
e.googleLoad ? (f(), k("span", sa)) : (f(), k("span", ra, y(e.ssoLang[e.appLanguage].sign_in_with) + " Google", 1))
|
|
6469
6470
|
])) : S("", !0),
|
|
6470
6471
|
e.displayFacebookLogin ? (f(), k("a", {
|
|
6471
6472
|
key: 4,
|
|
6472
6473
|
onClick: t[7] || (t[7] = (...m) => e.facebookLogin && e.facebookLogin(...m)),
|
|
6473
6474
|
class: "button-center button button-90 google-button pointer"
|
|
6474
6475
|
}, [
|
|
6475
|
-
|
|
6476
|
-
e.facebookLoad ? (f(), k("span",
|
|
6476
|
+
ca,
|
|
6477
|
+
e.facebookLoad ? (f(), k("span", da)) : (f(), k("span", la, y(e.ssoLang[e.appLanguage].sign_in_with) + " Facebook", 1))
|
|
6477
6478
|
])) : S("", !0),
|
|
6478
6479
|
e.displayMicrosoftSSOLogin ? S("", !0) : (f(), k("a", {
|
|
6479
6480
|
key: 5,
|
|
6480
6481
|
onClick: t[8] || (t[8] = (...m) => e.microsoftLogin && e.microsoftLogin(...m)),
|
|
6481
6482
|
class: "button-center button button-90 google-button pointer"
|
|
6482
6483
|
}, [
|
|
6483
|
-
|
|
6484
|
-
e.microsoftLoad ? (f(), k("span",
|
|
6484
|
+
pa,
|
|
6485
|
+
e.microsoftLoad ? (f(), k("span", _a)) : (f(), k("span", ua, y(e.ssoLang[e.appLanguage].sign_in_with) + " Outlook", 1))
|
|
6485
6486
|
])),
|
|
6486
6487
|
e.displayMicrosoftSSOLogin ? S("", !0) : (f(), k("a", {
|
|
6487
6488
|
key: 6,
|
|
6488
6489
|
onClick: t[9] || (t[9] = (...m) => e.ssoLogin && e.ssoLogin(...m)),
|
|
6489
6490
|
class: "button-center button button-90 google-button pointer"
|
|
6490
6491
|
}, [
|
|
6491
|
-
|
|
6492
|
-
e.microsoftSSOLoad ? (f(), k("span",
|
|
6492
|
+
ma,
|
|
6493
|
+
e.microsoftSSOLoad ? (f(), k("span", ha)) : (f(), k("span", ga, y(e.ssoLang[e.appLanguage].sign_in_with) + " SSO", 1))
|
|
6493
6494
|
])),
|
|
6494
6495
|
e.displayMicrosoftSSOLogin ? (f(), k("a", {
|
|
6495
6496
|
key: 7,
|
|
6496
6497
|
onClick: t[10] || (t[10] = (m) => e.microsoftLogin("sso")),
|
|
6497
6498
|
class: "button-center button button-90 google-button pointer"
|
|
6498
6499
|
}, [
|
|
6499
|
-
|
|
6500
|
-
e.microsoftSSOLoad ? (f(), k("span",
|
|
6500
|
+
fa,
|
|
6501
|
+
e.microsoftSSOLoad ? (f(), k("span", ka, y(e.ssoLang[e.appLanguage].sign_in_with) + " SSO", 1)) : (f(), k("span", ba))
|
|
6501
6502
|
])) : S("", !0),
|
|
6502
6503
|
d.displayFormLogin ? S("", !0) : (f(), k("a", {
|
|
6503
6504
|
key: 8,
|
|
6504
6505
|
onClick: t[11] || (t[11] = (m) => l.emailLogin = !0),
|
|
6505
6506
|
class: "button-center button button-90 google-button pointer"
|
|
6506
6507
|
}, [
|
|
6507
|
-
|
|
6508
|
+
va,
|
|
6508
6509
|
c("span", null, y(e.ssoLang[e.appLanguage].sign_in_with) + " Email", 1)
|
|
6509
6510
|
])),
|
|
6510
|
-
|
|
6511
|
-
c("p",
|
|
6511
|
+
ya,
|
|
6512
|
+
c("p", wa, [
|
|
6512
6513
|
E(y(e.ssoLang[e.appLanguage].terms_by_signing_in) + " ", 1),
|
|
6513
|
-
|
|
6514
|
-
c("a",
|
|
6514
|
+
za,
|
|
6515
|
+
c("a", La, y(e.ssoLang[this.appLanguage].terms_of_service), 1),
|
|
6515
6516
|
E(" " + y(e.ssoLang[e.appLanguage].and) + " ", 1),
|
|
6516
|
-
c("a",
|
|
6517
|
+
c("a", Ca, y(e.ssoLang[this.appLanguage].privacy_policy), 1)
|
|
6517
6518
|
]),
|
|
6518
|
-
|
|
6519
|
+
Sa,
|
|
6519
6520
|
r.isModal ? (f(), k("div", {
|
|
6520
6521
|
key: 10,
|
|
6521
6522
|
class: "page-login-links",
|
|
6522
6523
|
onClick: t[12] || (t[12] = (...m) => d.createAccountModal && d.createAccountModal(...m))
|
|
6523
6524
|
}, [
|
|
6524
|
-
c("a",
|
|
6525
|
+
c("a", Ia, [
|
|
6525
6526
|
E(y(e.ssoLang[e.appLanguage].or) + " ", 1),
|
|
6526
|
-
|
|
6527
|
+
Aa,
|
|
6527
6528
|
E(" " + y(e.ssoLang[e.appLanguage].create_new_account), 1)
|
|
6528
6529
|
]),
|
|
6529
|
-
|
|
6530
|
-
])) : (f(), k("div",
|
|
6530
|
+
Pa
|
|
6531
|
+
])) : (f(), k("div", Ta, [
|
|
6531
6532
|
d.displayRegisterLogin ? (f(), X(h, {
|
|
6532
6533
|
key: 0,
|
|
6533
6534
|
class: "forgot float-right",
|
|
@@ -6548,11 +6549,11 @@ function Pa(e, t, r, u, l, d) {
|
|
|
6548
6549
|
]),
|
|
6549
6550
|
_: 1
|
|
6550
6551
|
})) : S("", !0),
|
|
6551
|
-
|
|
6552
|
+
Ea
|
|
6552
6553
|
]))
|
|
6553
6554
|
], 36);
|
|
6554
6555
|
}
|
|
6555
|
-
const yn = /* @__PURE__ */ $(
|
|
6556
|
+
const yn = /* @__PURE__ */ $(qt, [["render", ja]]), xa = {
|
|
6556
6557
|
name: "AuthRegister",
|
|
6557
6558
|
mixins: [hn, fn, kn, we, O],
|
|
6558
6559
|
props: {
|
|
@@ -6619,76 +6620,76 @@ const yn = /* @__PURE__ */ $(Rt, [["render", Pa]]), ja = {
|
|
|
6619
6620
|
this.$storage.referral = e;
|
|
6620
6621
|
}
|
|
6621
6622
|
}
|
|
6622
|
-
},
|
|
6623
|
+
}, Ba = /* @__PURE__ */ c("i", { class: "font-17 color-black" }, [
|
|
6623
6624
|
/* @__PURE__ */ c("img", {
|
|
6624
6625
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
6625
6626
|
class: "responsive-image",
|
|
6626
6627
|
style: { width: "35%" }
|
|
6627
6628
|
})
|
|
6628
|
-
], -1),
|
|
6629
|
-
|
|
6630
|
-
],
|
|
6629
|
+
], -1), Ma = [
|
|
6630
|
+
Ba
|
|
6631
|
+
], Ra = {
|
|
6631
6632
|
class: "bold no-bottom center-text",
|
|
6632
6633
|
style: { "margin-top": "63px" }
|
|
6633
|
-
},
|
|
6634
|
+
}, qa = { class: "half-bottom small-top center-text color-black" }, Na = { key: 0 }, Ua = /* @__PURE__ */ c("br", null, null, -1), Oa = { key: 1 }, Da = { class: "page-login-field half-top" }, Fa = /* @__PURE__ */ c("i", { style: { "padding-top": "15px" } }, [
|
|
6634
6635
|
/* @__PURE__ */ c("img", {
|
|
6635
6636
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
6636
6637
|
class: "responsive-image",
|
|
6637
6638
|
style: { width: "60%" }
|
|
6638
6639
|
})
|
|
6639
|
-
], -1),
|
|
6640
|
+
], -1), Va = ["placeholder"], Ka = /* @__PURE__ */ c("em", null, null, -1), $a = { class: "page-login-field half-top" }, Ha = /* @__PURE__ */ c("i", { style: { "padding-top": "15px" } }, [
|
|
6640
6641
|
/* @__PURE__ */ c("img", {
|
|
6641
6642
|
src: "https://cdn.tapni.co/icons/user.png",
|
|
6642
6643
|
class: "responsive-image",
|
|
6643
6644
|
style: { width: "50%" }
|
|
6644
6645
|
})
|
|
6645
|
-
], -1),
|
|
6646
|
+
], -1), Qa = ["placeholder", "disabled"], Ga = /* @__PURE__ */ c("em", null, null, -1), Wa = { class: "page-login-field half-top half-bottom" }, Ya = /* @__PURE__ */ c("i", { style: { "padding-top": "15px" } }, [
|
|
6646
6647
|
/* @__PURE__ */ c("img", {
|
|
6647
6648
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
6648
6649
|
class: "responsive-image",
|
|
6649
6650
|
style: { width: "50%" }
|
|
6650
6651
|
})
|
|
6651
|
-
], -1),
|
|
6652
|
+
], -1), Xa = ["type", "placeholder"], Za = {
|
|
6652
6653
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
6653
6654
|
class: "responsive-image password-reveal-icon"
|
|
6654
|
-
},
|
|
6655
|
+
}, Ja = {
|
|
6655
6656
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
6656
6657
|
class: "responsive-image password-reveal-icon"
|
|
6657
|
-
},
|
|
6658
|
+
}, ei = {
|
|
6658
6659
|
type: "submit",
|
|
6659
6660
|
class: "button black-button google-button bg-tapni-grey pointer button-90 button-center uppercase button-rounded bold full-top"
|
|
6660
|
-
},
|
|
6661
|
+
}, ni = { key: 0 }, ti = {
|
|
6661
6662
|
key: 1,
|
|
6662
6663
|
class: "button--loading button__loader"
|
|
6663
|
-
},
|
|
6664
|
+
}, ai = /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin half-top half-bottom" }, null, -1), ii = /* @__PURE__ */ c("img", {
|
|
6664
6665
|
src: "https://cdn.tapni.co/icons/apple-logo.png",
|
|
6665
6666
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
6666
|
-
}, null, -1),
|
|
6667
|
+
}, null, -1), oi = { key: 0 }, ri = {
|
|
6667
6668
|
key: 1,
|
|
6668
6669
|
class: "button--loading button__loader"
|
|
6669
|
-
},
|
|
6670
|
+
}, si = /* @__PURE__ */ c("img", {
|
|
6670
6671
|
src: "https://cdn.tapni.co/icons/g-logo.png",
|
|
6671
6672
|
style: { position: "absolute", "margin-left": "-9px", padding: "8px 0", height: "100%" }
|
|
6672
|
-
}, null, -1),
|
|
6673
|
+
}, null, -1), ci = { key: 0 }, li = {
|
|
6673
6674
|
key: 1,
|
|
6674
6675
|
class: "button--loading button__loader"
|
|
6675
|
-
},
|
|
6676
|
+
}, di = /* @__PURE__ */ c("img", {
|
|
6676
6677
|
src: "https://cdn.tapni.co/icons/facebook-blue.png",
|
|
6677
6678
|
style: { position: "absolute", "margin-left": "-10px", padding: "10px 0", height: "100%" }
|
|
6678
|
-
}, null, -1),
|
|
6679
|
+
}, null, -1), pi = { key: 0 }, ui = {
|
|
6679
6680
|
key: 1,
|
|
6680
6681
|
class: "button--loading button__loader"
|
|
6681
|
-
},
|
|
6682
|
+
}, _i = /* @__PURE__ */ c("img", {
|
|
6682
6683
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
6683
6684
|
style: { position: "absolute", "margin-left": "-8px", padding: "12px 0", height: "100%" }
|
|
6684
|
-
}, null, -1),
|
|
6685
|
+
}, null, -1), mi = /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), gi = { class: "close-text center-text half-top color-black" }, hi = /* @__PURE__ */ c("br", null, null, -1), fi = {
|
|
6685
6686
|
class: "",
|
|
6686
6687
|
href: "https://tapni.co/policies/terms-of-service"
|
|
6687
|
-
},
|
|
6688
|
+
}, ki = { href: "https://tapni.co/policies/privacy-policy" }, bi = /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), vi = {
|
|
6688
6689
|
key: 5,
|
|
6689
6690
|
class: "page-login-links"
|
|
6690
|
-
},
|
|
6691
|
-
function
|
|
6691
|
+
}, yi = /* @__PURE__ */ c("div", { class: "clear" }, null, -1), wi = { class: "forgot center-text pointer small-top" }, zi = /* @__PURE__ */ c("br", null, null, -1), Li = /* @__PURE__ */ c("div", { class: "clear" }, null, -1);
|
|
6692
|
+
function Ci(e, t, r, u, l, d) {
|
|
6692
6693
|
const h = pe("router-link");
|
|
6693
6694
|
return f(), k("form", {
|
|
6694
6695
|
class: "page-login content-boxed content-boxed-padding",
|
|
@@ -6701,17 +6702,17 @@ function Li(e, t, r, u, l, d) {
|
|
|
6701
6702
|
onClick: t[0] || (t[0] = (...m) => d.close && d.close(...m)),
|
|
6702
6703
|
class: "color-black pull-right pointer",
|
|
6703
6704
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
6704
|
-
},
|
|
6705
|
-
c("h1",
|
|
6706
|
-
c("p",
|
|
6707
|
-
l.usernameRegister ? (f(), k("span",
|
|
6705
|
+
}, Ma)) : S("", !0),
|
|
6706
|
+
c("h1", Ra, y(e.ssoLang[this.appLanguage].register), 1),
|
|
6707
|
+
c("p", qa, [
|
|
6708
|
+
l.usernameRegister ? (f(), k("span", Na, [
|
|
6708
6709
|
E(" t.link/" + y(l.username) + " " + y(e.ssoLang[this.appLanguage].username_is_free) + " ✅ ", 1),
|
|
6709
|
-
|
|
6710
|
+
Ua
|
|
6710
6711
|
])) : S("", !0)
|
|
6711
6712
|
]),
|
|
6712
|
-
l.emailLogin ? (f(), k("span",
|
|
6713
|
-
c("div",
|
|
6714
|
-
|
|
6713
|
+
l.emailLogin ? (f(), k("span", Oa, [
|
|
6714
|
+
c("div", Da, [
|
|
6715
|
+
Fa,
|
|
6715
6716
|
x(c("input", {
|
|
6716
6717
|
"onUpdate:modelValue": t[1] || (t[1] = (m) => l.email = m),
|
|
6717
6718
|
onKeydown: t[2] || (t[2] = ae(U(() => {
|
|
@@ -6720,13 +6721,13 @@ function Li(e, t, r, u, l, d) {
|
|
|
6720
6721
|
placeholder: e.ssoLang[this.appLanguage].email,
|
|
6721
6722
|
name: "email",
|
|
6722
6723
|
required: ""
|
|
6723
|
-
}, null, 40,
|
|
6724
|
+
}, null, 40, Va), [
|
|
6724
6725
|
[ie, l.email]
|
|
6725
6726
|
]),
|
|
6726
|
-
|
|
6727
|
+
Ka
|
|
6727
6728
|
]),
|
|
6728
|
-
c("div",
|
|
6729
|
-
|
|
6729
|
+
c("div", $a, [
|
|
6730
|
+
Ha,
|
|
6730
6731
|
x(c("input", {
|
|
6731
6732
|
"onUpdate:modelValue": t[3] || (t[3] = (m) => l.username = m),
|
|
6732
6733
|
onKeydown: t[4] || (t[4] = ae(U(() => {
|
|
@@ -6740,13 +6741,13 @@ function Li(e, t, r, u, l, d) {
|
|
|
6740
6741
|
required: "",
|
|
6741
6742
|
disabled: l.usernameRegister,
|
|
6742
6743
|
class: R({ "input-disabled": l.usernameRegister })
|
|
6743
|
-
}, null, 42,
|
|
6744
|
+
}, null, 42, Qa), [
|
|
6744
6745
|
[ie, l.username]
|
|
6745
6746
|
]),
|
|
6746
|
-
|
|
6747
|
+
Ga
|
|
6747
6748
|
]),
|
|
6748
|
-
c("div",
|
|
6749
|
-
|
|
6749
|
+
c("div", Wa, [
|
|
6750
|
+
Ya,
|
|
6750
6751
|
x(c("input", {
|
|
6751
6752
|
"onUpdate:modelValue": t[5] || (t[5] = (m) => l.password = m),
|
|
6752
6753
|
type: l.revealPassword ? "text" : "password",
|
|
@@ -6754,78 +6755,78 @@ function Li(e, t, r, u, l, d) {
|
|
|
6754
6755
|
name: "password",
|
|
6755
6756
|
required: "",
|
|
6756
6757
|
minlength: "8"
|
|
6757
|
-
}, null, 8,
|
|
6758
|
+
}, null, 8, Xa), [
|
|
6758
6759
|
[be, l.password]
|
|
6759
6760
|
]),
|
|
6760
6761
|
c("em", {
|
|
6761
6762
|
onClick: t[6] || (t[6] = (m) => l.revealPassword = !l.revealPassword),
|
|
6762
6763
|
class: "pointer"
|
|
6763
6764
|
}, [
|
|
6764
|
-
x(c("img",
|
|
6765
|
+
x(c("img", Za, null, 512), [
|
|
6765
6766
|
[ee, !l.revealPassword]
|
|
6766
6767
|
]),
|
|
6767
|
-
x(c("img",
|
|
6768
|
+
x(c("img", Ja, null, 512), [
|
|
6768
6769
|
[ee, l.revealPassword]
|
|
6769
6770
|
])
|
|
6770
6771
|
])
|
|
6771
6772
|
]),
|
|
6772
|
-
c("button",
|
|
6773
|
-
l.submitted ? (f(), k("span",
|
|
6773
|
+
c("button", ei, [
|
|
6774
|
+
l.submitted ? (f(), k("span", ti)) : (f(), k("span", ni, y(l.formButtonText), 1))
|
|
6774
6775
|
])
|
|
6775
6776
|
])) : S("", !0),
|
|
6776
|
-
|
|
6777
|
+
ai,
|
|
6777
6778
|
e.displayAppleLogin ? (f(), k("a", {
|
|
6778
6779
|
key: 2,
|
|
6779
6780
|
onClick: t[7] || (t[7] = (...m) => e.appleLogin && e.appleLogin(...m)),
|
|
6780
6781
|
class: "button-center button button-90 google-button pointer"
|
|
6781
6782
|
}, [
|
|
6782
|
-
|
|
6783
|
-
e.appleLoad ? (f(), k("span",
|
|
6783
|
+
ii,
|
|
6784
|
+
e.appleLoad ? (f(), k("span", ri)) : (f(), k("span", oi, y(e.ssoLang[this.appLanguage].sign_up_with) + " Apple", 1))
|
|
6784
6785
|
])) : S("", !0),
|
|
6785
6786
|
c("a", {
|
|
6786
6787
|
onClick: t[8] || (t[8] = (...m) => e.googleLogin && e.googleLogin(...m)),
|
|
6787
6788
|
class: "button-center button button-90 google-button pointer"
|
|
6788
6789
|
}, [
|
|
6789
|
-
|
|
6790
|
-
e.googleLoad ? (f(), k("span",
|
|
6790
|
+
si,
|
|
6791
|
+
e.googleLoad ? (f(), k("span", li)) : (f(), k("span", ci, y(e.ssoLang[this.appLanguage].sign_up_with) + " Google", 1))
|
|
6791
6792
|
]),
|
|
6792
6793
|
e.displayFacebookLogin ? (f(), k("a", {
|
|
6793
6794
|
key: 3,
|
|
6794
6795
|
onClick: t[9] || (t[9] = (...m) => e.facebookLogin && e.facebookLogin(...m)),
|
|
6795
6796
|
class: "button-center button button-90 google-button pointer"
|
|
6796
6797
|
}, [
|
|
6797
|
-
|
|
6798
|
-
e.facebookLoad ? (f(), k("span",
|
|
6798
|
+
di,
|
|
6799
|
+
e.facebookLoad ? (f(), k("span", ui)) : (f(), k("span", pi, y(e.ssoLang[this.appLanguage].sign_up_with) + " Facebook", 1))
|
|
6799
6800
|
])) : S("", !0),
|
|
6800
6801
|
l.emailLogin ? S("", !0) : (f(), k("a", {
|
|
6801
6802
|
key: 4,
|
|
6802
6803
|
onClick: t[10] || (t[10] = (m) => l.emailLogin = !0),
|
|
6803
6804
|
class: "button-center button button-90 google-button pointer"
|
|
6804
6805
|
}, [
|
|
6805
|
-
|
|
6806
|
+
_i,
|
|
6806
6807
|
c("span", null, y(e.ssoLang[this.appLanguage].sign_up_with) + " Email", 1)
|
|
6807
6808
|
])),
|
|
6808
|
-
|
|
6809
|
-
c("p",
|
|
6809
|
+
mi,
|
|
6810
|
+
c("p", gi, [
|
|
6810
6811
|
E(y(e.ssoLang[this.appLanguage].terms_by_registering) + " ", 1),
|
|
6811
|
-
|
|
6812
|
-
c("a",
|
|
6812
|
+
hi,
|
|
6813
|
+
c("a", fi, y(e.ssoLang[this.appLanguage].terms_of_service), 1),
|
|
6813
6814
|
E(" " + y(e.ssoLang[this.appLanguage].and) + " ", 1),
|
|
6814
|
-
c("a",
|
|
6815
|
+
c("a", ki, y(e.ssoLang[this.appLanguage].privacy_policy), 1)
|
|
6815
6816
|
]),
|
|
6816
|
-
|
|
6817
|
+
bi,
|
|
6817
6818
|
r.isModal ? (f(), k("div", {
|
|
6818
6819
|
key: 6,
|
|
6819
6820
|
class: "page-login-links",
|
|
6820
6821
|
onClick: t[11] || (t[11] = (...m) => d.loginAccountModal && d.loginAccountModal(...m))
|
|
6821
6822
|
}, [
|
|
6822
|
-
c("a",
|
|
6823
|
+
c("a", wi, [
|
|
6823
6824
|
E(y(e.ssoLang[this.appLanguage].or) + " ", 1),
|
|
6824
|
-
|
|
6825
|
+
zi,
|
|
6825
6826
|
E(" " + y(e.ssoLang[this.appLanguage].sign_in_with_new), 1)
|
|
6826
6827
|
]),
|
|
6827
|
-
|
|
6828
|
-
])) : (f(), k("div",
|
|
6828
|
+
Li
|
|
6829
|
+
])) : (f(), k("div", vi, [
|
|
6829
6830
|
P(h, {
|
|
6830
6831
|
class: "create float-right",
|
|
6831
6832
|
to: "/verify"
|
|
@@ -6844,11 +6845,11 @@ function Li(e, t, r, u, l, d) {
|
|
|
6844
6845
|
]),
|
|
6845
6846
|
_: 1
|
|
6846
6847
|
}),
|
|
6847
|
-
|
|
6848
|
+
yi
|
|
6848
6849
|
]))
|
|
6849
6850
|
], 36);
|
|
6850
6851
|
}
|
|
6851
|
-
const wn = /* @__PURE__ */ $(
|
|
6852
|
+
const wn = /* @__PURE__ */ $(xa, [["render", Ci]]), Si = {
|
|
6852
6853
|
name: "AuthVerify",
|
|
6853
6854
|
mixins: [O],
|
|
6854
6855
|
props: {
|
|
@@ -6911,43 +6912,43 @@ const wn = /* @__PURE__ */ $(ja, [["render", Li]]), Ci = {
|
|
|
6911
6912
|
deep: !0
|
|
6912
6913
|
}
|
|
6913
6914
|
}
|
|
6914
|
-
}, K = (e) => (ue("data-v-af1531aa"), e = e(), _e(), e),
|
|
6915
|
+
}, K = (e) => (ue("data-v-af1531aa"), e = e(), _e(), e), Ti = /* @__PURE__ */ K(() => /* @__PURE__ */ c("i", { class: "font-17 color-black" }, [
|
|
6915
6916
|
/* @__PURE__ */ c("img", {
|
|
6916
6917
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
6917
6918
|
class: "responsive-image",
|
|
6918
6919
|
style: { width: "35%" }
|
|
6919
6920
|
})
|
|
6920
|
-
], -1)),
|
|
6921
|
-
|
|
6922
|
-
],
|
|
6921
|
+
], -1)), Ei = [
|
|
6922
|
+
Ti
|
|
6923
|
+
], Ii = {
|
|
6923
6924
|
class: "bold no-bottom center-text",
|
|
6924
6925
|
style: { "margin-top": "63px" }
|
|
6925
|
-
},
|
|
6926
|
+
}, Ai = /* @__PURE__ */ K(() => /* @__PURE__ */ c("p", { class: "half-bottom half-top center-text color-black" }, null, -1)), Pi = { class: "page-login-field half-top" }, ji = /* @__PURE__ */ K(() => /* @__PURE__ */ c("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
6926
6927
|
/* @__PURE__ */ c("img", {
|
|
6927
6928
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
6928
6929
|
class: "responsive-image",
|
|
6929
6930
|
style: { width: "80%" }
|
|
6930
6931
|
})
|
|
6931
|
-
], -1)),
|
|
6932
|
+
], -1)), xi = ["placeholder"], Bi = /* @__PURE__ */ K(() => /* @__PURE__ */ c("em", null, null, -1)), Mi = { class: "page-login-field half-top" }, Ri = /* @__PURE__ */ K(() => /* @__PURE__ */ c("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
6932
6933
|
/* @__PURE__ */ c("img", {
|
|
6933
6934
|
src: "https://cdn.tapni.co/icons/password2.png",
|
|
6934
6935
|
class: "responsive-image",
|
|
6935
6936
|
style: { width: "100%" }
|
|
6936
6937
|
})
|
|
6937
|
-
], -1)),
|
|
6938
|
+
], -1)), qi = ["placeholder"], Ni = /* @__PURE__ */ K(() => /* @__PURE__ */ c("em", null, null, -1)), Ui = {
|
|
6938
6939
|
type: "submit",
|
|
6939
6940
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
6940
|
-
},
|
|
6941
|
+
}, Oi = {
|
|
6941
6942
|
key: 0,
|
|
6942
6943
|
class: "uppercase"
|
|
6943
|
-
},
|
|
6944
|
+
}, Di = {
|
|
6944
6945
|
key: 1,
|
|
6945
6946
|
class: "button--loading button__loader"
|
|
6946
|
-
},
|
|
6947
|
+
}, Fi = /* @__PURE__ */ K(() => /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)), Vi = { class: "close-text center-text half-top color-black" }, Ki = ["innerHTML"], $i = /* @__PURE__ */ K(() => /* @__PURE__ */ c("a", { href: "mailto:support@tapni.com?subject=Email Verification" }, " support@tapni.com", -1)), Hi = /* @__PURE__ */ K(() => /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)), Qi = {
|
|
6947
6948
|
key: 1,
|
|
6948
6949
|
class: "page-login-links"
|
|
6949
|
-
},
|
|
6950
|
-
function
|
|
6950
|
+
}, Gi = /* @__PURE__ */ K(() => /* @__PURE__ */ c("div", { class: "clear" }, null, -1)), Wi = { class: "forgot center-text pointer small-top" }, Yi = /* @__PURE__ */ K(() => /* @__PURE__ */ c("br", null, null, -1)), Xi = /* @__PURE__ */ K(() => /* @__PURE__ */ c("div", { class: "clear" }, null, -1));
|
|
6951
|
+
function Zi(e, t, r, u, l, d) {
|
|
6951
6952
|
const h = pe("router-link");
|
|
6952
6953
|
return f(), k("form", {
|
|
6953
6954
|
class: "page-login content-boxed content-boxed-padding",
|
|
@@ -6959,11 +6960,11 @@ function Xi(e, t, r, u, l, d) {
|
|
|
6959
6960
|
onClick: t[0] || (t[0] = (...m) => d.close && d.close(...m)),
|
|
6960
6961
|
class: "color-black pull-right pointer",
|
|
6961
6962
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
6962
|
-
},
|
|
6963
|
-
c("h1",
|
|
6964
|
-
|
|
6965
|
-
c("div",
|
|
6966
|
-
|
|
6963
|
+
}, Ei)) : S("", !0),
|
|
6964
|
+
c("h1", Ii, y(e.ssoLang[this.appLanguage].verify_account), 1),
|
|
6965
|
+
Ai,
|
|
6966
|
+
c("div", Pi, [
|
|
6967
|
+
ji,
|
|
6967
6968
|
x(c("input", {
|
|
6968
6969
|
id: "emailInput",
|
|
6969
6970
|
"onUpdate:modelValue": t[1] || (t[1] = (m) => l.email = m),
|
|
@@ -6972,13 +6973,13 @@ function Xi(e, t, r, u, l, d) {
|
|
|
6972
6973
|
type: "email",
|
|
6973
6974
|
placeholder: e.ssoLang[this.appLanguage].email,
|
|
6974
6975
|
required: ""
|
|
6975
|
-
}, null, 40,
|
|
6976
|
+
}, null, 40, xi), [
|
|
6976
6977
|
[ie, l.email]
|
|
6977
6978
|
]),
|
|
6978
|
-
|
|
6979
|
+
Bi
|
|
6979
6980
|
]),
|
|
6980
|
-
c("div",
|
|
6981
|
-
|
|
6981
|
+
c("div", Mi, [
|
|
6982
|
+
Ri,
|
|
6982
6983
|
x(c("input", {
|
|
6983
6984
|
id: "codeInput",
|
|
6984
6985
|
"onUpdate:modelValue": t[3] || (t[3] = (m) => l.code = m),
|
|
@@ -6987,34 +6988,34 @@ function Xi(e, t, r, u, l, d) {
|
|
|
6987
6988
|
type: "tel",
|
|
6988
6989
|
placeholder: e.ssoLang[this.appLanguage].code,
|
|
6989
6990
|
required: ""
|
|
6990
|
-
}, null, 40,
|
|
6991
|
+
}, null, 40, qi), [
|
|
6991
6992
|
[ie, l.code]
|
|
6992
6993
|
]),
|
|
6993
|
-
|
|
6994
|
+
Ni
|
|
6994
6995
|
]),
|
|
6995
|
-
c("button",
|
|
6996
|
-
l.submitted ? (f(), k("span",
|
|
6996
|
+
c("button", Ui, [
|
|
6997
|
+
l.submitted ? (f(), k("span", Di)) : (f(), k("span", Oi, y(e.ssoLang[this.appLanguage].verify_account), 1))
|
|
6997
6998
|
]),
|
|
6998
|
-
|
|
6999
|
-
c("p",
|
|
6999
|
+
Fi,
|
|
7000
|
+
c("p", Vi, [
|
|
7000
7001
|
c("span", {
|
|
7001
7002
|
innerHTML: e.ssoLang[this.appLanguage].verify_account_p1
|
|
7002
|
-
}, null, 8,
|
|
7003
|
-
|
|
7003
|
+
}, null, 8, Ki),
|
|
7004
|
+
$i
|
|
7004
7005
|
]),
|
|
7005
|
-
|
|
7006
|
+
Hi,
|
|
7006
7007
|
r.isModal ? (f(), k("div", {
|
|
7007
7008
|
key: 2,
|
|
7008
7009
|
class: "page-login-links",
|
|
7009
7010
|
onClick: t[5] || (t[5] = (...m) => d.registerAccountModal && d.registerAccountModal(...m))
|
|
7010
7011
|
}, [
|
|
7011
|
-
c("a",
|
|
7012
|
+
c("a", Wi, [
|
|
7012
7013
|
E(y(e.ssoLang[this.appLanguage].or) + " ", 1),
|
|
7013
|
-
|
|
7014
|
+
Yi,
|
|
7014
7015
|
E(" " + y(e.ssoLang[this.appLanguage].create_new_account), 1)
|
|
7015
7016
|
]),
|
|
7016
|
-
|
|
7017
|
-
])) : (f(), k("div",
|
|
7017
|
+
Xi
|
|
7018
|
+
])) : (f(), k("div", Qi, [
|
|
7018
7019
|
P(h, {
|
|
7019
7020
|
class: "create float-right",
|
|
7020
7021
|
to: "/register"
|
|
@@ -7033,11 +7034,11 @@ function Xi(e, t, r, u, l, d) {
|
|
|
7033
7034
|
]),
|
|
7034
7035
|
_: 1
|
|
7035
7036
|
}),
|
|
7036
|
-
|
|
7037
|
+
Gi
|
|
7037
7038
|
]))
|
|
7038
7039
|
], 36);
|
|
7039
7040
|
}
|
|
7040
|
-
const zn = /* @__PURE__ */ $(
|
|
7041
|
+
const zn = /* @__PURE__ */ $(Si, [["render", Zi], ["__scopeId", "data-v-af1531aa"]]), Ji = {
|
|
7041
7042
|
name: "AuthReset",
|
|
7042
7043
|
mixins: [O],
|
|
7043
7044
|
data() {
|
|
@@ -7091,124 +7092,124 @@ const zn = /* @__PURE__ */ $(Ci, [["render", Xi], ["__scopeId", "data-v-af1531aa
|
|
|
7091
7092
|
this.$storage.verifyEmail = e;
|
|
7092
7093
|
}
|
|
7093
7094
|
}
|
|
7094
|
-
}, Z = (e) => (ue("data-v-4f85b89a"), e = e(), _e(), e),
|
|
7095
|
+
}, Z = (e) => (ue("data-v-4f85b89a"), e = e(), _e(), e), eo = {
|
|
7095
7096
|
class: "bold no-bottom center-text",
|
|
7096
7097
|
style: { "margin-top": "63px" }
|
|
7097
|
-
},
|
|
7098
|
+
}, no = /* @__PURE__ */ Z(() => /* @__PURE__ */ c("p", { class: "half-bottom small-top center-text color-black" }, null, -1)), to = { class: "page-login-field half-top color-black" }, ao = /* @__PURE__ */ Z(() => /* @__PURE__ */ c("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
7098
7099
|
/* @__PURE__ */ c("img", {
|
|
7099
7100
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
7100
7101
|
class: "responsive-image",
|
|
7101
7102
|
style: { width: "80%" }
|
|
7102
7103
|
})
|
|
7103
|
-
], -1)),
|
|
7104
|
+
], -1)), io = ["placeholder"], oo = /* @__PURE__ */ Z(() => /* @__PURE__ */ c("em", null, null, -1)), ro = {
|
|
7104
7105
|
type: "submit",
|
|
7105
7106
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
7106
|
-
},
|
|
7107
|
+
}, so = {
|
|
7107
7108
|
key: 0,
|
|
7108
7109
|
class: "uppercase"
|
|
7109
|
-
},
|
|
7110
|
+
}, co = {
|
|
7110
7111
|
key: 1,
|
|
7111
7112
|
class: "button--loading button__loader"
|
|
7112
|
-
},
|
|
7113
|
+
}, lo = /* @__PURE__ */ Z(() => /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)), po = { class: "close-text center-text half-top color-black" }, uo = ["innerHTML"], _o = ["href"], mo = /* @__PURE__ */ Z(() => /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)), go = { class: "page-login-links" }, ho = /* @__PURE__ */ Z(() => /* @__PURE__ */ c("div", { class: "clear" }, null, -1)), fo = {
|
|
7113
7114
|
class: "bold no-bottom center-text",
|
|
7114
7115
|
style: { "margin-top": "63px" }
|
|
7115
|
-
},
|
|
7116
|
+
}, ko = { class: "half-bottom small-top center-text color-black" }, bo = { class: "page-login-field half-top" }, vo = /* @__PURE__ */ Z(() => /* @__PURE__ */ c("i", { style: { "padding-top": "15px" } }, [
|
|
7116
7117
|
/* @__PURE__ */ c("img", {
|
|
7117
7118
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
7118
7119
|
class: "responsive-image",
|
|
7119
7120
|
style: { width: "50%" }
|
|
7120
7121
|
})
|
|
7121
|
-
], -1)),
|
|
7122
|
+
], -1)), yo = ["type", "placeholder"], wo = {
|
|
7122
7123
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
7123
7124
|
class: "responsive-image password-reveal-icon"
|
|
7124
|
-
},
|
|
7125
|
+
}, zo = {
|
|
7125
7126
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
7126
7127
|
class: "responsive-image password-reveal-icon"
|
|
7127
|
-
},
|
|
7128
|
+
}, Lo = { class: "page-login-field half-top" }, Co = /* @__PURE__ */ Z(() => /* @__PURE__ */ c("i", { style: { "padding-top": "15px" } }, [
|
|
7128
7129
|
/* @__PURE__ */ c("img", {
|
|
7129
7130
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
7130
7131
|
class: "responsive-image",
|
|
7131
7132
|
style: { width: "50%" }
|
|
7132
7133
|
})
|
|
7133
|
-
], -1)),
|
|
7134
|
+
], -1)), So = ["type", "placeholder"], To = {
|
|
7134
7135
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
7135
7136
|
class: "responsive-image password-reveal-icon"
|
|
7136
|
-
},
|
|
7137
|
+
}, Eo = {
|
|
7137
7138
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
7138
7139
|
class: "responsive-image password-reveal-icon"
|
|
7139
|
-
},
|
|
7140
|
+
}, Io = {
|
|
7140
7141
|
type: "submit",
|
|
7141
7142
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
7142
|
-
},
|
|
7143
|
+
}, Ao = {
|
|
7143
7144
|
key: 0,
|
|
7144
7145
|
class: "uppercase"
|
|
7145
|
-
},
|
|
7146
|
+
}, Po = {
|
|
7146
7147
|
key: 1,
|
|
7147
7148
|
class: "button--loading button__loader"
|
|
7148
|
-
},
|
|
7149
|
-
function
|
|
7149
|
+
}, jo = /* @__PURE__ */ Z(() => /* @__PURE__ */ c("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)), xo = { class: "close-text center-text half-top color-black" }, Bo = ["innerHTML"], Mo = ["href"];
|
|
7150
|
+
function Ro(e, t, r, u, l, d) {
|
|
7150
7151
|
const h = pe("router-link");
|
|
7151
7152
|
return l.passwordChange ? (f(), k("form", {
|
|
7152
7153
|
key: 1,
|
|
7153
7154
|
class: "page-login content-boxed content-boxed-padding",
|
|
7154
7155
|
onSubmit: t[7] || (t[7] = U((...m) => d.changePw && d.changePw(...m), ["prevent"]))
|
|
7155
7156
|
}, [
|
|
7156
|
-
c("h3",
|
|
7157
|
-
c("p",
|
|
7158
|
-
c("div",
|
|
7159
|
-
|
|
7157
|
+
c("h3", fo, y(e.ssoLang[this.appLanguage].password_change), 1),
|
|
7158
|
+
c("p", ko, y(e.ssoLang[this.appLanguage].password_new), 1),
|
|
7159
|
+
c("div", bo, [
|
|
7160
|
+
vo,
|
|
7160
7161
|
x(c("input", {
|
|
7161
7162
|
"onUpdate:modelValue": t[3] || (t[3] = (m) => l.password = m),
|
|
7162
7163
|
type: l.revealPassword ? "text" : "password",
|
|
7163
7164
|
placeholder: e.ssoLang[this.appLanguage].password,
|
|
7164
7165
|
required: ""
|
|
7165
|
-
}, null, 8,
|
|
7166
|
+
}, null, 8, yo), [
|
|
7166
7167
|
[be, l.password]
|
|
7167
7168
|
]),
|
|
7168
7169
|
c("em", {
|
|
7169
7170
|
onClick: t[4] || (t[4] = (m) => l.revealPassword = !l.revealPassword)
|
|
7170
7171
|
}, [
|
|
7171
|
-
x(c("img",
|
|
7172
|
+
x(c("img", wo, null, 512), [
|
|
7172
7173
|
[ee, !l.revealPassword]
|
|
7173
7174
|
]),
|
|
7174
|
-
x(c("img",
|
|
7175
|
+
x(c("img", zo, null, 512), [
|
|
7175
7176
|
[ee, l.revealPassword]
|
|
7176
7177
|
])
|
|
7177
7178
|
])
|
|
7178
7179
|
]),
|
|
7179
|
-
c("div",
|
|
7180
|
-
|
|
7180
|
+
c("div", Lo, [
|
|
7181
|
+
Co,
|
|
7181
7182
|
x(c("input", {
|
|
7182
7183
|
"onUpdate:modelValue": t[5] || (t[5] = (m) => l.passwordRepeat = m),
|
|
7183
7184
|
type: l.revealPassword2 ? "text" : "password",
|
|
7184
7185
|
placeholder: e.ssoLang[this.appLanguage].password_repeat,
|
|
7185
7186
|
required: ""
|
|
7186
|
-
}, null, 8,
|
|
7187
|
+
}, null, 8, So), [
|
|
7187
7188
|
[be, l.passwordRepeat]
|
|
7188
7189
|
]),
|
|
7189
7190
|
c("em", {
|
|
7190
7191
|
onClick: t[6] || (t[6] = (m) => l.revealPassword2 = !l.revealPassword2)
|
|
7191
7192
|
}, [
|
|
7192
|
-
x(c("img",
|
|
7193
|
+
x(c("img", To, null, 512), [
|
|
7193
7194
|
[ee, !l.revealPassword2]
|
|
7194
7195
|
]),
|
|
7195
|
-
x(c("img",
|
|
7196
|
+
x(c("img", Eo, null, 512), [
|
|
7196
7197
|
[ee, l.revealPassword2]
|
|
7197
7198
|
])
|
|
7198
7199
|
])
|
|
7199
7200
|
]),
|
|
7200
|
-
c("button",
|
|
7201
|
-
l.submitted ? (f(), k("span",
|
|
7201
|
+
c("button", Io, [
|
|
7202
|
+
l.submitted ? (f(), k("span", Po)) : (f(), k("span", Ao, y(e.ssoLang[this.appLanguage].password_change), 1))
|
|
7202
7203
|
]),
|
|
7203
|
-
|
|
7204
|
-
c("p",
|
|
7204
|
+
jo,
|
|
7205
|
+
c("p", xo, [
|
|
7205
7206
|
c("span", {
|
|
7206
7207
|
innerHTML: e.ssoLang[this.appLanguage].reset_password_p2
|
|
7207
|
-
}, null, 8,
|
|
7208
|
+
}, null, 8, Bo),
|
|
7208
7209
|
E(),
|
|
7209
7210
|
c("a", {
|
|
7210
7211
|
href: "mailto:support@tapni.com?subject=" + e.ssoLang[this.appLanguage].password_reset_t
|
|
7211
|
-
}, " support@tapni.com", 8,
|
|
7212
|
+
}, " support@tapni.com", 8, Mo)
|
|
7212
7213
|
])
|
|
7213
7214
|
], 32)) : (f(), k("form", {
|
|
7214
7215
|
key: 0,
|
|
@@ -7216,10 +7217,10 @@ function Mo(e, t, r, u, l, d) {
|
|
|
7216
7217
|
onSubmit: t[2] || (t[2] = U((...m) => d.resetEmail && d.resetEmail(...m), ["prevent"])),
|
|
7217
7218
|
autocomplete: "on"
|
|
7218
7219
|
}, [
|
|
7219
|
-
c("h3",
|
|
7220
|
-
|
|
7221
|
-
c("div",
|
|
7222
|
-
|
|
7220
|
+
c("h3", eo, y(e.ssoLang[this.appLanguage].reset_password), 1),
|
|
7221
|
+
no,
|
|
7222
|
+
c("div", to, [
|
|
7223
|
+
ao,
|
|
7223
7224
|
x(c("input", {
|
|
7224
7225
|
id: "emailInput",
|
|
7225
7226
|
"onUpdate:modelValue": t[0] || (t[0] = (m) => l.email = m),
|
|
@@ -7228,25 +7229,25 @@ function Mo(e, t, r, u, l, d) {
|
|
|
7228
7229
|
type: "email",
|
|
7229
7230
|
placeholder: e.ssoLang[this.appLanguage].email,
|
|
7230
7231
|
required: ""
|
|
7231
|
-
}, null, 40,
|
|
7232
|
+
}, null, 40, io), [
|
|
7232
7233
|
[ie, l.email]
|
|
7233
7234
|
]),
|
|
7234
|
-
|
|
7235
|
+
oo
|
|
7235
7236
|
]),
|
|
7236
|
-
c("button",
|
|
7237
|
-
l.submitted ? (f(), k("span",
|
|
7237
|
+
c("button", ro, [
|
|
7238
|
+
l.submitted ? (f(), k("span", co)) : (f(), k("span", so, y(e.ssoLang[this.appLanguage].reset_password), 1))
|
|
7238
7239
|
]),
|
|
7239
|
-
|
|
7240
|
-
c("p",
|
|
7240
|
+
lo,
|
|
7241
|
+
c("p", po, [
|
|
7241
7242
|
c("span", {
|
|
7242
7243
|
innerHTML: e.ssoLang[this.appLanguage].reset_password_p1
|
|
7243
|
-
}, null, 8,
|
|
7244
|
+
}, null, 8, uo),
|
|
7244
7245
|
c("a", {
|
|
7245
7246
|
href: "mailto:support@tapni.com?subject=" + e.ssoLang[this.appLanguage].password_reset_t
|
|
7246
|
-
}, " support@tapni.com", 8,
|
|
7247
|
+
}, " support@tapni.com", 8, _o)
|
|
7247
7248
|
]),
|
|
7248
|
-
|
|
7249
|
-
c("div",
|
|
7249
|
+
mo,
|
|
7250
|
+
c("div", go, [
|
|
7250
7251
|
P(h, {
|
|
7251
7252
|
class: "create float-right",
|
|
7252
7253
|
to: "/verify"
|
|
@@ -7265,11 +7266,11 @@ function Mo(e, t, r, u, l, d) {
|
|
|
7265
7266
|
]),
|
|
7266
7267
|
_: 1
|
|
7267
7268
|
}),
|
|
7268
|
-
|
|
7269
|
+
ho
|
|
7269
7270
|
])
|
|
7270
7271
|
], 32));
|
|
7271
7272
|
}
|
|
7272
|
-
const Ln = /* @__PURE__ */ $(
|
|
7273
|
+
const Ln = /* @__PURE__ */ $(Ji, [["render", Ro], ["__scopeId", "data-v-4f85b89a"]]), qo = {
|
|
7273
7274
|
name: "AuthCallback",
|
|
7274
7275
|
mixins: [ze, Ce, O],
|
|
7275
7276
|
data() {
|
|
@@ -7289,28 +7290,28 @@ const Ln = /* @__PURE__ */ $(Zi, [["render", Mo], ["__scopeId", "data-v-4f85b89a
|
|
|
7289
7290
|
return e = e.replace("http", "tapni"), e = e.replace("https", "tapni"), window.open(e);
|
|
7290
7291
|
}
|
|
7291
7292
|
}
|
|
7292
|
-
},
|
|
7293
|
+
}, No = { class: "page-login content-boxed content-boxed-padding" }, Uo = {
|
|
7293
7294
|
key: 0,
|
|
7294
7295
|
style: { "text-align": "center", width: "80%", margin: "0 auto", "margin-top": "260px" }
|
|
7295
|
-
},
|
|
7296
|
+
}, Oo = /* @__PURE__ */ c("br", null, null, -1), Do = {
|
|
7296
7297
|
key: 1,
|
|
7297
7298
|
style: { "text-align": "center", width: "80%", margin: "0 auto", "margin-top": "260px" }
|
|
7298
7299
|
};
|
|
7299
|
-
function
|
|
7300
|
-
return f(), k("div",
|
|
7301
|
-
(e.$route.query.platform === "android" || e.$route.query.platform === "ios") && !e.isNative ? (f(), k("h5",
|
|
7300
|
+
function Fo(e, t, r, u, l, d) {
|
|
7301
|
+
return f(), k("div", No, [
|
|
7302
|
+
(e.$route.query.platform === "android" || e.$route.query.platform === "ios") && !e.isNative ? (f(), k("h5", Uo, [
|
|
7302
7303
|
E(y(e.ssoLang[this.appLanguage].you_will_be_redirected), 1),
|
|
7303
|
-
|
|
7304
|
+
Oo,
|
|
7304
7305
|
E(" " + y(e.ssoLang[this.appLanguage].if_redirect_not_directly) + ", ", 1),
|
|
7305
7306
|
c("span", {
|
|
7306
7307
|
onClick: t[0] || (t[0] = (...h) => d.inAppRedirect && d.inAppRedirect(...h)),
|
|
7307
7308
|
style: { color: "blue", cursor: "pointer" }
|
|
7308
7309
|
}, y(e.ssoLang[this.appLanguage].click_here), 1),
|
|
7309
7310
|
E(".")
|
|
7310
|
-
])) : (f(), k("h4",
|
|
7311
|
+
])) : (f(), k("h4", Do, y(e.ssoLang[this.appLanguage].please_wait), 1))
|
|
7311
7312
|
]);
|
|
7312
7313
|
}
|
|
7313
|
-
const Cn = /* @__PURE__ */ $(
|
|
7314
|
+
const Cn = /* @__PURE__ */ $(qo, [["render", Fo]]), Vo = {
|
|
7314
7315
|
name: "ModalOverlay",
|
|
7315
7316
|
mixins: [O],
|
|
7316
7317
|
data() {
|
|
@@ -7335,13 +7336,13 @@ const Cn = /* @__PURE__ */ $(Ro, [["render", Do]]), Fo = {
|
|
|
7335
7336
|
}
|
|
7336
7337
|
}
|
|
7337
7338
|
};
|
|
7338
|
-
function
|
|
7339
|
+
function Ko(e, t, r, u, l, d) {
|
|
7339
7340
|
return f(), k("div", {
|
|
7340
7341
|
class: R({ "pointer delete-menu": !0, "delete-menu-active": l.toggle }),
|
|
7341
7342
|
onClick: t[0] || (t[0] = (...h) => d.toggleEmit && d.toggleEmit(...h))
|
|
7342
7343
|
}, null, 2);
|
|
7343
7344
|
}
|
|
7344
|
-
const Sn = /* @__PURE__ */ $(
|
|
7345
|
+
const Sn = /* @__PURE__ */ $(Vo, [["render", Ko], ["__scopeId", "data-v-a128c2fa"]]), $o = {
|
|
7345
7346
|
name: "SSO",
|
|
7346
7347
|
mixins: [we, ze, Ce, O],
|
|
7347
7348
|
data() {
|
|
@@ -7384,23 +7385,23 @@ const Sn = /* @__PURE__ */ $(Fo, [["render", Vo], ["__scopeId", "data-v-a128c2fa
|
|
|
7384
7385
|
this.toggle = !this.toggle;
|
|
7385
7386
|
}
|
|
7386
7387
|
}
|
|
7387
|
-
},
|
|
7388
|
+
}, Ho = (e) => (ue("data-v-11f19a09"), e = e(), _e(), e), Qo = /* @__PURE__ */ Ho(() => /* @__PURE__ */ c("i", { class: "font-17 color-black" }, [
|
|
7388
7389
|
/* @__PURE__ */ c("img", {
|
|
7389
7390
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
7390
7391
|
class: "responsive-image",
|
|
7391
7392
|
style: { width: "45%" }
|
|
7392
7393
|
})
|
|
7393
|
-
], -1)),
|
|
7394
|
-
|
|
7395
|
-
],
|
|
7394
|
+
], -1)), Go = [
|
|
7395
|
+
Qo
|
|
7396
|
+
], Wo = { class: "bold center-text color-black half-top half-bottom" }, Yo = ["placeholder"], Xo = {
|
|
7396
7397
|
type: "submit",
|
|
7397
7398
|
class: "button black-button white-button button-full",
|
|
7398
7399
|
style: { margin: "0 auto", "margin-top": "25px", "margin-bottom": "30px" }
|
|
7399
|
-
},
|
|
7400
|
+
}, Zo = { key: 0 }, Jo = {
|
|
7400
7401
|
key: 1,
|
|
7401
7402
|
class: "button--loading button__loader"
|
|
7402
7403
|
};
|
|
7403
|
-
function
|
|
7404
|
+
function er(e, t, r, u, l, d) {
|
|
7404
7405
|
return f(), k("form", {
|
|
7405
7406
|
onSubmit: t[3] || (t[3] = U((...h) => d.submit && d.submit(...h), ["prevent"])),
|
|
7406
7407
|
class: R(["menu-wrapper menu-light menu-modal center-text activate-page", { "active-menu": l.toggle }]),
|
|
@@ -7410,8 +7411,8 @@ function Jo(e, t, r, u, l, d) {
|
|
|
7410
7411
|
onClick: t[0] || (t[0] = (...h) => d.forceClose && d.forceClose(...h)),
|
|
7411
7412
|
class: "color-black pull-right pointer",
|
|
7412
7413
|
style: { "margin-top": "5px", position: "absolute", right: "5px" }
|
|
7413
|
-
},
|
|
7414
|
-
c("h3",
|
|
7414
|
+
}, Go),
|
|
7415
|
+
c("h3", Wo, y(e.ssoLang[e.appLanguage].enter_company_email), 1),
|
|
7415
7416
|
c("div", null, [
|
|
7416
7417
|
x(c("input", {
|
|
7417
7418
|
type: "text",
|
|
@@ -7426,16 +7427,16 @@ function Jo(e, t, r, u, l, d) {
|
|
|
7426
7427
|
required: "",
|
|
7427
7428
|
onKeydown: t[2] || (t[2] = ae(U(() => {
|
|
7428
7429
|
}, ["prevent"]), ["space"]))
|
|
7429
|
-
}, null, 40,
|
|
7430
|
+
}, null, 40, Yo), [
|
|
7430
7431
|
[ie, l.email]
|
|
7431
7432
|
])
|
|
7432
7433
|
]),
|
|
7433
|
-
c("button",
|
|
7434
|
-
l.loading ? (f(), k("span",
|
|
7434
|
+
c("button", Xo, [
|
|
7435
|
+
l.loading ? (f(), k("span", Jo)) : (f(), k("span", Zo, y(e.ssoLang[e.appLanguage].continue), 1))
|
|
7435
7436
|
])
|
|
7436
7437
|
], 34);
|
|
7437
7438
|
}
|
|
7438
|
-
const Tn = /* @__PURE__ */ $(
|
|
7439
|
+
const Tn = /* @__PURE__ */ $($o, [["render", er], ["__scopeId", "data-v-11f19a09"]]), nr = {
|
|
7439
7440
|
name: "SSOPick",
|
|
7440
7441
|
mixins: [we, ze, Ce, O],
|
|
7441
7442
|
data() {
|
|
@@ -7470,34 +7471,34 @@ const Tn = /* @__PURE__ */ $(Ko, [["render", Jo], ["__scopeId", "data-v-11f19a09
|
|
|
7470
7471
|
this.azureLoad = !1, this.oktaLoad = !1, this.samlLoad = !1, this.sso = null, this.email = null, e && (this.sso = e.sso, this.email = e.email), this.toggle = !this.toggle;
|
|
7471
7472
|
}
|
|
7472
7473
|
}
|
|
7473
|
-
}, Se = (e) => (ue("data-v-4f821f65"), e = e(), _e(), e),
|
|
7474
|
+
}, Se = (e) => (ue("data-v-4f821f65"), e = e(), _e(), e), tr = /* @__PURE__ */ Se(() => /* @__PURE__ */ c("i", { class: "font-17 color-black" }, [
|
|
7474
7475
|
/* @__PURE__ */ c("img", {
|
|
7475
7476
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
7476
7477
|
class: "responsive-image",
|
|
7477
7478
|
style: { width: "45%" }
|
|
7478
7479
|
})
|
|
7479
|
-
], -1)),
|
|
7480
|
-
|
|
7481
|
-
],
|
|
7480
|
+
], -1)), ar = [
|
|
7481
|
+
tr
|
|
7482
|
+
], ir = { class: "bold center-text color-black half-top half-bottom" }, or = /* @__PURE__ */ Se(() => /* @__PURE__ */ c("img", {
|
|
7482
7483
|
src: "https://cdn.tapni.co/icons/azure.png",
|
|
7483
7484
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
7484
|
-
}, null, -1)),
|
|
7485
|
+
}, null, -1)), rr = { key: 0 }, sr = {
|
|
7485
7486
|
key: 1,
|
|
7486
7487
|
class: "button--loading button__loader"
|
|
7487
|
-
},
|
|
7488
|
+
}, cr = /* @__PURE__ */ Se(() => /* @__PURE__ */ c("img", {
|
|
7488
7489
|
src: "https://cdn.tapni.co/icons/okta.png",
|
|
7489
7490
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
7490
|
-
}, null, -1)),
|
|
7491
|
+
}, null, -1)), lr = { key: 0 }, dr = {
|
|
7491
7492
|
key: 1,
|
|
7492
7493
|
class: "button--loading button__loader"
|
|
7493
|
-
},
|
|
7494
|
+
}, pr = /* @__PURE__ */ Se(() => /* @__PURE__ */ c("img", {
|
|
7494
7495
|
src: "https://cdn.tapni.co/icons/saml.png",
|
|
7495
7496
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
7496
|
-
}, null, -1)),
|
|
7497
|
+
}, null, -1)), ur = { key: 0 }, _r = {
|
|
7497
7498
|
key: 1,
|
|
7498
7499
|
class: "button--loading button__loader"
|
|
7499
7500
|
};
|
|
7500
|
-
function
|
|
7501
|
+
function mr(e, t, r, u, l, d) {
|
|
7501
7502
|
var h, m, b;
|
|
7502
7503
|
return f(), k("form", {
|
|
7503
7504
|
onSubmit: t[4] || (t[4] = U(() => {
|
|
@@ -7509,35 +7510,35 @@ function _r(e, t, r, u, l, d) {
|
|
|
7509
7510
|
onClick: t[0] || (t[0] = (...L) => d.forceClose && d.forceClose(...L)),
|
|
7510
7511
|
class: "color-black pull-right pointer",
|
|
7511
7512
|
style: { "margin-top": "5px", position: "absolute", right: "5px" }
|
|
7512
|
-
},
|
|
7513
|
-
c("h3",
|
|
7513
|
+
}, ar),
|
|
7514
|
+
c("h3", ir, y(e.ssoLang[e.appLanguage].select_sign_method), 1),
|
|
7514
7515
|
(h = l.sso) != null && h.azure ? (f(), k("a", {
|
|
7515
7516
|
key: 0,
|
|
7516
7517
|
onClick: t[1] || (t[1] = (L) => d.ssoLogin("azure")),
|
|
7517
7518
|
class: "button-center button black-button button-90 google-button pointer"
|
|
7518
7519
|
}, [
|
|
7519
|
-
|
|
7520
|
-
l.azureLoad ? (f(), k("span",
|
|
7520
|
+
or,
|
|
7521
|
+
l.azureLoad ? (f(), k("span", sr)) : (f(), k("span", rr, y(e.ssoLang[e.appLanguage].sign_in_with) + " Azure", 1))
|
|
7521
7522
|
])) : S("", !0),
|
|
7522
7523
|
(m = l.sso) != null && m.okta ? (f(), k("a", {
|
|
7523
7524
|
key: 1,
|
|
7524
7525
|
onClick: t[2] || (t[2] = (L) => d.ssoLogin("okta")),
|
|
7525
7526
|
class: "button-center button black-button button-90 google-button pointer"
|
|
7526
7527
|
}, [
|
|
7527
|
-
|
|
7528
|
-
l.oktaLoad ? (f(), k("span",
|
|
7528
|
+
cr,
|
|
7529
|
+
l.oktaLoad ? (f(), k("span", dr)) : (f(), k("span", lr, y(e.ssoLang[e.appLanguage].sign_in_with) + " Okta", 1))
|
|
7529
7530
|
])) : S("", !0),
|
|
7530
7531
|
(b = l.sso) != null && b.saml ? (f(), k("a", {
|
|
7531
7532
|
key: 2,
|
|
7532
7533
|
onClick: t[3] || (t[3] = (L) => d.ssoLogin("saml")),
|
|
7533
7534
|
class: "button-center button black-button button-90 google-button pointer"
|
|
7534
7535
|
}, [
|
|
7535
|
-
|
|
7536
|
-
l.samlLoad ? (f(), k("span",
|
|
7536
|
+
pr,
|
|
7537
|
+
l.samlLoad ? (f(), k("span", _r)) : (f(), k("span", ur, y(e.ssoLang[e.appLanguage].sign_in_with) + " SAML", 1))
|
|
7537
7538
|
])) : S("", !0)
|
|
7538
7539
|
], 34);
|
|
7539
7540
|
}
|
|
7540
|
-
const En = /* @__PURE__ */ $(
|
|
7541
|
+
const En = /* @__PURE__ */ $(nr, [["render", mr], ["__scopeId", "data-v-4f821f65"]]), gr = {
|
|
7541
7542
|
name: "LinkIcon",
|
|
7542
7543
|
mixins: [O],
|
|
7543
7544
|
props: {
|
|
@@ -7609,8 +7610,8 @@ const En = /* @__PURE__ */ $(er, [["render", _r], ["__scopeId", "data-v-4f821f65
|
|
|
7609
7610
|
}
|
|
7610
7611
|
},
|
|
7611
7612
|
methods: {}
|
|
7612
|
-
},
|
|
7613
|
-
function
|
|
7613
|
+
}, hr = ["src", "alt"], fr = ["src", "alt"], kr = ["src", "alt"], br = ["src", "alt"];
|
|
7614
|
+
function vr(e, t, r, u, l, d) {
|
|
7614
7615
|
var h, m;
|
|
7615
7616
|
return f(), k("a", {
|
|
7616
7617
|
class: R(["disable-select", r.linkStyle + (r.disabled ? " opacity-50" : "")]),
|
|
@@ -7633,21 +7634,21 @@ function br(e, t, r, u, l, d) {
|
|
|
7633
7634
|
alt: r.data.text,
|
|
7634
7635
|
onLoad: t[0] || (t[0] = (b) => e.$emit("loaded")),
|
|
7635
7636
|
onError: t[1] || (t[1] = (b) => e.$emit("loaded"))
|
|
7636
|
-
}, null, 40,
|
|
7637
|
+
}, null, 40, hr)) : !r.data.custom_icon && r.data.type === "customlink" && r.linkAdding ? (f(), k("img", {
|
|
7637
7638
|
key: 1,
|
|
7638
7639
|
src: "https://cdn.tapni.co/icons/custom-icon-128.gif",
|
|
7639
7640
|
class: "responsive-image",
|
|
7640
7641
|
alt: r.data.text,
|
|
7641
7642
|
onLoad: t[2] || (t[2] = (b) => e.$emit("loaded")),
|
|
7642
7643
|
onError: t[3] || (t[3] = (b) => e.$emit("loaded"))
|
|
7643
|
-
}, null, 40,
|
|
7644
|
+
}, null, 40, fr)) : !r.data.custom_icon && r.data.type === "customlink" && !r.linkAdding ? (f(), k("img", {
|
|
7644
7645
|
key: 2,
|
|
7645
7646
|
src: "https://cdn.tapni.co/icons/customlink.png",
|
|
7646
7647
|
class: "responsive-image",
|
|
7647
7648
|
alt: r.data.text,
|
|
7648
7649
|
onLoad: t[4] || (t[4] = (b) => e.$emit("loaded")),
|
|
7649
7650
|
onError: t[5] || (t[5] = (b) => e.$emit("loaded"))
|
|
7650
|
-
}, null, 40,
|
|
7651
|
+
}, null, 40, kr)) : (f(), k("img", {
|
|
7651
7652
|
key: 3,
|
|
7652
7653
|
src: r.data.style.custom_icon,
|
|
7653
7654
|
style: { "border-radius": "22.46%" },
|
|
@@ -7655,7 +7656,7 @@ function br(e, t, r, u, l, d) {
|
|
|
7655
7656
|
alt: r.data.text,
|
|
7656
7657
|
onLoad: t[6] || (t[6] = (b) => e.$emit("loaded")),
|
|
7657
7658
|
onError: t[7] || (t[7] = (b) => e.$emit("loaded"))
|
|
7658
|
-
}, null, 40,
|
|
7659
|
+
}, null, 40, br))
|
|
7659
7660
|
], 6),
|
|
7660
7661
|
c("span", {
|
|
7661
7662
|
class: "link-text link-drag color-black",
|
|
@@ -7663,17 +7664,17 @@ function br(e, t, r, u, l, d) {
|
|
|
7663
7664
|
}, y(d.linkText), 5)
|
|
7664
7665
|
], 6);
|
|
7665
7666
|
}
|
|
7666
|
-
const
|
|
7667
|
+
const yr = /* @__PURE__ */ $(gr, [["render", vr]]), wr = {
|
|
7667
7668
|
ANDROID_VERSION: "5.6",
|
|
7668
7669
|
IOS_VERSION: "5.6",
|
|
7669
7670
|
WEB_VERSION: "5.6.0",
|
|
7670
7671
|
SUPPORTED_LANGUAGES: ["en", "de", "es", "kr", "it", "fr"],
|
|
7671
7672
|
METAPIXEL_ID: "1203678696914368",
|
|
7672
7673
|
GOOGLE_ANALYTICS_ID: ""
|
|
7673
|
-
},
|
|
7674
|
+
}, zr = {
|
|
7674
7675
|
name: "Language",
|
|
7675
7676
|
mixins: [O],
|
|
7676
|
-
components: { LinkIcon:
|
|
7677
|
+
components: { LinkIcon: yr },
|
|
7677
7678
|
data() {
|
|
7678
7679
|
return {
|
|
7679
7680
|
toggle: !1
|
|
@@ -7684,7 +7685,7 @@ const vr = /* @__PURE__ */ $(mr, [["render", br]]), yr = {
|
|
|
7684
7685
|
this.toggle = !1;
|
|
7685
7686
|
});
|
|
7686
7687
|
let e = this.isNative ? await ve.getLanguageCode() : de.getFirstBrowserLanguage();
|
|
7687
|
-
e &&
|
|
7688
|
+
e && wr.SUPPORTED_LANGUAGES.includes(e) && this.updateLanguage(e);
|
|
7688
7689
|
},
|
|
7689
7690
|
beforeDestroy() {
|
|
7690
7691
|
v._events.toggleLanguageModal.pop();
|
|
@@ -7703,16 +7704,16 @@ const vr = /* @__PURE__ */ $(mr, [["render", br]]), yr = {
|
|
|
7703
7704
|
this.toggle = !this.toggle;
|
|
7704
7705
|
}
|
|
7705
7706
|
}
|
|
7706
|
-
},
|
|
7707
|
+
}, Lr = (e) => (ue("data-v-34a6b7b2"), e = e(), _e(), e), Cr = /* @__PURE__ */ Lr(() => /* @__PURE__ */ c("i", { class: "font-17 fa color-black" }, [
|
|
7707
7708
|
/* @__PURE__ */ c("img", {
|
|
7708
7709
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
7709
7710
|
class: "fa responsive-image",
|
|
7710
7711
|
style: { width: "45%" }
|
|
7711
7712
|
})
|
|
7712
|
-
], -1)),
|
|
7713
|
-
|
|
7714
|
-
],
|
|
7715
|
-
function
|
|
7713
|
+
], -1)), Sr = [
|
|
7714
|
+
Cr
|
|
7715
|
+
], Tr = { class: "bold center-text color-black small-bottom" };
|
|
7716
|
+
function Er(e, t, r, u, l, d) {
|
|
7716
7717
|
const h = pe("LinkIcon");
|
|
7717
7718
|
return f(), k("div", {
|
|
7718
7719
|
class: R(["menu-wrapper menu-light menu-white menu-modal center-text activate-page", { "active-menu": l.toggle }]),
|
|
@@ -7722,8 +7723,8 @@ function Tr(e, t, r, u, l, d) {
|
|
|
7722
7723
|
onClick: t[0] || (t[0] = (...m) => d.close && d.close(...m)),
|
|
7723
7724
|
class: "color-black pull-right pointer",
|
|
7724
7725
|
style: { "margin-top": "5px", position: "absolute", right: "5px" }
|
|
7725
|
-
},
|
|
7726
|
-
c("h3",
|
|
7726
|
+
}, Sr),
|
|
7727
|
+
c("h3", Tr, y(e.ssoLang[e.appLanguage].app_language), 1),
|
|
7727
7728
|
P(h, {
|
|
7728
7729
|
onClick: t[1] || (t[1] = (m) => d.updateLanguage("en")),
|
|
7729
7730
|
"link-style": "link-grid",
|
|
@@ -7782,38 +7783,38 @@ function Tr(e, t, r, u, l, d) {
|
|
|
7782
7783
|
}, null, 8, ["data"])
|
|
7783
7784
|
], 2);
|
|
7784
7785
|
}
|
|
7785
|
-
const In = /* @__PURE__ */ $(
|
|
7786
|
-
var
|
|
7787
|
-
const
|
|
7786
|
+
const In = /* @__PURE__ */ $(zr, [["render", Er], ["__scopeId", "data-v-34a6b7b2"]]);
|
|
7787
|
+
var Ir = { VITE_APP_MODE: "npm", VITE_APP_APP_ROOT: "https://t.link", VITE_APP_API_ROOT: "https://api.tapni.co", VITE_APP_GOOGLE_RECAPTCHA_SITE_KEY: "6LenkC0mAAAAADWBxPOhpmwXCwzCJd7cilNgtOLk", VITE_APP_SSO_ID: "9cd47053-080a-4df8-8fd8-ca4389163fde", VITE_APP_POPUP_LOGIN_ALLOWED_ORIGIN: "https://auth.tapni.com", BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
|
|
7788
|
+
const Ar = { id: "ssoapp" }, Pr = {
|
|
7788
7789
|
key: 0,
|
|
7789
7790
|
href: "/",
|
|
7790
7791
|
class: "header-logo"
|
|
7791
|
-
},
|
|
7792
|
+
}, jr = /* @__PURE__ */ c("img", {
|
|
7792
7793
|
src: "data:image/png;base64,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",
|
|
7793
7794
|
onerror: "this.onerror=null;this.src='https://cdn.tapni.co/images/logo-dark.png';",
|
|
7794
7795
|
class: "header-logo-img"
|
|
7795
|
-
}, null, -1),
|
|
7796
|
-
|
|
7797
|
-
],
|
|
7796
|
+
}, null, -1), xr = [
|
|
7797
|
+
jr
|
|
7798
|
+
], Br = { class: "lang-icon" }, Mr = {
|
|
7798
7799
|
class: "snackbar snackbar-boxed",
|
|
7799
7800
|
id: "snackbar"
|
|
7800
|
-
},
|
|
7801
|
+
}, Rr = {
|
|
7801
7802
|
class: "snack-body",
|
|
7802
7803
|
id: "errorSnack"
|
|
7803
|
-
},
|
|
7804
|
+
}, qr = { id: "errorMessage" }, Nr = /* @__PURE__ */ c("img", {
|
|
7804
7805
|
src: "https://cdn.tapni.co/icons/notification-close.png",
|
|
7805
7806
|
style: { width: "100%" }
|
|
7806
|
-
}, null, -1),
|
|
7807
|
-
|
|
7808
|
-
],
|
|
7807
|
+
}, null, -1), Ur = [
|
|
7808
|
+
Nr
|
|
7809
|
+
], Or = {
|
|
7809
7810
|
class: "snack-body",
|
|
7810
7811
|
id: "successSnack"
|
|
7811
|
-
},
|
|
7812
|
+
}, Dr = { id: "successMessage" }, Fr = /* @__PURE__ */ c("img", {
|
|
7812
7813
|
src: "https://cdn.tapni.co/icons/notification-close.png",
|
|
7813
7814
|
style: { width: "100%" }
|
|
7814
|
-
}, null, -1),
|
|
7815
|
-
|
|
7816
|
-
],
|
|
7815
|
+
}, null, -1), Vr = [
|
|
7816
|
+
Fr
|
|
7817
|
+
], Kr = {
|
|
7817
7818
|
name: "TapniAuth",
|
|
7818
7819
|
mixins: [O],
|
|
7819
7820
|
data() {
|
|
@@ -7877,20 +7878,20 @@ const Ir = { id: "ssoapp" }, Ar = {
|
|
|
7877
7878
|
this.applyBgStyle();
|
|
7878
7879
|
}
|
|
7879
7880
|
}
|
|
7880
|
-
}, an = /* @__PURE__ */ Object.assign(
|
|
7881
|
+
}, an = /* @__PURE__ */ Object.assign(Kr, {
|
|
7881
7882
|
setup(e) {
|
|
7882
7883
|
return document.addEventListener("DOMContentLoaded", function() {
|
|
7883
7884
|
const t = document.createElement("script");
|
|
7884
|
-
t.src = `https://www.google.com/recaptcha/api.js?render=${
|
|
7885
|
-
}), (t, r) => (f(), k("div",
|
|
7886
|
-
t.display === "redirect" ? (f(), k("a",
|
|
7885
|
+
t.src = `https://www.google.com/recaptcha/api.js?render=${Ir.VITE_GOOGLE_RECAPTCHA_SITE_KEY}`, document.head.appendChild(t);
|
|
7886
|
+
}), (t, r) => (f(), k("div", Ar, [
|
|
7887
|
+
t.display === "redirect" ? (f(), k("a", Pr, xr)) : S("", !0),
|
|
7887
7888
|
t.display === "redirect" ? (f(), k("a", {
|
|
7888
7889
|
key: 1,
|
|
7889
7890
|
onClick: r[0] || (r[0] = (...u) => t.toggleLanguageModal && t.toggleLanguageModal(...u)),
|
|
7890
7891
|
class: "font-18 no-border pointer color-black",
|
|
7891
7892
|
style: { position: "absolute", right: "20px", top: "-10px", "z-index": "1" }
|
|
7892
7893
|
}, [
|
|
7893
|
-
c("span",
|
|
7894
|
+
c("span", Br, y(t.appLanguage.toUpperCase()), 1)
|
|
7894
7895
|
])) : S("", !0),
|
|
7895
7896
|
P(Sn),
|
|
7896
7897
|
P(In),
|
|
@@ -7906,20 +7907,20 @@ const Ir = { id: "ssoapp" }, Ar = {
|
|
|
7906
7907
|
key: 5,
|
|
7907
7908
|
isModal: e.isModal
|
|
7908
7909
|
}, null, 8, ["isModal"])) : t.initialized && t.renderView === "AuthReset" ? (f(), X(Ln, { key: 6 })) : t.initialized && t.renderView === "AuthCallback" ? (f(), X(Cn, { key: 7 })) : (f(), X(nt(tt), { key: 8 })),
|
|
7909
|
-
c("div",
|
|
7910
|
-
c("p",
|
|
7911
|
-
c("span",
|
|
7910
|
+
c("div", Mr, [
|
|
7911
|
+
c("p", Rr, [
|
|
7912
|
+
c("span", qr, y(t.ssoLang[t.appLanguage].error), 1),
|
|
7912
7913
|
c("a", {
|
|
7913
7914
|
onClick: r[1] || (r[1] = (...u) => t.closeSnacks && t.closeSnacks(...u)),
|
|
7914
7915
|
style: { position: "absolute", right: "10px", top: "10px", width: "50px", height: "50px" }
|
|
7915
|
-
},
|
|
7916
|
+
}, Ur)
|
|
7916
7917
|
]),
|
|
7917
|
-
c("p",
|
|
7918
|
-
c("span",
|
|
7918
|
+
c("p", Or, [
|
|
7919
|
+
c("span", Dr, y(t.ssoLang[t.appLanguage].success), 1),
|
|
7919
7920
|
c("a", {
|
|
7920
7921
|
onClick: r[2] || (r[2] = (...u) => t.closeSnacks && t.closeSnacks(...u)),
|
|
7921
7922
|
style: { position: "absolute", right: "10px", top: "10px", width: "50px", height: "50px" }
|
|
7922
|
-
},
|
|
7923
|
+
}, Vr)
|
|
7923
7924
|
])
|
|
7924
7925
|
])
|
|
7925
7926
|
]));
|