@tapni/auth 0.0.12 → 0.0.13
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/TapniAuth.es.js +391 -390
- package/dist/TapniAuth.umd.js +3 -3
- package/package.json +1 -1
- package/src/App.vue +1 -1
- package/src/install.js +1 -0
package/dist/TapniAuth.es.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { reactive as
|
|
2
|
-
import { RouterView as
|
|
1
|
+
import { reactive as Se, readonly as Te, resolveComponent as V, openBlock as c, createElementBlock as l, createElementVNode as i, toDisplayString as p, createCommentVNode as h, createVNode as v, withCtx as j, createTextVNode as f, pushScopeId as O, popScopeId as B, createStaticVNode as je, nextTick as Z, withModifiers as y, normalizeStyle as R, withDirectives as k, withKeys as E, vModelText as x, vModelDynamic as U, vShow as I, createBlock as P, normalizeClass as b, unref as Pe } from "vue";
|
|
2
|
+
import { RouterView as Ae } from "vue-router";
|
|
3
3
|
import g from "await-to-js";
|
|
4
4
|
import K from "axios";
|
|
5
|
-
import { jwtDecode as
|
|
5
|
+
import { jwtDecode as ne } from "jwt-decode";
|
|
6
6
|
import { Device as H } from "@capacitor/device";
|
|
7
|
-
import { StorageMixin as
|
|
7
|
+
import { StorageMixin as Ie } from "@tapni/capacitor-reactive-localstorage-vue3";
|
|
8
8
|
import { GoogleAuth as J } from "@codetrix-studio/capacitor-google-auth";
|
|
9
|
-
import { FacebookLogin as
|
|
10
|
-
import { SignInWithApple as
|
|
11
|
-
import { MsAuthPlugin as
|
|
12
|
-
import { Capacitor as
|
|
9
|
+
import { FacebookLogin as Ee } from "@capacitor-community/facebook-login";
|
|
10
|
+
import { SignInWithApple as xe } from "@capacitor-community/apple-sign-in";
|
|
11
|
+
import { MsAuthPlugin as qe } from "@recognizebv/capacitor-plugin-msauth";
|
|
12
|
+
import { Capacitor as ie } from "@capacitor/core";
|
|
13
13
|
import { Browser as F } from "@capacitor/browser";
|
|
14
|
-
import
|
|
15
|
-
import { sanitizeUrl as
|
|
16
|
-
const
|
|
17
|
-
const n =
|
|
14
|
+
import Me from "qr-code-styling";
|
|
15
|
+
import { sanitizeUrl as Re } from "@braintree/sanitize-url";
|
|
16
|
+
const Ne = "0.0.13", m = (e, a = !1) => {
|
|
17
|
+
const n = Ne;
|
|
18
18
|
let o = K.create({
|
|
19
19
|
baseURL: "https://api.tapni.co/v1/",
|
|
20
20
|
headers: {
|
|
@@ -33,7 +33,7 @@ const Re = "0.0.11", m = (e, a = !1) => {
|
|
|
33
33
|
lang: e.appLang,
|
|
34
34
|
realm: e.realm || "app"
|
|
35
35
|
}), e.token && !a) {
|
|
36
|
-
const r =
|
|
36
|
+
const r = ne(e.token);
|
|
37
37
|
if (r.exp - 30 < Math.floor(Date.now() / 1e3))
|
|
38
38
|
return z.methods.refreshTokenAction(r).then(() => (t.headers = {
|
|
39
39
|
...t.headers,
|
|
@@ -158,7 +158,7 @@ const w = {
|
|
|
158
158
|
qrCodePooling(e, a) {
|
|
159
159
|
return m(a).post("/company/login/qr", e);
|
|
160
160
|
}
|
|
161
|
-
}, D =
|
|
161
|
+
}, D = Se(/* @__PURE__ */ new Map()), d = {
|
|
162
162
|
$on(e, a) {
|
|
163
163
|
let n = D.get(e);
|
|
164
164
|
n || (n = /* @__PURE__ */ new Set(), D.set(e, n)), n.add(a);
|
|
@@ -174,8 +174,8 @@ const w = {
|
|
|
174
174
|
n && n.delete(a);
|
|
175
175
|
}
|
|
176
176
|
};
|
|
177
|
-
|
|
178
|
-
const
|
|
177
|
+
Te(d);
|
|
178
|
+
const te = {
|
|
179
179
|
state: {
|
|
180
180
|
english: "English",
|
|
181
181
|
spanish: "Spanish",
|
|
@@ -632,7 +632,7 @@ const ie = {
|
|
|
632
632
|
choose_other_login_methods: "Choose other login methods",
|
|
633
633
|
no_sso_logins: "Your company does not use SSO login, please contact your administrator"
|
|
634
634
|
}
|
|
635
|
-
},
|
|
635
|
+
}, oe = {
|
|
636
636
|
state: {
|
|
637
637
|
english: "Englisch",
|
|
638
638
|
spanish: "Spanisch",
|
|
@@ -1084,7 +1084,7 @@ const ie = {
|
|
|
1084
1084
|
choose_other_login_methods: "Wählen Sie andere Anmeldeverfahren",
|
|
1085
1085
|
no_sso_logins: "Ihr Unternehmen verwendet keine SSO-Anmeldung. Bitte wenden Sie sich an Ihren Administrator"
|
|
1086
1086
|
}
|
|
1087
|
-
},
|
|
1087
|
+
}, re = {
|
|
1088
1088
|
state: {
|
|
1089
1089
|
english: "Inglés",
|
|
1090
1090
|
spanish: "Español",
|
|
@@ -1540,7 +1540,7 @@ const ie = {
|
|
|
1540
1540
|
choose_other_login_methods: "Elige otros métodos de inicio de sesión",
|
|
1541
1541
|
no_sso_logins: "Su empresa no utiliza el inicio de sesión SSO. Comuníquese con su administrador"
|
|
1542
1542
|
}
|
|
1543
|
-
},
|
|
1543
|
+
}, se = {
|
|
1544
1544
|
state: {
|
|
1545
1545
|
english: "Anglais",
|
|
1546
1546
|
spanish: "Espagnol",
|
|
@@ -1998,7 +1998,7 @@ Il n'y a aucun lien dans votre profil.`,
|
|
|
1998
1998
|
choose_other_login_methods: "Choisissez d'autres méthodes de connexion",
|
|
1999
1999
|
no_sso_logins: "Votre entreprise n'utilise pas de login SSO, veuillez contacter votre administrateur"
|
|
2000
2000
|
}
|
|
2001
|
-
},
|
|
2001
|
+
}, ce = {
|
|
2002
2002
|
state: {
|
|
2003
2003
|
english: "Inglese",
|
|
2004
2004
|
spanish: "Spagnolo",
|
|
@@ -2451,7 +2451,7 @@ Il n'y a aucun lien dans votre profil.`,
|
|
|
2451
2451
|
choose_other_login_methods: "Scegli altri metodi di accesso",
|
|
2452
2452
|
no_sso_logins: "La tua azienda non utilizza l'accesso SSO, contatta il tuo amministratore"
|
|
2453
2453
|
}
|
|
2454
|
-
},
|
|
2454
|
+
}, le = {
|
|
2455
2455
|
state: {
|
|
2456
2456
|
english: "Engleski",
|
|
2457
2457
|
spanish: "Španski",
|
|
@@ -2896,7 +2896,7 @@ Il n'y a aucun lien dans votre profil.`,
|
|
|
2896
2896
|
choose_other_login_methods: "Izaberite druge metode prijavljivanja",
|
|
2897
2897
|
no_sso_logins: "Vaša kompanija ne koristi SSO prijavu, kontaktirajte svog administratora"
|
|
2898
2898
|
}
|
|
2899
|
-
},
|
|
2899
|
+
}, de = {
|
|
2900
2900
|
state: {
|
|
2901
2901
|
english: "İngilizce",
|
|
2902
2902
|
spanish: "İspanyolca",
|
|
@@ -3346,7 +3346,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
3346
3346
|
choose_other_login_methods: "Diğer giriş yöntemlerini seçin",
|
|
3347
3347
|
no_sso_logins: "Şirketiniz SSO girişini kullanmıyor, lütfen yöneticinizle iletişime geçin"
|
|
3348
3348
|
}
|
|
3349
|
-
},
|
|
3349
|
+
}, Ve = {
|
|
3350
3350
|
state: {
|
|
3351
3351
|
english: "英文",
|
|
3352
3352
|
spanish: "西班牙文",
|
|
@@ -3794,7 +3794,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
3794
3794
|
choose_other_login_methods: "选择其他登录方法",
|
|
3795
3795
|
no_sso_logins: "您的公司不使用 SSO 登录。 请联系您的管理员"
|
|
3796
3796
|
}
|
|
3797
|
-
},
|
|
3797
|
+
}, pe = {
|
|
3798
3798
|
state: {
|
|
3799
3799
|
english: "영어",
|
|
3800
3800
|
spanish: "스페인어",
|
|
@@ -4252,9 +4252,9 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
4252
4252
|
no_sso_logins: "귀하의 회사는 SSO 로그인을 사용하지 않습니다. 관리자에게 문의하십시오."
|
|
4253
4253
|
}
|
|
4254
4254
|
};
|
|
4255
|
-
var
|
|
4255
|
+
var Oe = { 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 };
|
|
4256
4256
|
const z = {
|
|
4257
|
-
mixins: [
|
|
4257
|
+
mixins: [Ie],
|
|
4258
4258
|
data() {
|
|
4259
4259
|
return {
|
|
4260
4260
|
appLanguage: "en",
|
|
@@ -4266,15 +4266,15 @@ const z = {
|
|
|
4266
4266
|
device: {},
|
|
4267
4267
|
loggedInAccounts: {},
|
|
4268
4268
|
ssoLang: {
|
|
4269
|
-
en:
|
|
4270
|
-
de:
|
|
4271
|
-
es:
|
|
4272
|
-
fr:
|
|
4273
|
-
it:
|
|
4274
|
-
sr:
|
|
4275
|
-
tr:
|
|
4276
|
-
cn:
|
|
4277
|
-
kr:
|
|
4269
|
+
en: te.state,
|
|
4270
|
+
de: oe.state,
|
|
4271
|
+
es: re.state,
|
|
4272
|
+
fr: se.state,
|
|
4273
|
+
it: ce.state,
|
|
4274
|
+
sr: le.state,
|
|
4275
|
+
tr: de.state,
|
|
4276
|
+
cn: Ve.state,
|
|
4277
|
+
kr: pe.state
|
|
4278
4278
|
},
|
|
4279
4279
|
display: "npm",
|
|
4280
4280
|
redirect_uri: "https://t.link/callback/auth",
|
|
@@ -4313,7 +4313,7 @@ const z = {
|
|
|
4313
4313
|
}
|
|
4314
4314
|
},
|
|
4315
4315
|
mounted() {
|
|
4316
|
-
this.$route.query.redirect_uri && (this.redirect_uri = this.$route.query.redirect_uri), this.$route.query.display && (this.display = this.$route.query.display), this.$route.query.state && (this.state = this.$route.query.state), this.$route.query.response_type && (this.response_type = this.$route.query.response_type), this.$route.query.realm && (this.storage.realm = this.$route.query.realm), d.$on("updateLang", this.updateLang),
|
|
4316
|
+
this.$route.query.redirect_uri && (this.redirect_uri = this.$route.query.redirect_uri), this.$route.query.display && (this.display = this.$route.query.display), this.$route.query.state && (this.state = this.$route.query.state), this.$route.query.response_type && (this.response_type = this.$route.query.response_type), this.$route.query.realm && (this.storage.realm = this.$route.query.realm), d.$on("updateLang", this.updateLang), Oe.NODE_ENV === "development" && (this.allowedOrigins.push("http://localhost:8082"), this.allowedOrigins.push("http://localhost:7777"), this.allowedOrigins.push("http://localhost:5173"));
|
|
4317
4317
|
},
|
|
4318
4318
|
methods: {
|
|
4319
4319
|
errorHandler(e) {
|
|
@@ -4575,7 +4575,7 @@ const z = {
|
|
|
4575
4575
|
for (const [o, t] of a)
|
|
4576
4576
|
n[o] = t;
|
|
4577
4577
|
return n;
|
|
4578
|
-
},
|
|
4578
|
+
}, Be = {
|
|
4579
4579
|
name: "AuthWelcome",
|
|
4580
4580
|
mixins: [z],
|
|
4581
4581
|
data() {
|
|
@@ -4589,23 +4589,23 @@ const z = {
|
|
|
4589
4589
|
}, 1500), d.$emit("ssoEvent", { name: "setInitialize", data: !0 });
|
|
4590
4590
|
},
|
|
4591
4591
|
methods: {}
|
|
4592
|
-
},
|
|
4592
|
+
}, ue = (e) => (O("data-v-bf520ec5"), e = e(), B(), e), De = {
|
|
4593
4593
|
class: "page-login content-boxed content-boxed-padding center-text",
|
|
4594
4594
|
style: { "margin-top": "-1px", overflow: "hidden", border: "solid 0px #ffffff" }
|
|
4595
|
-
},
|
|
4595
|
+
}, Ue = ["autoplay"], Ke = /* @__PURE__ */ ue(() => /* @__PURE__ */ i("source", {
|
|
4596
4596
|
src: "https://cdn.tapni.co/images/tapni-card-tap-video-white.mp4",
|
|
4597
4597
|
type: "video/mp4"
|
|
4598
|
-
}, null, -1)),
|
|
4599
|
-
|
|
4600
|
-
],
|
|
4598
|
+
}, null, -1)), He = [
|
|
4599
|
+
Ke
|
|
4600
|
+
], Fe = { class: "bold full-top no-bottom center-text" }, Qe = { class: "full-bottom half-top center-text color-black font-16" }, $e = { class: "page-login-links center-text" }, Ge = /* @__PURE__ */ ue(() => /* @__PURE__ */ i("div", { class: "clear" }, null, -1)), We = {
|
|
4601
4601
|
key: 2,
|
|
4602
4602
|
style: { display: "flex", "flex-direction": "row", "justify-content": "space-around", width: "90%", margin: "0 auto", "margin-top": "40px" }
|
|
4603
|
-
},
|
|
4604
|
-
|
|
4603
|
+
}, Ye = /* @__PURE__ */ je('<a href="https://play.google.com/store/apps/details?id=co.tapni.app" target="_blank" data-v-bf520ec5><img src="https://cdn.tapni.co/images/playstore.png" class="app-store-icon pointer" style="width:55px;" data-v-bf520ec5></a><a href="https://apps.apple.com/ag/app/tapni/id1552930233" target="_blank" data-v-bf520ec5><img src="https://cdn.tapni.co/images/appstore.png" class="app-store-icon pointer" style="width:55px;" data-v-bf520ec5></a><a href="https://appgallery.huawei.com/#/app/C103931997" target="_blank" data-v-bf520ec5><img src="https://cdn.tapni.co/images/appgallery.png" class="app-store-icon pointer" style="width:55px;" data-v-bf520ec5></a>', 3), Xe = [
|
|
4604
|
+
Ye
|
|
4605
4605
|
];
|
|
4606
|
-
function
|
|
4606
|
+
function Ze(e, a, n, o, t, r) {
|
|
4607
4607
|
const u = V("router-link");
|
|
4608
|
-
return c(), l("div",
|
|
4608
|
+
return c(), l("div", De, [
|
|
4609
4609
|
i("video", {
|
|
4610
4610
|
id: "tapniVideo",
|
|
4611
4611
|
muted: "",
|
|
@@ -4614,9 +4614,9 @@ function Xe(e, a, n, o, t, r) {
|
|
|
4614
4614
|
width: "350",
|
|
4615
4615
|
style: { margin: "0 auto", "max-width": "100%", "margin-top": "63px", overflow: "hidden" },
|
|
4616
4616
|
autoplay: e.isNative
|
|
4617
|
-
},
|
|
4618
|
-
i("h1",
|
|
4619
|
-
i("p",
|
|
4617
|
+
}, He, 8, Ue),
|
|
4618
|
+
i("h1", Fe, p(e.ssoLang[this.appLang].welcome), 1),
|
|
4619
|
+
i("p", Qe, p(e.ssoLang[this.appLang].welcome_p1), 1),
|
|
4620
4620
|
h("", !0),
|
|
4621
4621
|
h("", !0),
|
|
4622
4622
|
v(u, {
|
|
@@ -4629,7 +4629,7 @@ function Xe(e, a, n, o, t, r) {
|
|
|
4629
4629
|
]),
|
|
4630
4630
|
_: 1
|
|
4631
4631
|
}),
|
|
4632
|
-
i("div",
|
|
4632
|
+
i("div", $e, [
|
|
4633
4633
|
v(u, { to: "/login" }, {
|
|
4634
4634
|
default: j(() => [
|
|
4635
4635
|
f(p(e.ssoLang[this.appLang].already_registered) + "? ", 1),
|
|
@@ -4637,12 +4637,12 @@ function Xe(e, a, n, o, t, r) {
|
|
|
4637
4637
|
]),
|
|
4638
4638
|
_: 1
|
|
4639
4639
|
}),
|
|
4640
|
-
|
|
4640
|
+
Ge
|
|
4641
4641
|
]),
|
|
4642
|
-
this.isNative ? h("", !0) : (c(), l("div",
|
|
4642
|
+
this.isNative ? h("", !0) : (c(), l("div", We, Xe))
|
|
4643
4643
|
]);
|
|
4644
4644
|
}
|
|
4645
|
-
const
|
|
4645
|
+
const _e = /* @__PURE__ */ T(Be, [["render", Ze], ["__scopeId", "data-v-bf520ec5"]]), me = {
|
|
4646
4646
|
data() {
|
|
4647
4647
|
return {
|
|
4648
4648
|
googleLoad: !1
|
|
@@ -4697,7 +4697,7 @@ window.fbAsyncInit = function() {
|
|
|
4697
4697
|
var o, t = e.getElementsByTagName(a)[0];
|
|
4698
4698
|
e.getElementById(n) || (o = e.createElement(a), o.id = n, o.src = "https://connect.facebook.net/en_US/sdk.js", t.parentNode.insertBefore(o, t));
|
|
4699
4699
|
})(document, "script", "facebook-jssdk");
|
|
4700
|
-
const
|
|
4700
|
+
const ge = {
|
|
4701
4701
|
data() {
|
|
4702
4702
|
return {
|
|
4703
4703
|
facebookLoad: !1
|
|
@@ -4715,7 +4715,7 @@ const me = {
|
|
|
4715
4715
|
async facebookLogin() {
|
|
4716
4716
|
var o;
|
|
4717
4717
|
this.facebookLoad = !0;
|
|
4718
|
-
const e = ["email"], [a, n] = await g(
|
|
4718
|
+
const e = ["email"], [a, n] = await g(Ee.login({ permissions: e }));
|
|
4719
4719
|
if (a)
|
|
4720
4720
|
return this.facebookLoad = !1;
|
|
4721
4721
|
if (this.referral && (n.ref = this.referral), this.display === "popup" && (n.response_type = "code"), n.accessToken) {
|
|
@@ -4734,7 +4734,7 @@ const me = {
|
|
|
4734
4734
|
this.facebookLoad = !1, d.$emit("ssoEvent", { name: "setLoading", data: !1 });
|
|
4735
4735
|
}
|
|
4736
4736
|
}
|
|
4737
|
-
},
|
|
4737
|
+
}, he = {
|
|
4738
4738
|
data() {
|
|
4739
4739
|
return {
|
|
4740
4740
|
appleLoad: !1
|
|
@@ -4750,14 +4750,14 @@ const me = {
|
|
|
4750
4750
|
async appleLogin() {
|
|
4751
4751
|
var n;
|
|
4752
4752
|
this.appleLoad = !0;
|
|
4753
|
-
const [e, a] = await g(
|
|
4753
|
+
const [e, a] = await g(xe.authorize({
|
|
4754
4754
|
clientId: "co.tapni.applelogin",
|
|
4755
4755
|
redirectURI: "https://" + window.location.host + "/login",
|
|
4756
4756
|
scopes: "email name"
|
|
4757
4757
|
}));
|
|
4758
4758
|
if (e)
|
|
4759
4759
|
return this.appleLoad = !1;
|
|
4760
|
-
if (a.response.tokenData =
|
|
4760
|
+
if (a.response.tokenData = ne(a.response.identityToken), a && a.response && a.response.identityToken) {
|
|
4761
4761
|
this.referral && (a.response.ref = this.referral), this.display === "popup" && (a.response_type = "code");
|
|
4762
4762
|
const [o, t] = await g(w.appleSDK(a.response, this.storage));
|
|
4763
4763
|
if (o)
|
|
@@ -4775,7 +4775,7 @@ const me = {
|
|
|
4775
4775
|
}
|
|
4776
4776
|
}
|
|
4777
4777
|
};
|
|
4778
|
-
var
|
|
4778
|
+
var Je = { 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 };
|
|
4779
4779
|
const Q = {
|
|
4780
4780
|
data() {
|
|
4781
4781
|
return {
|
|
@@ -4794,14 +4794,14 @@ const Q = {
|
|
|
4794
4794
|
var t, r, u;
|
|
4795
4795
|
e === "sso" ? this.microsoftSSOLoad = !0 : this.microsoftLoad = !0, Object.keys(a).length || (a = ((r = (t = this.ssoCompany.sso) == null ? void 0 : t.azure) == null ? void 0 : r.sso) || {});
|
|
4796
4796
|
const [n, o] = await g(
|
|
4797
|
-
|
|
4797
|
+
qe.login({
|
|
4798
4798
|
clientId: e === "sso" ? a.clientID : "9cd47053-080a-4df8-8fd8-ca4389163fde",
|
|
4799
4799
|
tenant: e === "sso" ? a.tenant : "consumers",
|
|
4800
4800
|
scopes: ["User.Read"],
|
|
4801
4801
|
knownAuthorities: [],
|
|
4802
4802
|
keyHash: "4+5wCp8QcLptlO0aeP5RDTTOWyg=",
|
|
4803
4803
|
// Android,
|
|
4804
|
-
redirectUri:
|
|
4804
|
+
redirectUri: Je.NODE_ENV === "development" ? `${window.location.origin}/login` : "https://" + window.location.host + "/login"
|
|
4805
4805
|
})
|
|
4806
4806
|
);
|
|
4807
4807
|
if (n)
|
|
@@ -4844,7 +4844,7 @@ const Q = {
|
|
|
4844
4844
|
return null;
|
|
4845
4845
|
},
|
|
4846
4846
|
compareLangKeys() {
|
|
4847
|
-
const e = Object.keys(
|
|
4847
|
+
const e = Object.keys(te.default.state), a = Object.keys(oe.default.state), n = Object.keys(re.default.state), o = Object.keys(pe.default.state), t = Object.keys(ce.default.state), r = Object.keys(se.default.state), u = Object.keys(le.default.state), s = Object.keys(de.default.state);
|
|
4848
4848
|
console.log("In en but not in de", e.filter((_) => !a.includes(_))), console.log("In de but not in en", a.filter((_) => !e.includes(_))), console.log(), console.log("In en but not in es", e.filter((_) => !n.includes(_))), console.log("In es but not in en", n.filter((_) => !e.includes(_))), console.log(), console.log("In en but not in kr", e.filter((_) => !o.includes(_))), console.log("In kr but not in en", o.filter((_) => !e.includes(_))), console.log(), console.log("In en but not in it", e.filter((_) => !t.includes(_))), console.log("In it but not in en", t.filter((_) => !e.includes(_))), console.log(), console.log("In en but not in fr", e.filter((_) => !r.includes(_))), console.log("In fr but not in en", r.filter((_) => !e.includes(_))), console.log(), console.log("In en but not in sr", e.filter((_) => !u.includes(_))), console.log("In sr but not in en", u.filter((_) => !e.includes(_))), console.log(), console.log("In en but not in tr", e.filter((_) => !s.includes(_))), console.log("In tr but not in en", s.filter((_) => !e.includes(_))), console.log();
|
|
4849
4849
|
},
|
|
4850
4850
|
base64ImageToBlob(e) {
|
|
@@ -4951,7 +4951,7 @@ const Q = {
|
|
|
4951
4951
|
this.errorSnack(this.ssoLang[this.appLang].unexpected_err);
|
|
4952
4952
|
},
|
|
4953
4953
|
async oktaLogin(e) {
|
|
4954
|
-
const a =
|
|
4954
|
+
const a = ie.getPlatform() || "web";
|
|
4955
4955
|
let n = btoa("domain=" + e.domain + "&client_id=" + e.clientID + "&platform=" + a + "&rand=" + N.generateRandomString(28)), o = N.generateRandomString(28);
|
|
4956
4956
|
localStorage.setItem("pkce_code_verifier", o);
|
|
4957
4957
|
let t = await N.pkceChallengeFromVerifier(o), r = e.domain + "/v1/authorize", u;
|
|
@@ -4991,7 +4991,7 @@ const Q = {
|
|
|
4991
4991
|
methods: {
|
|
4992
4992
|
async samlLogin(e) {
|
|
4993
4993
|
this.code_verifier = N.generateRandomString(28), localStorage.setItem("pkce_code_verifier", this.code_verifier), this.code_challenge = await N.pkceChallengeFromVerifier(this.code_verifier);
|
|
4994
|
-
const a =
|
|
4994
|
+
const a = ie.getPlatform();
|
|
4995
4995
|
let n = Buffer.from(`code_challenge=${this.code_challenge}&platform=${a}&redirect_uri=${location.origin + "/callback/saml"}&realm=${this.storage.realm}`).toString("base64");
|
|
4996
4996
|
e = `${e}&RelayState=${n}`;
|
|
4997
4997
|
let o = this;
|
|
@@ -5021,7 +5021,7 @@ const Q = {
|
|
|
5021
5021
|
}
|
|
5022
5022
|
}
|
|
5023
5023
|
}
|
|
5024
|
-
},
|
|
5024
|
+
}, ea = {
|
|
5025
5025
|
data() {
|
|
5026
5026
|
return {
|
|
5027
5027
|
isQrCodeLogin: !1,
|
|
@@ -5055,7 +5055,7 @@ const Q = {
|
|
|
5055
5055
|
},
|
|
5056
5056
|
refreshQrCode() {
|
|
5057
5057
|
var e, a;
|
|
5058
|
-
this.qrCode && ((a = (e = document.getElementById("qrCodeContainer")) == null ? void 0 : e.childNodes[0]) == null || a.remove()), this.qrCodeHash = this.generateRandomHash(), this.qrCode = new
|
|
5058
|
+
this.qrCode && ((a = (e = document.getElementById("qrCodeContainer")) == null ? void 0 : e.childNodes[0]) == null || a.remove()), this.qrCodeHash = this.generateRandomHash(), this.qrCode = new Me({
|
|
5059
5059
|
width: 300,
|
|
5060
5060
|
height: 300,
|
|
5061
5061
|
type: "png",
|
|
@@ -5097,9 +5097,9 @@ const Q = {
|
|
|
5097
5097
|
}, 6e4);
|
|
5098
5098
|
}
|
|
5099
5099
|
}
|
|
5100
|
-
},
|
|
5100
|
+
}, aa = {
|
|
5101
5101
|
name: "AuthLogin",
|
|
5102
|
-
mixins: [
|
|
5102
|
+
mixins: [me, ge, he, Q, $, G, z, ea],
|
|
5103
5103
|
props: {
|
|
5104
5104
|
isModal: {
|
|
5105
5105
|
type: Boolean,
|
|
@@ -5175,88 +5175,88 @@ const Q = {
|
|
|
5175
5175
|
return await this.handleSamlRedirect();
|
|
5176
5176
|
}
|
|
5177
5177
|
}
|
|
5178
|
-
},
|
|
5178
|
+
}, na = /* @__PURE__ */ i("i", { class: "font-17 color-black" }, [
|
|
5179
5179
|
/* @__PURE__ */ i("img", {
|
|
5180
5180
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
5181
5181
|
class: "responsive-image",
|
|
5182
5182
|
style: { width: "35%" }
|
|
5183
5183
|
})
|
|
5184
|
-
], -1),
|
|
5185
|
-
|
|
5186
|
-
],
|
|
5184
|
+
], -1), ia = [
|
|
5185
|
+
na
|
|
5186
|
+
], ta = {
|
|
5187
5187
|
class: "bold no-bottom center-text",
|
|
5188
5188
|
style: { "margin-top": "63px" }
|
|
5189
|
-
},
|
|
5189
|
+
}, oa = /* @__PURE__ */ i("p", { class: "half-bottom small-top center-text color-black" }, null, -1), ra = { key: 1 }, sa = { class: "page-login-field half-top" }, ca = /* @__PURE__ */ i("i", { style: { "padding-top": "15px" } }, [
|
|
5190
5190
|
/* @__PURE__ */ i("img", {
|
|
5191
5191
|
src: "https://cdn.tapni.co/icons/user.png",
|
|
5192
5192
|
class: "responsive-image",
|
|
5193
5193
|
style: { width: "50%" }
|
|
5194
5194
|
})
|
|
5195
|
-
], -1),
|
|
5195
|
+
], -1), la = ["placeholder"], da = /* @__PURE__ */ i("em", null, null, -1), pa = { class: "page-login-field half-bottom" }, ua = /* @__PURE__ */ i("i", { style: { "padding-top": "15px" } }, [
|
|
5196
5196
|
/* @__PURE__ */ i("img", {
|
|
5197
5197
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
5198
5198
|
class: "responsive-image",
|
|
5199
5199
|
style: { width: "50%" }
|
|
5200
5200
|
})
|
|
5201
|
-
], -1),
|
|
5201
|
+
], -1), _a = ["type", "placeholder"], ma = {
|
|
5202
5202
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
5203
5203
|
class: "responsive-image password-reveal-icon"
|
|
5204
|
-
},
|
|
5204
|
+
}, ga = {
|
|
5205
5205
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
5206
5206
|
class: "responsive-image password-reveal-icon"
|
|
5207
|
-
},
|
|
5207
|
+
}, ha = {
|
|
5208
5208
|
type: "submit",
|
|
5209
5209
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
5210
|
-
},
|
|
5210
|
+
}, fa = { key: 0 }, va = {
|
|
5211
5211
|
key: 1,
|
|
5212
5212
|
class: "button--loading button__loader"
|
|
5213
|
-
},
|
|
5213
|
+
}, ka = /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin half-top half-bottom" }, null, -1), ba = /* @__PURE__ */ i("img", {
|
|
5214
5214
|
src: "https://cdn.tapni.co/icons/apple-logo.png",
|
|
5215
5215
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
5216
|
-
}, null, -1),
|
|
5216
|
+
}, null, -1), ya = { key: 0 }, wa = {
|
|
5217
5217
|
key: 1,
|
|
5218
5218
|
class: "button--loading button__loader"
|
|
5219
|
-
},
|
|
5219
|
+
}, za = /* @__PURE__ */ i("img", {
|
|
5220
5220
|
src: "https://cdn.tapni.co/icons/g-logo.png",
|
|
5221
5221
|
style: { position: "absolute", "margin-left": "-10px", padding: "8px 0", height: "100%" }
|
|
5222
|
-
}, null, -1),
|
|
5222
|
+
}, null, -1), La = { key: 0 }, Ca = {
|
|
5223
5223
|
key: 1,
|
|
5224
5224
|
class: "button--loading-black button__loader"
|
|
5225
|
-
},
|
|
5225
|
+
}, Sa = /* @__PURE__ */ i("img", {
|
|
5226
5226
|
src: "https://cdn.tapni.co/icons/facebook-blue.png",
|
|
5227
5227
|
style: { position: "absolute", "margin-left": "-9px", padding: "10px 0", height: "100%" }
|
|
5228
|
-
}, null, -1),
|
|
5228
|
+
}, null, -1), Ta = { key: 0 }, ja = {
|
|
5229
5229
|
key: 1,
|
|
5230
5230
|
class: "button--loading-black button__loader"
|
|
5231
|
-
},
|
|
5231
|
+
}, Pa = /* @__PURE__ */ i("img", {
|
|
5232
5232
|
src: "https://cdn.tapni.co/icons/outlook.png",
|
|
5233
5233
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
5234
|
-
}, null, -1),
|
|
5234
|
+
}, null, -1), Aa = { key: 0 }, Ia = {
|
|
5235
5235
|
key: 1,
|
|
5236
5236
|
class: "button--loading-black button__loader"
|
|
5237
|
-
},
|
|
5237
|
+
}, Ea = /* @__PURE__ */ i("img", {
|
|
5238
5238
|
src: "https://cdn.tapni.co/icons/sso-key.png",
|
|
5239
5239
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
5240
|
-
}, null, -1),
|
|
5240
|
+
}, null, -1), xa = { key: 0 }, qa = {
|
|
5241
5241
|
key: 1,
|
|
5242
5242
|
class: "button--loading-black button__loader"
|
|
5243
|
-
},
|
|
5243
|
+
}, Ma = /* @__PURE__ */ i("img", {
|
|
5244
5244
|
src: "https://cdn.tapni.co/icons/sso-key.png",
|
|
5245
5245
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
5246
|
-
}, null, -1),
|
|
5246
|
+
}, null, -1), Ra = { key: 0 }, Na = {
|
|
5247
5247
|
key: 1,
|
|
5248
5248
|
class: "button--loading-black button__loader"
|
|
5249
|
-
},
|
|
5249
|
+
}, Va = /* @__PURE__ */ i("img", {
|
|
5250
5250
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
5251
5251
|
style: { position: "absolute", "margin-left": "-8px", padding: "12px 0", height: "100%" }
|
|
5252
|
-
}, null, -1),
|
|
5252
|
+
}, null, -1), Oa = /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), Ba = { class: "close-text center-text half-top color-black" }, Da = /* @__PURE__ */ i("br", null, null, -1), Ua = {
|
|
5253
5253
|
class: "",
|
|
5254
5254
|
href: "https://tapni.co/policies/terms-of-service"
|
|
5255
|
-
},
|
|
5255
|
+
}, Ka = { href: "https://tapni.co/policies/privacy-policy" }, Ha = /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), Fa = {
|
|
5256
5256
|
key: 9,
|
|
5257
5257
|
class: "page-login-links"
|
|
5258
|
-
},
|
|
5259
|
-
function
|
|
5258
|
+
}, Qa = /* @__PURE__ */ i("div", { class: "clear" }, null, -1), $a = { class: "forgot center-text pointer small-top" }, Ga = /* @__PURE__ */ i("br", null, null, -1), Wa = /* @__PURE__ */ i("div", { class: "clear" }, null, -1);
|
|
5259
|
+
function Ya(e, a, n, o, t, r) {
|
|
5260
5260
|
const u = V("router-link");
|
|
5261
5261
|
return c(), l("form", {
|
|
5262
5262
|
class: "page-login content-boxed content-boxed-padding",
|
|
@@ -5269,12 +5269,12 @@ function Wa(e, a, n, o, t, r) {
|
|
|
5269
5269
|
onClick: a[0] || (a[0] = (...s) => r.close && r.close(...s)),
|
|
5270
5270
|
class: "color-black pull-right pointer",
|
|
5271
5271
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
5272
|
-
},
|
|
5273
|
-
i("h1",
|
|
5274
|
-
|
|
5275
|
-
r.displayFormLogin ? (c(), l("span",
|
|
5276
|
-
i("div",
|
|
5277
|
-
|
|
5272
|
+
}, ia)) : h("", !0),
|
|
5273
|
+
i("h1", ta, p(this.ssoLang[this.appLang].login), 1),
|
|
5274
|
+
oa,
|
|
5275
|
+
r.displayFormLogin ? (c(), l("span", ra, [
|
|
5276
|
+
i("div", sa, [
|
|
5277
|
+
ca,
|
|
5278
5278
|
k(i("input", {
|
|
5279
5279
|
"onUpdate:modelValue": a[1] || (a[1] = (s) => t.emailOrUsername = s),
|
|
5280
5280
|
onKeydown: a[2] || (a[2] = E(y(() => {
|
|
@@ -5286,13 +5286,13 @@ function Wa(e, a, n, o, t, r) {
|
|
|
5286
5286
|
name: "email",
|
|
5287
5287
|
placeholder: e.ssoLang[this.appLang].email_username,
|
|
5288
5288
|
required: ""
|
|
5289
|
-
}, null, 40,
|
|
5289
|
+
}, null, 40, la), [
|
|
5290
5290
|
[x, t.emailOrUsername]
|
|
5291
5291
|
]),
|
|
5292
|
-
|
|
5292
|
+
da
|
|
5293
5293
|
]),
|
|
5294
|
-
i("div",
|
|
5295
|
-
|
|
5294
|
+
i("div", pa, [
|
|
5295
|
+
ua,
|
|
5296
5296
|
k(i("input", {
|
|
5297
5297
|
"onUpdate:modelValue": a[3] || (a[3] = (s) => t.password = s),
|
|
5298
5298
|
type: t.revealPassword ? "text" : "password",
|
|
@@ -5300,103 +5300,103 @@ function Wa(e, a, n, o, t, r) {
|
|
|
5300
5300
|
name: "password",
|
|
5301
5301
|
required: "",
|
|
5302
5302
|
minlength: "8"
|
|
5303
|
-
}, null, 8,
|
|
5303
|
+
}, null, 8, _a), [
|
|
5304
5304
|
[U, t.password]
|
|
5305
5305
|
]),
|
|
5306
5306
|
i("em", {
|
|
5307
5307
|
onClick: a[4] || (a[4] = (s) => t.revealPassword = !t.revealPassword),
|
|
5308
5308
|
class: "pointer"
|
|
5309
5309
|
}, [
|
|
5310
|
-
k(i("img",
|
|
5310
|
+
k(i("img", ma, null, 512), [
|
|
5311
5311
|
[I, !t.revealPassword]
|
|
5312
5312
|
]),
|
|
5313
|
-
k(i("img",
|
|
5313
|
+
k(i("img", ga, null, 512), [
|
|
5314
5314
|
[I, t.revealPassword]
|
|
5315
5315
|
])
|
|
5316
5316
|
])
|
|
5317
5317
|
]),
|
|
5318
|
-
i("button",
|
|
5319
|
-
t.submitted ? (c(), l("span",
|
|
5318
|
+
i("button", ha, [
|
|
5319
|
+
t.submitted ? (c(), l("span", va)) : (c(), l("span", fa, p(e.ssoLang[e.appLang].login), 1))
|
|
5320
5320
|
])
|
|
5321
5321
|
])) : h("", !0),
|
|
5322
|
-
|
|
5322
|
+
ka,
|
|
5323
5323
|
e.displayAppleLogin ? (c(), l("a", {
|
|
5324
5324
|
key: 2,
|
|
5325
5325
|
onClick: a[5] || (a[5] = (...s) => e.appleLogin && e.appleLogin(...s)),
|
|
5326
5326
|
class: "button-center button button-90 google-button pointer"
|
|
5327
5327
|
}, [
|
|
5328
|
-
|
|
5329
|
-
e.appleLoad ? (c(), l("span",
|
|
5328
|
+
ba,
|
|
5329
|
+
e.appleLoad ? (c(), l("span", wa)) : (c(), l("span", ya, p(e.ssoLang[e.appLang].sign_in_with) + " Apple", 1))
|
|
5330
5330
|
])) : h("", !0),
|
|
5331
5331
|
e.displayGoogleLogin ? (c(), l("a", {
|
|
5332
5332
|
key: 3,
|
|
5333
5333
|
onClick: a[6] || (a[6] = (...s) => e.googleLogin && e.googleLogin(...s)),
|
|
5334
5334
|
class: "button-center button button-90 google-button pointer"
|
|
5335
5335
|
}, [
|
|
5336
|
-
|
|
5337
|
-
e.googleLoad ? (c(), l("span",
|
|
5336
|
+
za,
|
|
5337
|
+
e.googleLoad ? (c(), l("span", Ca)) : (c(), l("span", La, p(e.ssoLang[e.appLang].sign_in_with) + " Google", 1))
|
|
5338
5338
|
])) : h("", !0),
|
|
5339
5339
|
e.displayFacebookLogin ? (c(), l("a", {
|
|
5340
5340
|
key: 4,
|
|
5341
5341
|
onClick: a[7] || (a[7] = (...s) => e.facebookLogin && e.facebookLogin(...s)),
|
|
5342
5342
|
class: "button-center button button-90 google-button pointer"
|
|
5343
5343
|
}, [
|
|
5344
|
-
|
|
5345
|
-
e.facebookLoad ? (c(), l("span",
|
|
5344
|
+
Sa,
|
|
5345
|
+
e.facebookLoad ? (c(), l("span", ja)) : (c(), l("span", Ta, p(e.ssoLang[e.appLang].sign_in_with) + " Facebook", 1))
|
|
5346
5346
|
])) : h("", !0),
|
|
5347
5347
|
e.displayMicrosoftSSOLogin ? h("", !0) : (c(), l("a", {
|
|
5348
5348
|
key: 5,
|
|
5349
5349
|
onClick: a[8] || (a[8] = (...s) => e.microsoftLogin && e.microsoftLogin(...s)),
|
|
5350
5350
|
class: "button-center button button-90 google-button pointer"
|
|
5351
5351
|
}, [
|
|
5352
|
-
|
|
5353
|
-
e.microsoftLoad ? (c(), l("span",
|
|
5352
|
+
Pa,
|
|
5353
|
+
e.microsoftLoad ? (c(), l("span", Ia)) : (c(), l("span", Aa, p(e.ssoLang[e.appLang].sign_in_with) + " Outlook", 1))
|
|
5354
5354
|
])),
|
|
5355
5355
|
e.displayMicrosoftSSOLogin ? h("", !0) : (c(), l("a", {
|
|
5356
5356
|
key: 6,
|
|
5357
5357
|
onClick: a[9] || (a[9] = (...s) => e.ssoLogin && e.ssoLogin(...s)),
|
|
5358
5358
|
class: "button-center button button-90 google-button pointer"
|
|
5359
5359
|
}, [
|
|
5360
|
-
|
|
5361
|
-
e.microsoftSSOLoad ? (c(), l("span",
|
|
5360
|
+
Ea,
|
|
5361
|
+
e.microsoftSSOLoad ? (c(), l("span", qa)) : (c(), l("span", xa, p(e.ssoLang[e.appLang].sign_in_with) + " SSO", 1))
|
|
5362
5362
|
])),
|
|
5363
5363
|
e.displayMicrosoftSSOLogin ? (c(), l("a", {
|
|
5364
5364
|
key: 7,
|
|
5365
5365
|
onClick: a[10] || (a[10] = (s) => e.microsoftLogin("sso")),
|
|
5366
5366
|
class: "button-center button button-90 google-button pointer"
|
|
5367
5367
|
}, [
|
|
5368
|
-
|
|
5369
|
-
e.microsoftSSOLoad ? (c(), l("span",
|
|
5368
|
+
Ma,
|
|
5369
|
+
e.microsoftSSOLoad ? (c(), l("span", Ra, p(e.ssoLang[e.appLang].sign_in_with) + " SSO", 1)) : (c(), l("span", Na))
|
|
5370
5370
|
])) : h("", !0),
|
|
5371
5371
|
r.displayFormLogin ? h("", !0) : (c(), l("a", {
|
|
5372
5372
|
key: 8,
|
|
5373
5373
|
onClick: a[11] || (a[11] = (s) => t.emailLogin = !0),
|
|
5374
5374
|
class: "button-center button button-90 google-button pointer"
|
|
5375
5375
|
}, [
|
|
5376
|
-
|
|
5376
|
+
Va,
|
|
5377
5377
|
i("span", null, p(e.ssoLang[e.appLang].sign_in_with) + " Email", 1)
|
|
5378
5378
|
])),
|
|
5379
|
-
|
|
5380
|
-
i("p",
|
|
5379
|
+
Oa,
|
|
5380
|
+
i("p", Ba, [
|
|
5381
5381
|
f(p(e.ssoLang[e.appLang].terms_by_signing_in) + " ", 1),
|
|
5382
|
-
|
|
5383
|
-
i("a",
|
|
5382
|
+
Da,
|
|
5383
|
+
i("a", Ua, p(e.ssoLang[this.appLang].terms_of_service), 1),
|
|
5384
5384
|
f(" " + p(e.ssoLang[e.appLang].and) + " ", 1),
|
|
5385
|
-
i("a",
|
|
5385
|
+
i("a", Ka, p(e.ssoLang[this.appLang].privacy_policy), 1)
|
|
5386
5386
|
]),
|
|
5387
|
-
|
|
5387
|
+
Ha,
|
|
5388
5388
|
n.isModal ? (c(), l("div", {
|
|
5389
5389
|
key: 10,
|
|
5390
5390
|
class: "page-login-links",
|
|
5391
5391
|
onClick: a[12] || (a[12] = (...s) => r.createAccountModal && r.createAccountModal(...s))
|
|
5392
5392
|
}, [
|
|
5393
|
-
i("a",
|
|
5393
|
+
i("a", $a, [
|
|
5394
5394
|
f(p(e.ssoLang[e.appLang].or) + " ", 1),
|
|
5395
|
-
|
|
5395
|
+
Ga,
|
|
5396
5396
|
f(" " + p(e.ssoLang[e.appLang].create_new_account), 1)
|
|
5397
5397
|
]),
|
|
5398
|
-
|
|
5399
|
-
])) : (c(), l("div",
|
|
5398
|
+
Wa
|
|
5399
|
+
])) : (c(), l("div", Fa, [
|
|
5400
5400
|
r.displayRegisterLogin ? (c(), P(u, {
|
|
5401
5401
|
key: 0,
|
|
5402
5402
|
class: "forgot float-right",
|
|
@@ -5417,13 +5417,13 @@ function Wa(e, a, n, o, t, r) {
|
|
|
5417
5417
|
]),
|
|
5418
5418
|
_: 1
|
|
5419
5419
|
})) : h("", !0),
|
|
5420
|
-
|
|
5420
|
+
Qa
|
|
5421
5421
|
]))
|
|
5422
5422
|
], 36);
|
|
5423
5423
|
}
|
|
5424
|
-
const
|
|
5424
|
+
const fe = /* @__PURE__ */ T(aa, [["render", Ya]]), Xa = {
|
|
5425
5425
|
name: "AuthRegister",
|
|
5426
|
-
mixins: [
|
|
5426
|
+
mixins: [me, ge, he, Q, z],
|
|
5427
5427
|
props: {
|
|
5428
5428
|
isModal: {
|
|
5429
5429
|
type: Boolean,
|
|
@@ -5488,76 +5488,76 @@ const he = /* @__PURE__ */ T(ea, [["render", Wa]]), Ya = {
|
|
|
5488
5488
|
this.storage.referral = e;
|
|
5489
5489
|
}
|
|
5490
5490
|
}
|
|
5491
|
-
},
|
|
5491
|
+
}, Za = /* @__PURE__ */ i("i", { class: "font-17 color-black" }, [
|
|
5492
5492
|
/* @__PURE__ */ i("img", {
|
|
5493
5493
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
5494
5494
|
class: "responsive-image",
|
|
5495
5495
|
style: { width: "35%" }
|
|
5496
5496
|
})
|
|
5497
|
-
], -1),
|
|
5498
|
-
|
|
5499
|
-
],
|
|
5497
|
+
], -1), Ja = [
|
|
5498
|
+
Za
|
|
5499
|
+
], en = {
|
|
5500
5500
|
class: "bold no-bottom center-text",
|
|
5501
5501
|
style: { "margin-top": "63px" }
|
|
5502
|
-
},
|
|
5502
|
+
}, an = { class: "half-bottom small-top center-text color-black" }, nn = { key: 0 }, tn = /* @__PURE__ */ i("br", null, null, -1), on = { key: 1 }, rn = { class: "page-login-field half-top" }, sn = /* @__PURE__ */ i("i", { style: { "padding-top": "15px" } }, [
|
|
5503
5503
|
/* @__PURE__ */ i("img", {
|
|
5504
5504
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
5505
5505
|
class: "responsive-image",
|
|
5506
5506
|
style: { width: "60%" }
|
|
5507
5507
|
})
|
|
5508
|
-
], -1),
|
|
5508
|
+
], -1), cn = ["placeholder"], ln = /* @__PURE__ */ i("em", null, null, -1), dn = { class: "page-login-field half-top" }, pn = /* @__PURE__ */ i("i", { style: { "padding-top": "15px" } }, [
|
|
5509
5509
|
/* @__PURE__ */ i("img", {
|
|
5510
5510
|
src: "https://cdn.tapni.co/icons/user.png",
|
|
5511
5511
|
class: "responsive-image",
|
|
5512
5512
|
style: { width: "50%" }
|
|
5513
5513
|
})
|
|
5514
|
-
], -1),
|
|
5514
|
+
], -1), un = ["placeholder", "disabled"], _n = /* @__PURE__ */ i("em", null, null, -1), mn = { class: "page-login-field half-top half-bottom" }, gn = /* @__PURE__ */ i("i", { style: { "padding-top": "15px" } }, [
|
|
5515
5515
|
/* @__PURE__ */ i("img", {
|
|
5516
5516
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
5517
5517
|
class: "responsive-image",
|
|
5518
5518
|
style: { width: "50%" }
|
|
5519
5519
|
})
|
|
5520
|
-
], -1),
|
|
5520
|
+
], -1), hn = ["type", "placeholder"], fn = {
|
|
5521
5521
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
5522
5522
|
class: "responsive-image password-reveal-icon"
|
|
5523
|
-
},
|
|
5523
|
+
}, vn = {
|
|
5524
5524
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
5525
5525
|
class: "responsive-image password-reveal-icon"
|
|
5526
|
-
},
|
|
5526
|
+
}, kn = {
|
|
5527
5527
|
type: "submit",
|
|
5528
5528
|
class: "button black-button google-button bg-tapni-grey pointer button-90 button-center uppercase button-rounded bold full-top"
|
|
5529
|
-
},
|
|
5529
|
+
}, bn = { key: 0 }, yn = {
|
|
5530
5530
|
key: 1,
|
|
5531
5531
|
class: "button--loading button__loader"
|
|
5532
|
-
},
|
|
5532
|
+
}, wn = /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin half-top half-bottom" }, null, -1), zn = /* @__PURE__ */ i("img", {
|
|
5533
5533
|
src: "https://cdn.tapni.co/icons/apple-logo.png",
|
|
5534
5534
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
5535
|
-
}, null, -1),
|
|
5535
|
+
}, null, -1), Ln = { key: 0 }, Cn = {
|
|
5536
5536
|
key: 1,
|
|
5537
5537
|
class: "button--loading button__loader"
|
|
5538
|
-
},
|
|
5538
|
+
}, Sn = /* @__PURE__ */ i("img", {
|
|
5539
5539
|
src: "https://cdn.tapni.co/icons/g-logo.png",
|
|
5540
5540
|
style: { position: "absolute", "margin-left": "-9px", padding: "8px 0", height: "100%" }
|
|
5541
|
-
}, null, -1),
|
|
5541
|
+
}, null, -1), Tn = { key: 0 }, jn = {
|
|
5542
5542
|
key: 1,
|
|
5543
5543
|
class: "button--loading button__loader"
|
|
5544
|
-
},
|
|
5544
|
+
}, Pn = /* @__PURE__ */ i("img", {
|
|
5545
5545
|
src: "https://cdn.tapni.co/icons/facebook-blue.png",
|
|
5546
5546
|
style: { position: "absolute", "margin-left": "-10px", padding: "10px 0", height: "100%" }
|
|
5547
|
-
}, null, -1),
|
|
5547
|
+
}, null, -1), An = { key: 0 }, In = {
|
|
5548
5548
|
key: 1,
|
|
5549
5549
|
class: "button--loading button__loader"
|
|
5550
|
-
},
|
|
5550
|
+
}, En = /* @__PURE__ */ i("img", {
|
|
5551
5551
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
5552
5552
|
style: { position: "absolute", "margin-left": "-8px", padding: "12px 0", height: "100%" }
|
|
5553
|
-
}, null, -1),
|
|
5553
|
+
}, null, -1), xn = /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), qn = { class: "close-text center-text half-top color-black" }, Mn = /* @__PURE__ */ i("br", null, null, -1), Rn = {
|
|
5554
5554
|
class: "",
|
|
5555
5555
|
href: "https://tapni.co/policies/terms-of-service"
|
|
5556
|
-
},
|
|
5556
|
+
}, Nn = { href: "https://tapni.co/policies/privacy-policy" }, Vn = /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), On = {
|
|
5557
5557
|
key: 5,
|
|
5558
5558
|
class: "page-login-links"
|
|
5559
|
-
},
|
|
5560
|
-
function
|
|
5559
|
+
}, Bn = /* @__PURE__ */ i("div", { class: "clear" }, null, -1), Dn = { class: "forgot center-text pointer small-top" }, Un = /* @__PURE__ */ i("br", null, null, -1), Kn = /* @__PURE__ */ i("div", { class: "clear" }, null, -1);
|
|
5560
|
+
function Hn(e, a, n, o, t, r) {
|
|
5561
5561
|
const u = V("router-link");
|
|
5562
5562
|
return c(), l("form", {
|
|
5563
5563
|
class: "page-login content-boxed content-boxed-padding",
|
|
@@ -5570,17 +5570,17 @@ function Kn(e, a, n, o, t, r) {
|
|
|
5570
5570
|
onClick: a[0] || (a[0] = (...s) => r.close && r.close(...s)),
|
|
5571
5571
|
class: "color-black pull-right pointer",
|
|
5572
5572
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
5573
|
-
},
|
|
5574
|
-
i("h1",
|
|
5575
|
-
i("p",
|
|
5576
|
-
t.usernameRegister ? (c(), l("span",
|
|
5573
|
+
}, Ja)) : h("", !0),
|
|
5574
|
+
i("h1", en, p(e.ssoLang[this.appLang].register), 1),
|
|
5575
|
+
i("p", an, [
|
|
5576
|
+
t.usernameRegister ? (c(), l("span", nn, [
|
|
5577
5577
|
f(" t.link/" + p(t.username) + " " + p(e.ssoLang[this.appLang].username_is_free) + " ✅ ", 1),
|
|
5578
|
-
|
|
5578
|
+
tn
|
|
5579
5579
|
])) : h("", !0)
|
|
5580
5580
|
]),
|
|
5581
|
-
t.emailLogin ? (c(), l("span",
|
|
5582
|
-
i("div",
|
|
5583
|
-
|
|
5581
|
+
t.emailLogin ? (c(), l("span", on, [
|
|
5582
|
+
i("div", rn, [
|
|
5583
|
+
sn,
|
|
5584
5584
|
k(i("input", {
|
|
5585
5585
|
"onUpdate:modelValue": a[1] || (a[1] = (s) => t.email = s),
|
|
5586
5586
|
onKeydown: a[2] || (a[2] = E(y(() => {
|
|
@@ -5589,13 +5589,13 @@ function Kn(e, a, n, o, t, r) {
|
|
|
5589
5589
|
placeholder: e.ssoLang[this.appLang].email,
|
|
5590
5590
|
name: "email",
|
|
5591
5591
|
required: ""
|
|
5592
|
-
}, null, 40,
|
|
5592
|
+
}, null, 40, cn), [
|
|
5593
5593
|
[x, t.email]
|
|
5594
5594
|
]),
|
|
5595
|
-
|
|
5595
|
+
ln
|
|
5596
5596
|
]),
|
|
5597
|
-
i("div",
|
|
5598
|
-
|
|
5597
|
+
i("div", dn, [
|
|
5598
|
+
pn,
|
|
5599
5599
|
k(i("input", {
|
|
5600
5600
|
"onUpdate:modelValue": a[3] || (a[3] = (s) => t.username = s),
|
|
5601
5601
|
onKeydown: a[4] || (a[4] = E(y(() => {
|
|
@@ -5609,13 +5609,13 @@ function Kn(e, a, n, o, t, r) {
|
|
|
5609
5609
|
required: "",
|
|
5610
5610
|
disabled: t.usernameRegister,
|
|
5611
5611
|
class: b({ "input-disabled": t.usernameRegister })
|
|
5612
|
-
}, null, 42,
|
|
5612
|
+
}, null, 42, un), [
|
|
5613
5613
|
[x, t.username]
|
|
5614
5614
|
]),
|
|
5615
|
-
|
|
5615
|
+
_n
|
|
5616
5616
|
]),
|
|
5617
|
-
i("div",
|
|
5618
|
-
|
|
5617
|
+
i("div", mn, [
|
|
5618
|
+
gn,
|
|
5619
5619
|
k(i("input", {
|
|
5620
5620
|
"onUpdate:modelValue": a[5] || (a[5] = (s) => t.password = s),
|
|
5621
5621
|
type: t.revealPassword ? "text" : "password",
|
|
@@ -5623,78 +5623,78 @@ function Kn(e, a, n, o, t, r) {
|
|
|
5623
5623
|
name: "password",
|
|
5624
5624
|
required: "",
|
|
5625
5625
|
minlength: "8"
|
|
5626
|
-
}, null, 8,
|
|
5626
|
+
}, null, 8, hn), [
|
|
5627
5627
|
[U, t.password]
|
|
5628
5628
|
]),
|
|
5629
5629
|
i("em", {
|
|
5630
5630
|
onClick: a[6] || (a[6] = (s) => t.revealPassword = !t.revealPassword),
|
|
5631
5631
|
class: "pointer"
|
|
5632
5632
|
}, [
|
|
5633
|
-
k(i("img",
|
|
5633
|
+
k(i("img", fn, null, 512), [
|
|
5634
5634
|
[I, !t.revealPassword]
|
|
5635
5635
|
]),
|
|
5636
|
-
k(i("img",
|
|
5636
|
+
k(i("img", vn, null, 512), [
|
|
5637
5637
|
[I, t.revealPassword]
|
|
5638
5638
|
])
|
|
5639
5639
|
])
|
|
5640
5640
|
]),
|
|
5641
|
-
i("button",
|
|
5642
|
-
t.submitted ? (c(), l("span",
|
|
5641
|
+
i("button", kn, [
|
|
5642
|
+
t.submitted ? (c(), l("span", yn)) : (c(), l("span", bn, p(t.formButtonText), 1))
|
|
5643
5643
|
])
|
|
5644
5644
|
])) : h("", !0),
|
|
5645
|
-
|
|
5645
|
+
wn,
|
|
5646
5646
|
e.displayAppleLogin ? (c(), l("a", {
|
|
5647
5647
|
key: 2,
|
|
5648
5648
|
onClick: a[7] || (a[7] = (...s) => e.appleLogin && e.appleLogin(...s)),
|
|
5649
5649
|
class: "button-center button button-90 google-button pointer"
|
|
5650
5650
|
}, [
|
|
5651
|
-
|
|
5652
|
-
e.appleLoad ? (c(), l("span",
|
|
5651
|
+
zn,
|
|
5652
|
+
e.appleLoad ? (c(), l("span", Cn)) : (c(), l("span", Ln, p(e.ssoLang[this.appLang].sign_up_with) + " Apple", 1))
|
|
5653
5653
|
])) : h("", !0),
|
|
5654
5654
|
i("a", {
|
|
5655
5655
|
onClick: a[8] || (a[8] = (...s) => e.googleLogin && e.googleLogin(...s)),
|
|
5656
5656
|
class: "button-center button button-90 google-button pointer"
|
|
5657
5657
|
}, [
|
|
5658
|
-
|
|
5659
|
-
e.googleLoad ? (c(), l("span",
|
|
5658
|
+
Sn,
|
|
5659
|
+
e.googleLoad ? (c(), l("span", jn)) : (c(), l("span", Tn, p(e.ssoLang[this.appLang].sign_up_with) + " Google", 1))
|
|
5660
5660
|
]),
|
|
5661
5661
|
e.displayFacebookLogin ? (c(), l("a", {
|
|
5662
5662
|
key: 3,
|
|
5663
5663
|
onClick: a[9] || (a[9] = (...s) => e.facebookLogin && e.facebookLogin(...s)),
|
|
5664
5664
|
class: "button-center button button-90 google-button pointer"
|
|
5665
5665
|
}, [
|
|
5666
|
-
|
|
5667
|
-
e.facebookLoad ? (c(), l("span",
|
|
5666
|
+
Pn,
|
|
5667
|
+
e.facebookLoad ? (c(), l("span", In)) : (c(), l("span", An, p(e.ssoLang[this.appLang].sign_up_with) + " Facebook", 1))
|
|
5668
5668
|
])) : h("", !0),
|
|
5669
5669
|
t.emailLogin ? h("", !0) : (c(), l("a", {
|
|
5670
5670
|
key: 4,
|
|
5671
5671
|
onClick: a[10] || (a[10] = (s) => t.emailLogin = !0),
|
|
5672
5672
|
class: "button-center button button-90 google-button pointer"
|
|
5673
5673
|
}, [
|
|
5674
|
-
|
|
5674
|
+
En,
|
|
5675
5675
|
i("span", null, p(e.ssoLang[this.appLang].sign_up_with) + " Email", 1)
|
|
5676
5676
|
])),
|
|
5677
|
-
|
|
5678
|
-
i("p",
|
|
5677
|
+
xn,
|
|
5678
|
+
i("p", qn, [
|
|
5679
5679
|
f(p(e.ssoLang[this.appLang].terms_by_registering) + " ", 1),
|
|
5680
|
-
|
|
5681
|
-
i("a",
|
|
5680
|
+
Mn,
|
|
5681
|
+
i("a", Rn, p(e.ssoLang[this.appLang].terms_of_service), 1),
|
|
5682
5682
|
f(" " + p(e.ssoLang[this.appLang].and) + " ", 1),
|
|
5683
|
-
i("a",
|
|
5683
|
+
i("a", Nn, p(e.ssoLang[this.appLang].privacy_policy), 1)
|
|
5684
5684
|
]),
|
|
5685
|
-
|
|
5685
|
+
Vn,
|
|
5686
5686
|
n.isModal ? (c(), l("div", {
|
|
5687
5687
|
key: 6,
|
|
5688
5688
|
class: "page-login-links",
|
|
5689
5689
|
onClick: a[11] || (a[11] = (...s) => r.loginAccountModal && r.loginAccountModal(...s))
|
|
5690
5690
|
}, [
|
|
5691
|
-
i("a",
|
|
5691
|
+
i("a", Dn, [
|
|
5692
5692
|
f(p(e.ssoLang[this.appLang].or) + " ", 1),
|
|
5693
|
-
|
|
5693
|
+
Un,
|
|
5694
5694
|
f(" " + p(e.ssoLang[this.appLang].sign_in_with_new), 1)
|
|
5695
5695
|
]),
|
|
5696
|
-
|
|
5697
|
-
])) : (c(), l("div",
|
|
5696
|
+
Kn
|
|
5697
|
+
])) : (c(), l("div", On, [
|
|
5698
5698
|
v(u, {
|
|
5699
5699
|
class: "create float-right",
|
|
5700
5700
|
to: "/verify"
|
|
@@ -5713,11 +5713,11 @@ function Kn(e, a, n, o, t, r) {
|
|
|
5713
5713
|
]),
|
|
5714
5714
|
_: 1
|
|
5715
5715
|
}),
|
|
5716
|
-
|
|
5716
|
+
Bn
|
|
5717
5717
|
]))
|
|
5718
5718
|
], 36);
|
|
5719
5719
|
}
|
|
5720
|
-
const
|
|
5720
|
+
const ve = /* @__PURE__ */ T(Xa, [["render", Hn]]), Fn = {
|
|
5721
5721
|
name: "AuthVerify",
|
|
5722
5722
|
mixins: [z],
|
|
5723
5723
|
props: {
|
|
@@ -5780,43 +5780,43 @@ const fe = /* @__PURE__ */ T(Ya, [["render", Kn]]), Hn = {
|
|
|
5780
5780
|
deep: !0
|
|
5781
5781
|
}
|
|
5782
5782
|
}
|
|
5783
|
-
}, S = (e) => (O("data-v-2fd511e2"), e = e(), B(), e),
|
|
5783
|
+
}, S = (e) => (O("data-v-2fd511e2"), e = e(), B(), e), Qn = /* @__PURE__ */ S(() => /* @__PURE__ */ i("i", { class: "font-17 color-black" }, [
|
|
5784
5784
|
/* @__PURE__ */ i("img", {
|
|
5785
5785
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
5786
5786
|
class: "responsive-image",
|
|
5787
5787
|
style: { width: "35%" }
|
|
5788
5788
|
})
|
|
5789
|
-
], -1)),
|
|
5790
|
-
|
|
5791
|
-
],
|
|
5789
|
+
], -1)), $n = [
|
|
5790
|
+
Qn
|
|
5791
|
+
], Gn = {
|
|
5792
5792
|
class: "bold no-bottom center-text",
|
|
5793
5793
|
style: { "margin-top": "63px" }
|
|
5794
|
-
},
|
|
5794
|
+
}, Wn = /* @__PURE__ */ S(() => /* @__PURE__ */ i("p", { class: "half-bottom half-top center-text color-black" }, null, -1)), Yn = { class: "page-login-field half-top" }, Xn = /* @__PURE__ */ S(() => /* @__PURE__ */ i("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
5795
5795
|
/* @__PURE__ */ i("img", {
|
|
5796
5796
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
5797
5797
|
class: "responsive-image",
|
|
5798
5798
|
style: { width: "80%" }
|
|
5799
5799
|
})
|
|
5800
|
-
], -1)),
|
|
5800
|
+
], -1)), Zn = ["placeholder"], Jn = /* @__PURE__ */ S(() => /* @__PURE__ */ i("em", null, null, -1)), ei = { class: "page-login-field half-top" }, ai = /* @__PURE__ */ S(() => /* @__PURE__ */ i("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
5801
5801
|
/* @__PURE__ */ i("img", {
|
|
5802
5802
|
src: "https://cdn.tapni.co/icons/password2.png",
|
|
5803
5803
|
class: "responsive-image",
|
|
5804
5804
|
style: { width: "100%" }
|
|
5805
5805
|
})
|
|
5806
|
-
], -1)),
|
|
5806
|
+
], -1)), ni = ["placeholder"], ii = /* @__PURE__ */ S(() => /* @__PURE__ */ i("em", null, null, -1)), ti = {
|
|
5807
5807
|
type: "submit",
|
|
5808
5808
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
5809
|
-
},
|
|
5809
|
+
}, oi = {
|
|
5810
5810
|
key: 0,
|
|
5811
5811
|
class: "uppercase"
|
|
5812
|
-
},
|
|
5812
|
+
}, ri = {
|
|
5813
5813
|
key: 1,
|
|
5814
5814
|
class: "button--loading button__loader"
|
|
5815
|
-
},
|
|
5815
|
+
}, si = /* @__PURE__ */ S(() => /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)), ci = { class: "close-text center-text half-top color-black" }, li = ["innerHTML"], di = /* @__PURE__ */ S(() => /* @__PURE__ */ i("a", { href: "mailto:support@tapni.co?subject=Email Verification" }, " support@tapni.co", -1)), pi = /* @__PURE__ */ S(() => /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)), ui = {
|
|
5816
5816
|
key: 1,
|
|
5817
5817
|
class: "page-login-links"
|
|
5818
|
-
},
|
|
5819
|
-
function
|
|
5818
|
+
}, _i = /* @__PURE__ */ S(() => /* @__PURE__ */ i("div", { class: "clear" }, null, -1)), mi = { class: "forgot center-text pointer small-top" }, gi = /* @__PURE__ */ S(() => /* @__PURE__ */ i("br", null, null, -1)), hi = /* @__PURE__ */ S(() => /* @__PURE__ */ i("div", { class: "clear" }, null, -1));
|
|
5819
|
+
function fi(e, a, n, o, t, r) {
|
|
5820
5820
|
const u = V("router-link");
|
|
5821
5821
|
return c(), l("form", {
|
|
5822
5822
|
class: "page-login content-boxed content-boxed-padding",
|
|
@@ -5828,11 +5828,11 @@ function hi(e, a, n, o, t, r) {
|
|
|
5828
5828
|
onClick: a[0] || (a[0] = (...s) => r.close && r.close(...s)),
|
|
5829
5829
|
class: "color-black pull-right pointer",
|
|
5830
5830
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
5831
|
-
},
|
|
5832
|
-
i("h1",
|
|
5833
|
-
|
|
5834
|
-
i("div",
|
|
5835
|
-
|
|
5831
|
+
}, $n)) : h("", !0),
|
|
5832
|
+
i("h1", Gn, p(e.ssoLang[this.appLang].verify_account), 1),
|
|
5833
|
+
Wn,
|
|
5834
|
+
i("div", Yn, [
|
|
5835
|
+
Xn,
|
|
5836
5836
|
k(i("input", {
|
|
5837
5837
|
id: "emailInput",
|
|
5838
5838
|
"onUpdate:modelValue": a[1] || (a[1] = (s) => t.email = s),
|
|
@@ -5841,13 +5841,13 @@ function hi(e, a, n, o, t, r) {
|
|
|
5841
5841
|
type: "email",
|
|
5842
5842
|
placeholder: e.ssoLang[this.appLang].email,
|
|
5843
5843
|
required: ""
|
|
5844
|
-
}, null, 40,
|
|
5844
|
+
}, null, 40, Zn), [
|
|
5845
5845
|
[x, t.email]
|
|
5846
5846
|
]),
|
|
5847
|
-
|
|
5847
|
+
Jn
|
|
5848
5848
|
]),
|
|
5849
|
-
i("div",
|
|
5850
|
-
|
|
5849
|
+
i("div", ei, [
|
|
5850
|
+
ai,
|
|
5851
5851
|
k(i("input", {
|
|
5852
5852
|
id: "codeInput",
|
|
5853
5853
|
"onUpdate:modelValue": a[3] || (a[3] = (s) => t.code = s),
|
|
@@ -5856,34 +5856,34 @@ function hi(e, a, n, o, t, r) {
|
|
|
5856
5856
|
type: "tel",
|
|
5857
5857
|
placeholder: e.ssoLang[this.appLang].code,
|
|
5858
5858
|
required: ""
|
|
5859
|
-
}, null, 40,
|
|
5859
|
+
}, null, 40, ni), [
|
|
5860
5860
|
[x, t.code]
|
|
5861
5861
|
]),
|
|
5862
|
-
|
|
5862
|
+
ii
|
|
5863
5863
|
]),
|
|
5864
|
-
i("button",
|
|
5865
|
-
t.submitted ? (c(), l("span",
|
|
5864
|
+
i("button", ti, [
|
|
5865
|
+
t.submitted ? (c(), l("span", ri)) : (c(), l("span", oi, p(e.ssoLang[this.appLang].verify_account), 1))
|
|
5866
5866
|
]),
|
|
5867
|
-
|
|
5868
|
-
i("p",
|
|
5867
|
+
si,
|
|
5868
|
+
i("p", ci, [
|
|
5869
5869
|
i("span", {
|
|
5870
5870
|
innerHTML: e.ssoLang[this.appLang].verify_account_p1
|
|
5871
|
-
}, null, 8,
|
|
5872
|
-
|
|
5871
|
+
}, null, 8, li),
|
|
5872
|
+
di
|
|
5873
5873
|
]),
|
|
5874
|
-
|
|
5874
|
+
pi,
|
|
5875
5875
|
n.isModal ? (c(), l("div", {
|
|
5876
5876
|
key: 2,
|
|
5877
5877
|
class: "page-login-links",
|
|
5878
5878
|
onClick: a[5] || (a[5] = (...s) => r.registerAccountModal && r.registerAccountModal(...s))
|
|
5879
5879
|
}, [
|
|
5880
|
-
i("a",
|
|
5880
|
+
i("a", mi, [
|
|
5881
5881
|
f(p(e.ssoLang[this.appLang].or) + " ", 1),
|
|
5882
|
-
|
|
5882
|
+
gi,
|
|
5883
5883
|
f(" " + p(e.ssoLang[this.appLang].create_new_account), 1)
|
|
5884
5884
|
]),
|
|
5885
|
-
|
|
5886
|
-
])) : (c(), l("div",
|
|
5885
|
+
hi
|
|
5886
|
+
])) : (c(), l("div", ui, [
|
|
5887
5887
|
v(u, {
|
|
5888
5888
|
class: "create float-right",
|
|
5889
5889
|
to: "/register"
|
|
@@ -5902,11 +5902,11 @@ function hi(e, a, n, o, t, r) {
|
|
|
5902
5902
|
]),
|
|
5903
5903
|
_: 1
|
|
5904
5904
|
}),
|
|
5905
|
-
|
|
5905
|
+
_i
|
|
5906
5906
|
]))
|
|
5907
5907
|
], 36);
|
|
5908
5908
|
}
|
|
5909
|
-
const
|
|
5909
|
+
const ke = /* @__PURE__ */ T(Fn, [["render", fi], ["__scopeId", "data-v-2fd511e2"]]), vi = {
|
|
5910
5910
|
name: "AuthReset",
|
|
5911
5911
|
mixins: [z],
|
|
5912
5912
|
data() {
|
|
@@ -5960,124 +5960,124 @@ const ve = /* @__PURE__ */ T(Hn, [["render", hi], ["__scopeId", "data-v-2fd511e2
|
|
|
5960
5960
|
this.storage.verifyEmail = e;
|
|
5961
5961
|
}
|
|
5962
5962
|
}
|
|
5963
|
-
}, A = (e) => (O("data-v-220c28f9"), e = e(), B(), e),
|
|
5963
|
+
}, A = (e) => (O("data-v-220c28f9"), e = e(), B(), e), ki = {
|
|
5964
5964
|
class: "bold no-bottom center-text",
|
|
5965
5965
|
style: { "margin-top": "63px" }
|
|
5966
|
-
},
|
|
5966
|
+
}, bi = /* @__PURE__ */ A(() => /* @__PURE__ */ i("p", { class: "half-bottom small-top center-text color-black" }, null, -1)), yi = { class: "page-login-field half-top color-black" }, wi = /* @__PURE__ */ A(() => /* @__PURE__ */ i("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
5967
5967
|
/* @__PURE__ */ i("img", {
|
|
5968
5968
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
5969
5969
|
class: "responsive-image",
|
|
5970
5970
|
style: { width: "80%" }
|
|
5971
5971
|
})
|
|
5972
|
-
], -1)),
|
|
5972
|
+
], -1)), zi = ["placeholder"], Li = /* @__PURE__ */ A(() => /* @__PURE__ */ i("em", null, null, -1)), Ci = {
|
|
5973
5973
|
type: "submit",
|
|
5974
5974
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
5975
|
-
},
|
|
5975
|
+
}, Si = {
|
|
5976
5976
|
key: 0,
|
|
5977
5977
|
class: "uppercase"
|
|
5978
|
-
},
|
|
5978
|
+
}, Ti = {
|
|
5979
5979
|
key: 1,
|
|
5980
5980
|
class: "button--loading button__loader"
|
|
5981
|
-
},
|
|
5981
|
+
}, ji = /* @__PURE__ */ A(() => /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)), Pi = { class: "close-text center-text half-top color-black" }, Ai = ["innerHTML"], Ii = ["href"], Ei = /* @__PURE__ */ A(() => /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)), xi = { class: "page-login-links" }, qi = /* @__PURE__ */ A(() => /* @__PURE__ */ i("div", { class: "clear" }, null, -1)), Mi = {
|
|
5982
5982
|
class: "bold no-bottom center-text",
|
|
5983
5983
|
style: { "margin-top": "63px" }
|
|
5984
|
-
},
|
|
5984
|
+
}, Ri = { class: "half-bottom small-top center-text color-black" }, Ni = { class: "page-login-field half-top" }, Vi = /* @__PURE__ */ A(() => /* @__PURE__ */ i("i", { style: { "padding-top": "15px" } }, [
|
|
5985
5985
|
/* @__PURE__ */ i("img", {
|
|
5986
5986
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
5987
5987
|
class: "responsive-image",
|
|
5988
5988
|
style: { width: "50%" }
|
|
5989
5989
|
})
|
|
5990
|
-
], -1)),
|
|
5990
|
+
], -1)), Oi = ["type", "placeholder"], Bi = {
|
|
5991
5991
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
5992
5992
|
class: "responsive-image password-reveal-icon"
|
|
5993
|
-
},
|
|
5993
|
+
}, Di = {
|
|
5994
5994
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
5995
5995
|
class: "responsive-image password-reveal-icon"
|
|
5996
|
-
},
|
|
5996
|
+
}, Ui = { class: "page-login-field half-top" }, Ki = /* @__PURE__ */ A(() => /* @__PURE__ */ i("i", { style: { "padding-top": "15px" } }, [
|
|
5997
5997
|
/* @__PURE__ */ i("img", {
|
|
5998
5998
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
5999
5999
|
class: "responsive-image",
|
|
6000
6000
|
style: { width: "50%" }
|
|
6001
6001
|
})
|
|
6002
|
-
], -1)),
|
|
6002
|
+
], -1)), Hi = ["type", "placeholder"], Fi = {
|
|
6003
6003
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
6004
6004
|
class: "responsive-image password-reveal-icon"
|
|
6005
|
-
},
|
|
6005
|
+
}, Qi = {
|
|
6006
6006
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
6007
6007
|
class: "responsive-image password-reveal-icon"
|
|
6008
|
-
},
|
|
6008
|
+
}, $i = {
|
|
6009
6009
|
type: "submit",
|
|
6010
6010
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
6011
|
-
},
|
|
6011
|
+
}, Gi = {
|
|
6012
6012
|
key: 0,
|
|
6013
6013
|
class: "uppercase"
|
|
6014
|
-
},
|
|
6014
|
+
}, Wi = {
|
|
6015
6015
|
key: 1,
|
|
6016
6016
|
class: "button--loading button__loader"
|
|
6017
|
-
},
|
|
6018
|
-
function
|
|
6017
|
+
}, Yi = /* @__PURE__ */ A(() => /* @__PURE__ */ i("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)), Xi = { class: "close-text center-text half-top color-black" }, Zi = ["innerHTML"], Ji = ["href"];
|
|
6018
|
+
function et(e, a, n, o, t, r) {
|
|
6019
6019
|
const u = V("router-link");
|
|
6020
6020
|
return t.passwordChange ? (c(), l("form", {
|
|
6021
6021
|
key: 1,
|
|
6022
6022
|
class: "page-login content-boxed content-boxed-padding",
|
|
6023
6023
|
onSubmit: a[7] || (a[7] = y((...s) => r.changePw && r.changePw(...s), ["prevent"]))
|
|
6024
6024
|
}, [
|
|
6025
|
-
i("h3",
|
|
6026
|
-
i("p",
|
|
6027
|
-
i("div",
|
|
6028
|
-
|
|
6025
|
+
i("h3", Mi, p(e.ssoLang[this.appLang].password_change), 1),
|
|
6026
|
+
i("p", Ri, p(e.ssoLang[this.appLang].password_new), 1),
|
|
6027
|
+
i("div", Ni, [
|
|
6028
|
+
Vi,
|
|
6029
6029
|
k(i("input", {
|
|
6030
6030
|
"onUpdate:modelValue": a[3] || (a[3] = (s) => t.password = s),
|
|
6031
6031
|
type: t.revealPassword ? "text" : "password",
|
|
6032
6032
|
placeholder: e.ssoLang[this.appLang].password,
|
|
6033
6033
|
required: ""
|
|
6034
|
-
}, null, 8,
|
|
6034
|
+
}, null, 8, Oi), [
|
|
6035
6035
|
[U, t.password]
|
|
6036
6036
|
]),
|
|
6037
6037
|
i("em", {
|
|
6038
6038
|
onClick: a[4] || (a[4] = (s) => t.revealPassword = !t.revealPassword)
|
|
6039
6039
|
}, [
|
|
6040
|
-
k(i("img",
|
|
6040
|
+
k(i("img", Bi, null, 512), [
|
|
6041
6041
|
[I, !t.revealPassword]
|
|
6042
6042
|
]),
|
|
6043
|
-
k(i("img",
|
|
6043
|
+
k(i("img", Di, null, 512), [
|
|
6044
6044
|
[I, t.revealPassword]
|
|
6045
6045
|
])
|
|
6046
6046
|
])
|
|
6047
6047
|
]),
|
|
6048
|
-
i("div",
|
|
6049
|
-
|
|
6048
|
+
i("div", Ui, [
|
|
6049
|
+
Ki,
|
|
6050
6050
|
k(i("input", {
|
|
6051
6051
|
"onUpdate:modelValue": a[5] || (a[5] = (s) => t.passwordRepeat = s),
|
|
6052
6052
|
type: t.revealPassword2 ? "text" : "password",
|
|
6053
6053
|
placeholder: e.ssoLang[this.appLang].password_repeat,
|
|
6054
6054
|
required: ""
|
|
6055
|
-
}, null, 8,
|
|
6055
|
+
}, null, 8, Hi), [
|
|
6056
6056
|
[U, t.passwordRepeat]
|
|
6057
6057
|
]),
|
|
6058
6058
|
i("em", {
|
|
6059
6059
|
onClick: a[6] || (a[6] = (s) => t.revealPassword2 = !t.revealPassword2)
|
|
6060
6060
|
}, [
|
|
6061
|
-
k(i("img",
|
|
6061
|
+
k(i("img", Fi, null, 512), [
|
|
6062
6062
|
[I, !t.revealPassword2]
|
|
6063
6063
|
]),
|
|
6064
|
-
k(i("img",
|
|
6064
|
+
k(i("img", Qi, null, 512), [
|
|
6065
6065
|
[I, t.revealPassword2]
|
|
6066
6066
|
])
|
|
6067
6067
|
])
|
|
6068
6068
|
]),
|
|
6069
|
-
i("button",
|
|
6070
|
-
t.submitted ? (c(), l("span",
|
|
6069
|
+
i("button", $i, [
|
|
6070
|
+
t.submitted ? (c(), l("span", Wi)) : (c(), l("span", Gi, p(e.ssoLang[this.appLang].password_change), 1))
|
|
6071
6071
|
]),
|
|
6072
|
-
|
|
6073
|
-
i("p",
|
|
6072
|
+
Yi,
|
|
6073
|
+
i("p", Xi, [
|
|
6074
6074
|
i("span", {
|
|
6075
6075
|
innerHTML: e.ssoLang[this.appLang].reset_password_p2
|
|
6076
|
-
}, null, 8,
|
|
6076
|
+
}, null, 8, Zi),
|
|
6077
6077
|
f(),
|
|
6078
6078
|
i("a", {
|
|
6079
6079
|
href: "mailto:support@tapni.co?subject=" + e.ssoLang[this.appLang].password_reset_t
|
|
6080
|
-
}, " support@tapni.co", 8,
|
|
6080
|
+
}, " support@tapni.co", 8, Ji)
|
|
6081
6081
|
])
|
|
6082
6082
|
], 32)) : (c(), l("form", {
|
|
6083
6083
|
key: 0,
|
|
@@ -6085,10 +6085,10 @@ function Ji(e, a, n, o, t, r) {
|
|
|
6085
6085
|
onSubmit: a[2] || (a[2] = y((...s) => r.resetEmail && r.resetEmail(...s), ["prevent"])),
|
|
6086
6086
|
autocomplete: "on"
|
|
6087
6087
|
}, [
|
|
6088
|
-
i("h3",
|
|
6089
|
-
|
|
6090
|
-
i("div",
|
|
6091
|
-
|
|
6088
|
+
i("h3", ki, p(e.ssoLang[this.appLang].reset_password), 1),
|
|
6089
|
+
bi,
|
|
6090
|
+
i("div", yi, [
|
|
6091
|
+
wi,
|
|
6092
6092
|
k(i("input", {
|
|
6093
6093
|
id: "emailInput",
|
|
6094
6094
|
"onUpdate:modelValue": a[0] || (a[0] = (s) => t.email = s),
|
|
@@ -6097,25 +6097,25 @@ function Ji(e, a, n, o, t, r) {
|
|
|
6097
6097
|
type: "email",
|
|
6098
6098
|
placeholder: e.ssoLang[this.appLang].email,
|
|
6099
6099
|
required: ""
|
|
6100
|
-
}, null, 40,
|
|
6100
|
+
}, null, 40, zi), [
|
|
6101
6101
|
[x, t.email]
|
|
6102
6102
|
]),
|
|
6103
|
-
|
|
6103
|
+
Li
|
|
6104
6104
|
]),
|
|
6105
|
-
i("button",
|
|
6106
|
-
t.submitted ? (c(), l("span",
|
|
6105
|
+
i("button", Ci, [
|
|
6106
|
+
t.submitted ? (c(), l("span", Ti)) : (c(), l("span", Si, p(e.ssoLang[this.appLang].reset_password), 1))
|
|
6107
6107
|
]),
|
|
6108
|
-
|
|
6109
|
-
i("p",
|
|
6108
|
+
ji,
|
|
6109
|
+
i("p", Pi, [
|
|
6110
6110
|
i("span", {
|
|
6111
6111
|
innerHTML: e.ssoLang[this.appLang].reset_password_p1
|
|
6112
|
-
}, null, 8,
|
|
6112
|
+
}, null, 8, Ai),
|
|
6113
6113
|
i("a", {
|
|
6114
6114
|
href: "mailto:support@tapni.co?subject=" + e.ssoLang[this.appLang].password_reset_t
|
|
6115
|
-
}, " support@tapni.co", 8,
|
|
6115
|
+
}, " support@tapni.co", 8, Ii)
|
|
6116
6116
|
]),
|
|
6117
|
-
|
|
6118
|
-
i("div",
|
|
6117
|
+
Ei,
|
|
6118
|
+
i("div", xi, [
|
|
6119
6119
|
v(u, {
|
|
6120
6120
|
class: "create float-right",
|
|
6121
6121
|
to: "/verify"
|
|
@@ -6134,11 +6134,11 @@ function Ji(e, a, n, o, t, r) {
|
|
|
6134
6134
|
]),
|
|
6135
6135
|
_: 1
|
|
6136
6136
|
}),
|
|
6137
|
-
|
|
6137
|
+
qi
|
|
6138
6138
|
])
|
|
6139
6139
|
], 32));
|
|
6140
6140
|
}
|
|
6141
|
-
const
|
|
6141
|
+
const be = /* @__PURE__ */ T(vi, [["render", et], ["__scopeId", "data-v-220c28f9"]]), at = {
|
|
6142
6142
|
name: "AuthCallback",
|
|
6143
6143
|
mixins: [$, G, z],
|
|
6144
6144
|
data() {
|
|
@@ -6154,32 +6154,32 @@ const ke = /* @__PURE__ */ T(fi, [["render", Ji], ["__scopeId", "data-v-220c28f9
|
|
|
6154
6154
|
},
|
|
6155
6155
|
methods: {
|
|
6156
6156
|
inAppRedirect() {
|
|
6157
|
-
let e =
|
|
6157
|
+
let e = Re(location.href);
|
|
6158
6158
|
return e = e.replace("http", "tapni"), e = e.replace("https", "tapni"), window.open(e);
|
|
6159
6159
|
}
|
|
6160
6160
|
}
|
|
6161
|
-
},
|
|
6161
|
+
}, nt = {
|
|
6162
6162
|
key: 0,
|
|
6163
6163
|
style: { "text-align": "center", width: "80%", margin: "0 auto", "margin-top": "260px" }
|
|
6164
|
-
},
|
|
6164
|
+
}, it = /* @__PURE__ */ i("br", null, null, -1), tt = {
|
|
6165
6165
|
key: 1,
|
|
6166
6166
|
style: { "text-align": "center", width: "80%", margin: "0 auto", "margin-top": "260px" }
|
|
6167
6167
|
};
|
|
6168
|
-
function
|
|
6168
|
+
function ot(e, a, n, o, t, r) {
|
|
6169
6169
|
return c(), l("div", null, [
|
|
6170
|
-
(e.$route.query.platform === "android" || e.$route.query.platform === "ios") && !e.isNative ? (c(), l("h5",
|
|
6170
|
+
(e.$route.query.platform === "android" || e.$route.query.platform === "ios") && !e.isNative ? (c(), l("h5", nt, [
|
|
6171
6171
|
f(p(e.ssoLang[this.appLang].you_will_be_redirected), 1),
|
|
6172
|
-
|
|
6172
|
+
it,
|
|
6173
6173
|
f(" " + p(e.ssoLang[this.appLang].if_redirect_not_directly) + ", ", 1),
|
|
6174
6174
|
i("span", {
|
|
6175
6175
|
onClick: a[0] || (a[0] = (...u) => r.inAppRedirect && r.inAppRedirect(...u)),
|
|
6176
6176
|
style: { color: "blue", cursor: "pointer" }
|
|
6177
6177
|
}, p(e.ssoLang[this.appLang].click_here), 1),
|
|
6178
6178
|
f(".")
|
|
6179
|
-
])) : (c(), l("h4",
|
|
6179
|
+
])) : (c(), l("h4", tt, p(e.ssoLang[this.appLang].please_wait), 1))
|
|
6180
6180
|
]);
|
|
6181
6181
|
}
|
|
6182
|
-
const
|
|
6182
|
+
const ye = /* @__PURE__ */ T(at, [["render", ot]]), rt = {
|
|
6183
6183
|
name: "ModalOverlay",
|
|
6184
6184
|
mixins: [z],
|
|
6185
6185
|
data() {
|
|
@@ -6204,13 +6204,13 @@ const be = /* @__PURE__ */ T(et, [["render", tt]]), ot = {
|
|
|
6204
6204
|
}
|
|
6205
6205
|
}
|
|
6206
6206
|
};
|
|
6207
|
-
function
|
|
6207
|
+
function st(e, a, n, o, t, r) {
|
|
6208
6208
|
return c(), l("div", {
|
|
6209
6209
|
class: b({ "pointer delete-menu": !0, "delete-menu-active": t.toggle }),
|
|
6210
6210
|
onClick: a[0] || (a[0] = (...u) => r.toggleEmit && r.toggleEmit(...u))
|
|
6211
6211
|
}, null, 2);
|
|
6212
6212
|
}
|
|
6213
|
-
const
|
|
6213
|
+
const we = /* @__PURE__ */ T(rt, [["render", st], ["__scopeId", "data-v-a128c2fa"]]), ct = {
|
|
6214
6214
|
name: "SSO",
|
|
6215
6215
|
mixins: [Q, $, G, z],
|
|
6216
6216
|
data() {
|
|
@@ -6253,23 +6253,23 @@ const ye = /* @__PURE__ */ T(ot, [["render", rt], ["__scopeId", "data-v-a128c2fa
|
|
|
6253
6253
|
this.toggle = !this.toggle;
|
|
6254
6254
|
}
|
|
6255
6255
|
}
|
|
6256
|
-
},
|
|
6256
|
+
}, lt = (e) => (O("data-v-256337c2"), e = e(), B(), e), dt = /* @__PURE__ */ lt(() => /* @__PURE__ */ i("i", { class: "font-17 color-black" }, [
|
|
6257
6257
|
/* @__PURE__ */ i("img", {
|
|
6258
6258
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
6259
6259
|
class: "responsive-image",
|
|
6260
6260
|
style: { width: "45%" }
|
|
6261
6261
|
})
|
|
6262
|
-
], -1)),
|
|
6263
|
-
|
|
6264
|
-
],
|
|
6262
|
+
], -1)), pt = [
|
|
6263
|
+
dt
|
|
6264
|
+
], ut = { class: "bold center-text color-black half-top half-bottom" }, _t = ["placeholder"], mt = {
|
|
6265
6265
|
type: "submit",
|
|
6266
6266
|
class: "button black-button white-button button-full",
|
|
6267
6267
|
style: { margin: "0 auto", "margin-top": "25px", "margin-bottom": "30px" }
|
|
6268
|
-
},
|
|
6268
|
+
}, gt = { key: 0 }, ht = {
|
|
6269
6269
|
key: 1,
|
|
6270
6270
|
class: "button--loading button__loader"
|
|
6271
6271
|
};
|
|
6272
|
-
function
|
|
6272
|
+
function ft(e, a, n, o, t, r) {
|
|
6273
6273
|
return c(), l("form", {
|
|
6274
6274
|
onSubmit: a[3] || (a[3] = y((...u) => r.submit && r.submit(...u), ["prevent"])),
|
|
6275
6275
|
class: b(["menu-wrapper menu-light menu-modal center-text activate-page", { "active-menu": t.toggle }]),
|
|
@@ -6279,8 +6279,8 @@ function ht(e, a, n, o, t, r) {
|
|
|
6279
6279
|
onClick: a[0] || (a[0] = (...u) => r.forceClose && r.forceClose(...u)),
|
|
6280
6280
|
class: "color-black pull-right pointer",
|
|
6281
6281
|
style: { "margin-top": "5px", position: "absolute", right: "5px" }
|
|
6282
|
-
},
|
|
6283
|
-
i("h3",
|
|
6282
|
+
}, pt),
|
|
6283
|
+
i("h3", ut, p(e.ssoLang[e.appLang].enter_company_email), 1),
|
|
6284
6284
|
i("div", null, [
|
|
6285
6285
|
k(i("input", {
|
|
6286
6286
|
type: "text",
|
|
@@ -6295,16 +6295,16 @@ function ht(e, a, n, o, t, r) {
|
|
|
6295
6295
|
required: "",
|
|
6296
6296
|
onKeydown: a[2] || (a[2] = E(y(() => {
|
|
6297
6297
|
}, ["prevent"]), ["space"]))
|
|
6298
|
-
}, null, 40,
|
|
6298
|
+
}, null, 40, _t), [
|
|
6299
6299
|
[x, t.email]
|
|
6300
6300
|
])
|
|
6301
6301
|
]),
|
|
6302
|
-
i("button",
|
|
6303
|
-
t.loading ? (c(), l("span",
|
|
6302
|
+
i("button", mt, [
|
|
6303
|
+
t.loading ? (c(), l("span", ht)) : (c(), l("span", gt, p(e.ssoLang[e.appLang].continue), 1))
|
|
6304
6304
|
])
|
|
6305
6305
|
], 34);
|
|
6306
6306
|
}
|
|
6307
|
-
const
|
|
6307
|
+
const ze = /* @__PURE__ */ T(ct, [["render", ft], ["__scopeId", "data-v-256337c2"]]), vt = {
|
|
6308
6308
|
name: "SSOPick",
|
|
6309
6309
|
mixins: [Q, $, G, z],
|
|
6310
6310
|
data() {
|
|
@@ -6339,34 +6339,34 @@ const we = /* @__PURE__ */ T(st, [["render", ht], ["__scopeId", "data-v-256337c2
|
|
|
6339
6339
|
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;
|
|
6340
6340
|
}
|
|
6341
6341
|
}
|
|
6342
|
-
}, W = (e) => (O("data-v-33bfb54b"), e = e(), B(), e),
|
|
6342
|
+
}, W = (e) => (O("data-v-33bfb54b"), e = e(), B(), e), kt = /* @__PURE__ */ W(() => /* @__PURE__ */ i("i", { class: "font-17 color-black" }, [
|
|
6343
6343
|
/* @__PURE__ */ i("img", {
|
|
6344
6344
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
6345
6345
|
class: "responsive-image",
|
|
6346
6346
|
style: { width: "45%" }
|
|
6347
6347
|
})
|
|
6348
|
-
], -1)),
|
|
6349
|
-
|
|
6350
|
-
],
|
|
6348
|
+
], -1)), bt = [
|
|
6349
|
+
kt
|
|
6350
|
+
], yt = { class: "bold center-text color-black half-top half-bottom" }, wt = /* @__PURE__ */ W(() => /* @__PURE__ */ i("img", {
|
|
6351
6351
|
src: "https://cdn.tapni.co/icons/azure.png",
|
|
6352
6352
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
6353
|
-
}, null, -1)),
|
|
6353
|
+
}, null, -1)), zt = { key: 0 }, Lt = {
|
|
6354
6354
|
key: 1,
|
|
6355
6355
|
class: "button--loading button__loader"
|
|
6356
|
-
},
|
|
6356
|
+
}, Ct = /* @__PURE__ */ W(() => /* @__PURE__ */ i("img", {
|
|
6357
6357
|
src: "https://cdn.tapni.co/icons/okta.png",
|
|
6358
6358
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
6359
|
-
}, null, -1)),
|
|
6359
|
+
}, null, -1)), St = { key: 0 }, Tt = {
|
|
6360
6360
|
key: 1,
|
|
6361
6361
|
class: "button--loading button__loader"
|
|
6362
|
-
},
|
|
6362
|
+
}, jt = /* @__PURE__ */ W(() => /* @__PURE__ */ i("img", {
|
|
6363
6363
|
src: "https://cdn.tapni.co/icons/saml.png",
|
|
6364
6364
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
6365
|
-
}, null, -1)),
|
|
6365
|
+
}, null, -1)), Pt = { key: 0 }, At = {
|
|
6366
6366
|
key: 1,
|
|
6367
6367
|
class: "button--loading button__loader"
|
|
6368
6368
|
};
|
|
6369
|
-
function
|
|
6369
|
+
function It(e, a, n, o, t, r) {
|
|
6370
6370
|
var u, s, _;
|
|
6371
6371
|
return c(), l("form", {
|
|
6372
6372
|
onSubmit: a[4] || (a[4] = y(() => {
|
|
@@ -6378,35 +6378,35 @@ function At(e, a, n, o, t, r) {
|
|
|
6378
6378
|
onClick: a[0] || (a[0] = (...L) => r.forceClose && r.forceClose(...L)),
|
|
6379
6379
|
class: "color-black pull-right pointer",
|
|
6380
6380
|
style: { "margin-top": "5px", position: "absolute", right: "5px" }
|
|
6381
|
-
},
|
|
6382
|
-
i("h3",
|
|
6381
|
+
}, bt),
|
|
6382
|
+
i("h3", yt, p(e.ssoLang[e.appLang].select_sign_method), 1),
|
|
6383
6383
|
(u = t.sso) != null && u.azure ? (c(), l("a", {
|
|
6384
6384
|
key: 0,
|
|
6385
6385
|
onClick: a[1] || (a[1] = (L) => r.ssoLogin("azure")),
|
|
6386
6386
|
class: "button-center button black-button button-90 google-button pointer"
|
|
6387
6387
|
}, [
|
|
6388
|
-
|
|
6389
|
-
t.azureLoad ? (c(), l("span",
|
|
6388
|
+
wt,
|
|
6389
|
+
t.azureLoad ? (c(), l("span", Lt)) : (c(), l("span", zt, p(e.ssoLang[e.appLang].sign_in_with) + " Azure", 1))
|
|
6390
6390
|
])) : h("", !0),
|
|
6391
6391
|
(s = t.sso) != null && s.okta ? (c(), l("a", {
|
|
6392
6392
|
key: 1,
|
|
6393
6393
|
onClick: a[2] || (a[2] = (L) => r.ssoLogin("okta")),
|
|
6394
6394
|
class: "button-center button black-button button-90 google-button pointer"
|
|
6395
6395
|
}, [
|
|
6396
|
-
|
|
6397
|
-
t.oktaLoad ? (c(), l("span",
|
|
6396
|
+
Ct,
|
|
6397
|
+
t.oktaLoad ? (c(), l("span", Tt)) : (c(), l("span", St, p(e.ssoLang[e.appLang].sign_in_with) + " Okta", 1))
|
|
6398
6398
|
])) : h("", !0),
|
|
6399
6399
|
(_ = t.sso) != null && _.saml ? (c(), l("a", {
|
|
6400
6400
|
key: 2,
|
|
6401
6401
|
onClick: a[3] || (a[3] = (L) => r.ssoLogin("saml")),
|
|
6402
6402
|
class: "button-center button black-button button-90 google-button pointer"
|
|
6403
6403
|
}, [
|
|
6404
|
-
|
|
6405
|
-
t.samlLoad ? (c(), l("span",
|
|
6404
|
+
jt,
|
|
6405
|
+
t.samlLoad ? (c(), l("span", At)) : (c(), l("span", Pt, p(e.ssoLang[e.appLang].sign_in_with) + " SAML", 1))
|
|
6406
6406
|
])) : h("", !0)
|
|
6407
6407
|
], 34);
|
|
6408
6408
|
}
|
|
6409
|
-
const
|
|
6409
|
+
const Le = /* @__PURE__ */ T(vt, [["render", It], ["__scopeId", "data-v-33bfb54b"]]), Et = {
|
|
6410
6410
|
name: "LinkIcon",
|
|
6411
6411
|
mixins: [z],
|
|
6412
6412
|
props: {
|
|
@@ -6478,8 +6478,8 @@ const ze = /* @__PURE__ */ T(ft, [["render", At], ["__scopeId", "data-v-33bfb54b
|
|
|
6478
6478
|
}
|
|
6479
6479
|
},
|
|
6480
6480
|
methods: {}
|
|
6481
|
-
},
|
|
6482
|
-
function
|
|
6481
|
+
}, xt = ["src", "alt"], qt = ["src", "alt"], Mt = ["src", "alt"], Rt = ["src", "alt"];
|
|
6482
|
+
function Nt(e, a, n, o, t, r) {
|
|
6483
6483
|
var u, s;
|
|
6484
6484
|
return c(), l("a", {
|
|
6485
6485
|
class: b(["disable-select", n.linkStyle + (n.disabled ? " opacity-50" : "")]),
|
|
@@ -6502,21 +6502,21 @@ function Rt(e, a, n, o, t, r) {
|
|
|
6502
6502
|
alt: n.data.text,
|
|
6503
6503
|
onLoad: a[0] || (a[0] = (_) => e.$emit("loaded")),
|
|
6504
6504
|
onError: a[1] || (a[1] = (_) => e.$emit("loaded"))
|
|
6505
|
-
}, null, 40,
|
|
6505
|
+
}, null, 40, xt)) : !n.data.custom_icon && n.data.type === "customlink" && n.linkAdding ? (c(), l("img", {
|
|
6506
6506
|
key: 1,
|
|
6507
6507
|
src: "https://cdn.tapni.co/icons/custom-icon-128.gif",
|
|
6508
6508
|
class: "responsive-image",
|
|
6509
6509
|
alt: n.data.text,
|
|
6510
6510
|
onLoad: a[2] || (a[2] = (_) => e.$emit("loaded")),
|
|
6511
6511
|
onError: a[3] || (a[3] = (_) => e.$emit("loaded"))
|
|
6512
|
-
}, null, 40,
|
|
6512
|
+
}, null, 40, qt)) : !n.data.custom_icon && n.data.type === "customlink" && !n.linkAdding ? (c(), l("img", {
|
|
6513
6513
|
key: 2,
|
|
6514
6514
|
src: "https://cdn.tapni.co/icons/customlink.png",
|
|
6515
6515
|
class: "responsive-image",
|
|
6516
6516
|
alt: n.data.text,
|
|
6517
6517
|
onLoad: a[4] || (a[4] = (_) => e.$emit("loaded")),
|
|
6518
6518
|
onError: a[5] || (a[5] = (_) => e.$emit("loaded"))
|
|
6519
|
-
}, null, 40,
|
|
6519
|
+
}, null, 40, Mt)) : (c(), l("img", {
|
|
6520
6520
|
key: 3,
|
|
6521
6521
|
src: n.data.style.custom_icon,
|
|
6522
6522
|
style: { "border-radius": "22.46%" },
|
|
@@ -6524,7 +6524,7 @@ function Rt(e, a, n, o, t, r) {
|
|
|
6524
6524
|
alt: n.data.text,
|
|
6525
6525
|
onLoad: a[6] || (a[6] = (_) => e.$emit("loaded")),
|
|
6526
6526
|
onError: a[7] || (a[7] = (_) => e.$emit("loaded"))
|
|
6527
|
-
}, null, 40,
|
|
6527
|
+
}, null, 40, Rt))
|
|
6528
6528
|
], 6),
|
|
6529
6529
|
i("span", {
|
|
6530
6530
|
class: "link-text link-drag color-black",
|
|
@@ -6532,17 +6532,17 @@ function Rt(e, a, n, o, t, r) {
|
|
|
6532
6532
|
}, p(r.linkText), 5)
|
|
6533
6533
|
], 6);
|
|
6534
6534
|
}
|
|
6535
|
-
const
|
|
6535
|
+
const Vt = /* @__PURE__ */ T(Et, [["render", Nt]]), Ot = {
|
|
6536
6536
|
ANDROID_VERSION: "5.6",
|
|
6537
6537
|
IOS_VERSION: "5.6",
|
|
6538
6538
|
WEB_VERSION: "5.6.0",
|
|
6539
6539
|
SUPPORTED_LANGUAGES: ["en", "de", "es", "kr", "it", "fr"],
|
|
6540
6540
|
METAPIXEL_ID: "1203678696914368",
|
|
6541
6541
|
GOOGLE_ANALYTICS_ID: ""
|
|
6542
|
-
},
|
|
6542
|
+
}, Bt = {
|
|
6543
6543
|
name: "Language",
|
|
6544
6544
|
mixins: [z],
|
|
6545
|
-
components: { LinkIcon:
|
|
6545
|
+
components: { LinkIcon: Vt },
|
|
6546
6546
|
data() {
|
|
6547
6547
|
return {
|
|
6548
6548
|
toggle: !1
|
|
@@ -6553,7 +6553,7 @@ const Nt = /* @__PURE__ */ T(It, [["render", Rt]]), Vt = {
|
|
|
6553
6553
|
this.toggle = !1;
|
|
6554
6554
|
});
|
|
6555
6555
|
let e = this.isNative ? await H.getLanguageCode() : N.getFirstBrowserLanguage();
|
|
6556
|
-
e &&
|
|
6556
|
+
e && Ot.SUPPORTED_LANGUAGES.includes(e) && this.updateLanguage(e);
|
|
6557
6557
|
},
|
|
6558
6558
|
beforeDestroy() {
|
|
6559
6559
|
d._events.toggleLanguageModal.pop();
|
|
@@ -6572,16 +6572,16 @@ const Nt = /* @__PURE__ */ T(It, [["render", Rt]]), Vt = {
|
|
|
6572
6572
|
this.toggle = !this.toggle;
|
|
6573
6573
|
}
|
|
6574
6574
|
}
|
|
6575
|
-
},
|
|
6575
|
+
}, Dt = (e) => (O("data-v-e5a7ac07"), e = e(), B(), e), Ut = /* @__PURE__ */ Dt(() => /* @__PURE__ */ i("i", { class: "font-17 fa color-black" }, [
|
|
6576
6576
|
/* @__PURE__ */ i("img", {
|
|
6577
6577
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
6578
6578
|
class: "fa responsive-image",
|
|
6579
6579
|
style: { width: "45%" }
|
|
6580
6580
|
})
|
|
6581
|
-
], -1)),
|
|
6582
|
-
|
|
6583
|
-
],
|
|
6584
|
-
function
|
|
6581
|
+
], -1)), Kt = [
|
|
6582
|
+
Ut
|
|
6583
|
+
], Ht = { class: "bold center-text color-black small-bottom" };
|
|
6584
|
+
function Ft(e, a, n, o, t, r) {
|
|
6585
6585
|
const u = V("LinkIcon");
|
|
6586
6586
|
return c(), l("div", {
|
|
6587
6587
|
class: b(["menu-wrapper menu-light menu-white menu-modal center-text activate-page", { "active-menu": t.toggle }]),
|
|
@@ -6591,8 +6591,8 @@ function Ht(e, a, n, o, t, r) {
|
|
|
6591
6591
|
onClick: a[0] || (a[0] = (...s) => r.close && r.close(...s)),
|
|
6592
6592
|
class: "color-black pull-right pointer",
|
|
6593
6593
|
style: { "margin-top": "5px", position: "absolute", right: "5px" }
|
|
6594
|
-
},
|
|
6595
|
-
i("h3",
|
|
6594
|
+
}, Kt),
|
|
6595
|
+
i("h3", Ht, p(e.ssoLang[e.appLang].app_language), 1),
|
|
6596
6596
|
v(u, {
|
|
6597
6597
|
onClick: a[1] || (a[1] = (s) => r.updateLanguage("en")),
|
|
6598
6598
|
"link-style": "link-grid",
|
|
@@ -6651,38 +6651,38 @@ function Ht(e, a, n, o, t, r) {
|
|
|
6651
6651
|
}, null, 8, ["data"])
|
|
6652
6652
|
], 2);
|
|
6653
6653
|
}
|
|
6654
|
-
const
|
|
6655
|
-
var
|
|
6656
|
-
const
|
|
6654
|
+
const Ce = /* @__PURE__ */ T(Bt, [["render", Ft], ["__scopeId", "data-v-e5a7ac07"]]);
|
|
6655
|
+
var Qt = { 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 };
|
|
6656
|
+
const $t = { id: "ssoapp" }, Gt = {
|
|
6657
6657
|
key: 0,
|
|
6658
6658
|
href: "/",
|
|
6659
6659
|
class: "header-logo"
|
|
6660
|
-
},
|
|
6660
|
+
}, Wt = /* @__PURE__ */ i("img", {
|
|
6661
6661
|
src: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAC1CAYAAACppQ33AAAhq0lEQVR42uydCZxWVfnHnxlAdkVQXAABIZHcE1ERcClcSS3/Y5oZppZammVm/jV3XNJscdck11ywNMncF0pUBNM0EVBEXBBUVGQTEJien+d5c4CZYd557z33nHt/38/n+QzM8t6z3fOc5VlESFJsrHKAyuUqM1UuYJMQQkhqbKjyHZVbVF5RWayyXOUzlYUqM1TGq5yp0r+pH1pTUyO1tbVRSkuOiWZRpbKRynYqg1R2VtlSZf1VfocQQkiyYN49xjZQG9bz82oV6LaeJjuqnKLyqMplKo/ntWGo0JuuwLurbK8ypI4C78imIYQQL2DDdIntyluU+bftbQEAuU/lpyrTqNCLQQtb2UGBD7ZdeH8bFIQQQvyCjdSfVHok8FnDbV4/TuUOKvT8gXborbKDDZwdTYG3YdMQQkimHKpyo8paCX5mJ5Xbxdk+/YYKPW4wMPrWUeA72f9b890hhJBgOEyc0VtaNkmXijOiu5wKPT5gyHahKfA+whMKQggJlQGmaNM2MP6tymyVu2JvsOqCDZDNVEao9KMyJ4SQYGljynxdD8+CzdQV4q5dqdAjYgXfE0IICZ4fiztJ9UVXcae3VOgNsIvKgRyXhBBCyqCzyo8yeO7BKgOp0Fdna5U/q9wmzvWLEEIIaQr7q2ySwXNxV38EFfrKwOXrQXERfNqq/FWcBTkhhBCyJg7PeDHRiQrdgWP2+8VZk5dAhLUbxY9xAyGEkHhBNLitMnx+N3EnzIVX6FDm94q7/6jvZ7dL8YzwCCGENJ0tZOWcGFmVodAKvaTMuzTyO3upXMnxSgghpAE2D6AMW8XaeEko9EFNUOYljlU5iWOWEEJIPfQMoAxdYm28ShU6lPmYMhsAofa+y3FLCCFkFUII+FVbRIVezs58Va5S2Z1jlxBCSB1CCP5VFWvjNVeh72zKfL1m/j3SkN6ksinHLyGEEGNWAGWYWSSFDmU+pgJlXqKHfU53jmFCCCHK1ADK8HpRFHpSyrwE3AP+IC4ADSGEkGLzssq8jMvwXBEU+rZS2TF7Q+wtOclFSwghpCLezlihTlF5Me8KHcfjiACXlsP/USrnciwTQkjhyTIv+X0qi/Ou0D9UeTTlspwh2cbwJYQQEoZCfzuD5y4SF6Y8WqrLqOgRKr9QWZZief6osg/HMyGEFBZsIK/I4Lk3qEwqgkIH8A+8WOUga/A0QFCBUSrbcUwTQkhhgUJ/wePzZqiMjL3RmuO2Biv3/VTeSKlMyNT2J8k+QD8hhJBswKnwCSpLPDxrubiw5LOLqNDBs+IixT2dUrn6q9wtLgBNklTxPSGEkCh4SuXElJ/xmTjbrYfy0GCVhH7FamY3lVtSKttglcuohAkhpLBcq3JaSp+9VOVQcam9c0GlyVmwukGildNTKt+RKr/mmCaEkMJyoemCJG23PlD5lspf8tRQSeVDv0Dlh5KO/x7SrZ7AMU0IIYUFFujIU36nVJ4NDTFVcGX817w1UnWCn3W1ytdU3kqhnL8RF1GOEEJIMUHilkNUdhFnOF1OiFgcrz9semS4yrQ8NlDSuWdhxIC779ut0ZMs52hbMEyo4HN4H08IIXHzjEk3lYNVhqr0VdlApZ1Ka3HXwa+qvKbyT5UH7d+5Jo1k8ojwM0zlOpXvJPi5HVVuVtlXZTrHNCGEFBqkOf2tSSvTEWuL847C9e+bkm4gtOCoTulzPxXnCnB2wp/bz5R6O45lQgghBnbkH4kLEINob68XTZmnqdBLnGOK/dMEPxNH+TjSb80xTAghhPhR6OBWlT3FHY8kxf4qF7H7CCGEEH8KHYxTGSKVGbStyk8k/ShChBBCCBX6KiD2+1dVbkvwMy9R2baM36eVOyGEECr0BFigcpgkZywHV7ZX2I2EZAoXyoQEQMuMngtjOVgkXirO3aA5XK9yjLi0riR84FKCDHobq3Q3aaGymThXk1X7cbl9D+4n82284N9TVeaKyyXwnrjgErVs3tRY1/poW+vDLiqbqKyjsp7KWnX662OTd8QFAUG//btOn5H0N2jwxe4jLsHVFuJ8tfEetbW+amHz/jJ7d9AvM+zf8Nt+w/pvAZuTCr0cLleZLM5ifb0y/xZR6X4YeNsWeaHRSWV7lU1VvmITS2+VzpKcyyE8Jz4RF5kQASNetgnpFfvKhV7zFTj6DkGcdlDZUqVrhZ+JhddL4tyJkKnxMXGxtEnlYO5EOushtujqa4ut5rLU+utFcbZPY8XlJV/KpqZCXxOPioupe6+tKJsCEt/HENv9Gyo9m3EC0cJWyz+z3U4sYNcGG4l9bHLZMOXntTXBcwauMiFBcTwhLiXis6b4SeNjbjdxySoOtJOUJMGucZiJ2GkL+geJMR5RmcMuKAu47O6hcoQtvDon+NnYxfcwGW7fm6IyRly41ZcyqnPpdGGFnS4s5zBYnVDuvrCju9VWmo2BdKqVWLbvZhNJDAyzBU/IYMGyry1esDBrH2AZZ1uf/03l71Je/OckQbaoH0k6R5lo9+tMyqHa+u5UlQEZtQsyaI0yeTWQMYN5ZidJNn5Gab7FAv+nKuObeXpSo/JjcadevllmO3bk1njA0zPPN73Q2tpumS3acf22RCo/icNC4U1bHH2eXKympkZGjx7N1UGFoLOQKrW2AbksgWfs3sjnhybnBNxXOIr9gymn2ogE0aPOEnev6JvzUq7b5WWWBycpEwPqG0ym8IDZMoDxPS7luh5WZnla2oLw9YD66/E6Jy5p8oSHukChdyg9EAq9trY2SqkOSEkgdN/J4tKlrnpfc6WtSovErgGWaZCtzHGMfXSgO/LGwJ3+2eJsN7B43Njjs9O+02/qu4xd3jV2WjEgoL7BDuxQlX+p3CLuLjgr0u6rcq46dzDlOcrGbyhgc4QrLZys9oi4L0rPyIVhbXWAZUKg/REqC+3/WLUXMR/6NhntJOsDx4/32c5lb4nfTQnW2rBRgAHdSHFW9rHTlIkPu3IYOB0TcB/iCBRJnZ4TFw2yUw7f7abc/6J/TlF5UpxNSohU2WkDAobtJ4QKvQHuUNlLXOCY70sx3ZJKluJZsontDMbZC5s3f2NYA58uzqL3/3Ks0PGen2q78p4R9c0vxKXJ/GrOxt2aFl8w9LxH5VcSR84KlHeMvUuECr1enrIV6qIC98/uGa68kVQHx5+4u2uR83bupXKXOLuAdXJWN/Qd3DwvjHRBtrk4S/iL5Quf9zyDBReMYQ+IUJfgtAvXJS2FUKF7UlQxsUsGz1zPlNvNUn58gNiBXQCMcLbKSX1wtQCbhx/k4L39uTj/9b45Hn872vjbIuI64LrkpoIsvoJU6AjQcojKUHFHvIgyhGhQHQqwMwsdvNg+DWEwBuBOc1CB23w7lQclTKPEct9t7JaG5ahvBotzmxqaw3GHoDBwreydg7p82zYExDM4Grlyle/B93KBfYWPKIKbIIQjwgF+Yt8rhXXEzz6QL6J24e8YoSs5EFUNBmnTPTwLR+vXCo/LAKzfcewJq+s/R1oHWLIfkMO+6WY7dewE78xJnWCrAuPf9XPUTwhShLgCZ3I68avQV8jKR++lCFylgbYm4G62xJT7PFPqs03B43vvrrIQKC0U5tnf4f+Mxd0wu0qyGerqA8Y3p7CpV3s3brHxfW9kZYdXyPcL0DeIQHdZ5HWB6yci5vXPYT+dIS6W/92cTvy9GJXSyqRDGX8DpQ+3NBi8zTHlDqU/077OtUHwBrvo83v0VqZY0phMcEIzgs1cL21McSC85oTAy1paFCMM7kUF6Bu8E78Xd4oVc32RoGpAjvsJbsjjbWNHIlDozaFDnQVAQ3dGUOqjEn5ujFa+/cRlu5qUQt/DeOUgvgaNAsMyHLvj/vatgMsJ1yFYhP9OkkuAEwMX2qbg+ojKXLqWxF3zMTnvn01swfVdTiXpE7KVe1Ukn+lj0bVzwp+JK5XbqMybTA9bXIZsX4A7y8kpjJUYuEqcvUMswEYDBq8jC9I/cIHdm9NIsRV6GmWL9a4+aX90JFeo4fAvCxy7n8pmCJJWtuDaKZLyImAWghn1LlAfnSt0ZaNCJ58D/9SkjlFhAHcsm7RZ/L9kH72P1A9OnZAiq0cEZcXcVjSXYMSkP4zDtLhKkz7wX4DYAEkEm4BrGq3Zmw8WVSPZDMECZX4tNwPBciz7hgqdOAZX+PedqMwTAXeBX2czBAsS0DCmeJgMFN6lU6EnSMzJRSqNXAavgT0kbJ9QWP8ujaAvTpb8JarJE1Dou7AZgt2lk5QI2WqXCn1lBtgue24FnwFfUBjDIbb3OSpdM6gH/OmnirPIRgQ8pMn80BT5fPt5T6trF/vaz1b3XwpkEYrQo8PFheok4YEMZb+2fvqMzREUMC6Fe+UUNgUVepFByEvkSP9HArtghAVFvHLcN+7poexLrdyIiDXWFHljE+3ker4HC9kvi0urCzeYrBNYHE2FHjSweD/RFDsJh7b2DlOhp0DIR+6MKb46QxL8rBni7hsRJnReSuXF595su+s9bQExtZm7JiwKEEYSVvqwmIXf9VMZ9gXuArcuyLhDCGcE1XlbXDTHOZHsfGEz0rMgfYT+wAncG7ZgRl99GmhZDxBSOKW5EbtnNXaTZK2ssVu/QuUh27XvkeDkcofKaeKS+iQNJiq4KN0jLgLVeRmMl7VsQfRSzsYYwjE/o/JP20Uh/8I0W5xVmSAk7rri0utiUYN0s5vZrrhDQHVBspOfqPw0Z32E9/YFlcfFhSRG/yy2vlpifYTN2sa2oMG7gSu70nF31hs5BD/C9dlrnNKTZ7m4gCuhSRqhHIcFWtemCnZGG6Q0DnDFcbp8kSynuTLBdtA+6S4uO5rv/ijnhOCcgMcVFMQj4jKY9aqwH5COeWJAdcPJTrmxA/4ZaD9hsXWrLZyqmvmOw1jwFlP8WdalqaFgH/NQFpxqtC89sKamRmpra6OUUI7csaNDspb3VV6xY9lJKTwndstkGIl9JcWF3fn2wj/bzM9AIoYhNqH7BKcA+9lpg0+wcNky8jF1jymIYaYsZlTYDwjDikBIuGIZG0D9EEXupBxsvGCvMdAWXeOleVEvl9si9HDro8cyrM+uQhInrSP3ZSofmaKGVfa7Nphwr/OBrQ5xJ1eybsb359vucK79PWn4lOGBFD//eXHWwWeJC3XalEUfMuTBcn50hu2CMXWCjTlfR6xQFrupvBzhOJpo7ZSGHUJpxw/5psrF4oIjZcWB4jwlpkbYT4tsQXJtwp/7b5tLzrB33ffmDguKtSQON9WoFHpju9Zamyjxgn5syhYT5izbTeNn0+37C01Jf2r/fs86a7EU03UE90OP2qRfLV/cP1Y38v8Wdb7fos7X9e0r7i7X9lB29BuO3x9WuVoaz9WMRdmhNnmHwEnW5sd7et7gDE4GKgHvIuwwfmXvb9rcbTvBi23RlwWI8HesxHeXPltcEKPnUvp8zO/n2jvsewxvKs5zhymyE1boj9iLvcB21XNsJTvPds3v2I659P/lbLYm8aS4+8Sk8bmShqvZQHvpf1LP4g+LOfhjTw6s7XGyACMgH8k6to5opwELddxdPu75uTjBQZrQZ2yB2CaDumPReaFtRGIAV441nt6tK8UZOZ7nsX5wX+tNhU4qYU/xZ/Txx5y13V42GZbqh1X9tgGXd5DtRtPuZyyGN2tCebI2ipslYbjZ7WEbhyzaoKlRyrI2ipuZ0bv1N8/1PLEJZaJRXIRGcb7waRS3ImdtB9c2WAvfbrvREeLu4ULlaXE+8GmD3Xn/wPsOR7ffkDBc7HA6cJC4E0HfjJDwDWPRLgdk9G4hpPE8j8/rIyRRqNCp0MsBxotH2I70vgjKe5WnfugXcBvMstOV8QGV6QlxR/C+wfXRdoGPWdzzP5fRs3HVeoPH521OFUyFHgsrclov7M7fjKSs/1IZ5+E5vQIeg9+XMIPf3Cbp2Jisab7bN+DxCi+R6zMuwyjxZ8S8thAqdCp0UgY+fG03DrTuF6j8PeC+gYHcTZ6feWCg8x6O2s8LoBz/EXdd5QPkr1+HUxQVegzUsgmCwMdRc/cA6w0/8/Mj6B/EW/dp6YwEPyHe3V4m4cQzeMjTc5AVby1OUVTo3KHHCfzD4ROMeN+d68h6tlLHEVxHcRanrRJ6pg83JcTK7hRYWyOOwOIIxgT65yKPz4O71M6BtQE8Rq4JqDy+duitpY51OamcomU0o1GcnwkTCSH6ijOe6ylf5Dfvaj9vUWdlXgqkU3IxA4h1gAhZcN+BId4McYGNcHeP0MAIYNTUoCiw8P7IFg5p1rl1QH0A96NHIhozcPFEONLBnp6HsKM3B1T/v9g4DwUExZrrYZGKhf36Ulm4YVJghc4devIgSMg2NkliQkbmrW4J7bDrs4JdbIoed30weEPoUgThmN/AZyy0xUGaCr1KwnKHuiSyMYTAVQj64uu+f3ub+0IIMY1F7KjA+uM9e8d8nDq1o6qgQo+BPN+hQ1nj2PJgcS5RfT0vIPqYHGjfw+QDlxu4Q40Rdxe5ok4/pN0XLQJ6l2AE+GSEY+pBcUe9gzw8C6k7uweyM4QnxsTA+gInZMi/sYWnuYRQoXOHngE4HjtM5UjbiYdCNxNEIUOiCQTlQAzxu2xiSrsv6l4hZM2oiN+XUZ4UOnaFGwei0O8PdPE/m/MkFTrJ50DF5IdMZkeLM2ALfUwPMDnTdqs+XGNCmJQxCT8c8TiDcpvjaYz1EX/GX40xNtC+mO/xNIBQoQdPHo7cce/8M3EBQDpFWH4czw8r0JiDPcGHEZcfCxIkBDrIw7NCiGsPC/9JgfbFB9z4xEc160uF3gDIY427vdMiVeZFZGwO6uAr7On6AdR1soSb/W0+XycqOBK/QsfxNHIjw5VmU3ZjVExgHZpMCPH3pwXcD0v5OsUHj9xJXRBF61YJP4EFWR0ctechtzR2rT58oFsEUNeXAu4H3m1zh04iBj7kT1KZR8sM8XfvmSY4gn7Hw3MQlTDrYEAvc9gSKnSSNIeIiy7WmU0RLYtzUg/sDH0Y9pXCDWcFIiPO5LAlScLQr+RrKjdKWKFLSfm8laO6+DAUQ7jeLOOIfyxxeyQQ7tBJYOCY/U4q81wwO0d1WeThGQgE1CHDOs4TWpITKnSSEAh9eYPwmD0v5MmI6TMPz4BRXKuM+4s+2IQKPRJCP96/VvzGYCekqdR6ekaWrqWLhZbkhAo9GkI2UvqFyr7sIr7LBWaFp5OAxnbotewGwkkgDj4KtFzwNT+V3ZM78mQH4UPRQZl/ymFDqNDjxecxeKg7dIZyzSeb5KgubT08A5HQFmVYR3rckMSh21p6hGjwsr24HOYhsFDlNXFRwWaICyYyy75fZe3XRZzxHthMZUOVXirrShiRvkJiwxzVZTNPC+4lGW+mMM557E6o0CMgRIOXn0u2lr0IpDFG5TFxSTjeKbOdqk2ZYze6o7jc2QPFGfcVXcH3FpdwJPZocR08LU6wePw4AIVOCBV6BIS2Q8eu5+sZPXuKyqUqo8X531bSph+avKByjTh/4i1VhqvUiLMRKKJtCCKf9cmBQu+p0s3Dc97PeHfcggqdpLFKJMXYoX9HpZ3nZ+JI8wxx8eGvr1CZNwTuQp9XOdees4s4l7wiRuHqlYM6DPC00cg6sh536IQKnTv0ZvfzcM/PhJX/PiojxZ+B4DKV8SrH2q79FJVJBRpzQ3JQh109PSfryHrcoRMq9AopqlHc5qbgfDHNdspPZFhnTNiXiItVP6cg4xt1bRtx+Tuq7O7pWa8GMBdRoRMq9EgI6ch9J/FnDAerdRzvTwmk7rhjL0qsethJ7Bxx+YeKv2uDEBQ6IVTokRCSO8ogj886UeXZgOoOn/sOBRp334247CM8PQeGg9M5RREq9LjxGRlqWUD13srTcx5WuTmwPu9VsN3QN8S5sMVGP/Fn5/GmxO8NQEjhFbrP6G3tAqkz7iU39vSs8wPs8+0KNsbXVjkhwnLjZMfX/f+rQggVevS863GXPjiQOiMIi49AHfALHxdgn+9awPf6eJVtIyovggQd4/F5j3HqJ1To8YPIUPM9PWsvCePuFjs2H369T0l4wXS+ZMqiaMAA8qyIynumx7kI8dv/wamfUKHHD4KNvOPpWZtKdpHZ6uIrEcsrAfY37mTbFfTdPlDl2xGU88fiN5Xvv1Re59RPqNDzwZsen4VdUpeM6+vrlGBGYP0MQ7iagr/fvxM/iU6aC05PRnp+5gOc9gkVen7w6R8Ny93fZlxfXz7YoYW6xZXHzgV/v5GsBV4HHQMsG+w6rvdcNlwJPchpn1Ch54f/eH7e4Sp/kuyOfn3lfO4SUB9jd34KX+//7YIR275VQGXqoXK/+I1eCHDc/gKHBKFCzw9TxX/QF9xlPqOyv7jIZT7xlYTiywH1MYKr7M7X+38cqnJHIEodXheIV5CFO+HfOBRInili+lTs0GHAtYXn526tcq89/z6VCeL84hfZ1yUmnzVjUYbPmNnAz5faAibt4CqhuIf1UrmAr/ZqfNPG3/dU3suoDPA6uEtcbgHfIFnQzRwGhAo9X0BhPp6BQi+xldQfuQ1KF9HlynX9wh35ayrbS/0ueQvE+d6nfeQPv2dY9k/PeDxfJ/4C6cQGst+NVTlC/IfnPVjlapXOGdUdi5k3OQRInilqLPcQLV2xg25lCrocKe18tmngc5F17H0P5Ydx0/EZt+EolWF8rRtlc1Pqp4kfg8mNVG5SuTNDZb7MFhOEUKHnkKfF392yL4Y28P1FHncmR4l/Q6fSzvzXEndiEp+0ERemF7niD5F0TuoQ0Ogke0bW/YI7+4nsdkKFnk8+sZc8TzRmBObLVW9t241t6LHeMDKEF8HP+DqXTR+V21X+LS6Weo8EPrO/ynmmyC9VWTeAev6OXU2o0PPN3Tmrz1fEHW/Wx9Oey4HFUncPz4IdxJPi7mdJZe0IpTdZ5SHbWSMXwQbSuGV8tS3e9lA5Q+UJcW5hv/TU/00BRniPsItJEWhZ4LrjHn2chJNEpVJwPwnDtFn1/AwW9UvFn8vcVqbUj05pMYF6/EjlHAkzaEqstFfZ0wTMFXc1VbKKn2a/002c8WYX2+WvE2h94DVyEbuVUKEXg8tzpNDFFHp9Bn/TbTL26Sve33Zs14g7gp2TwGdCccCnGsfDm/P1TZ1OsnIugNgMDq9SeZ7dSIpCdcHr/2dxAV/ywg4NfB+78zszKA920ki+8aLKxeJC4TZnjMKH/1fi4gdcTWVOmsB0GzOEcIdeEHBsCOvov+SkPgNtRzW3np/B+AnhUNtnUC74hf/clDusjceKy3j1qji3uo+sL7ADx9VBX/sbHN3vZAq8FV9XUgYnS3YBdAihQs8IGMfhmHqfHNQFd5sIqflEPT9D8BmEvjwkw/LB73mwrHzNgaA3n5hCR2Y43IlXcViSCviDyj1sBlI0qtkEn4Od67yc1GVIIz+7LsDythVnKY0d+dpU5qRCcC1zKpuBUKEXl5fFGW7lgaGN/Aw797vZ3SSnIMzxCHFXOIRQoRcYBMH4aw7qgSP3jRr5+VniksEQkjcQqfA5NgOhQidIjgLf5pcirweMygY18nOcRlzI7iY5AwvV0WwGQoVOSrwrLhNV7Ed2u63h57Dsf5bdTXLC71XOZTMQKnSyKghduZ/KBxHXYZs1/BwJW34o7s4xz7zOhUvuuUWcUSshVOhsgnoZb0r9/UjLD7/t9dfwO4ighdCsK3LahwiBi4Q1R3I455Y/isvktpRNQQgVemNMNKU+JcKyQ5lv14TfQ/S4M3PYdwis8y2Vt8VPzu9QwIkLwhkjQtobOa8rjtiP4jRFCBV6U4HF7NfERTaLjV2b+HvIi31GjvoMMeOHi8vCVjQ+VjldnB/2UZLPKxUkXEGq3LM4PRFChV4uM8UlpThb5bOIyr1LGb87UvLhhw+7h6+rPFXg97n0TiPmQI3ky0XxQ3Gpcn/DaYkQKvTmskxcqk64g8WSvQkJTTYq4/dx9H5kxAoAyhxXJOM5XP/HgyoHmSKMHeQ0R/KhMexWQqjQk+A52/keJy6pSMisKy6dajncIO6o/pXI+gX2DkPtK1mZ+61PX4u0/PDIOE1lb8m/XQAhVOiewQ72GtsBny3uSD5UhjTjbybYouWGSPrjJpWvSpzGi76YJC5r3Z2RlRvXBkjkg0BIK9iNhFChpwWOeHEM/2WV76k8LS7aXOwKHcBKHMfvOMKeHGj7I0MbDL+OUJnP4bhGECwJmfYOl/DdMaeKuyvfU1xcCEIIFboXkKXtRlOeO9puAkfWywIoG/KJd6/g73FcixzrJ0hYuaVxj7q9OD/kNeEre1ssWeJuFXcXjbZbEljZZqicqDJA5a4M36EqT88IecyE8t6wL8qA+dCTA0eCE03OVukn7u5ykE1Q8A3v5LlM64iz0K/k+ByuT1eIO6492XZ4G2XUxtPF+ViXkwYWngmz7IVdkdI7ND+QBVxTectON9COv1TZN8PFPU61cM1zlbjkSCGkMcbpG06pFqX0+a1tgVwb8BhZaOM6rdOvKnt31rSohBvqJ1aeNFjL+iIXVzrMPe0HDJouKj3ERXHr4GkAYeJ4UZL1o8ciAQZKh9qCxcci5XlbVIxuxovdQqW9hzIuWEOf4nom7SA+sOfYwibAcoA9yA9U9rcx6mtxdp/K7abQQ5pQ25uySVPhrpCw4wRgzmrrYdGB93l5AH2xsPSMmpoaGT06zjw/3KH7YantEmfZ5BUzn9huHbKBKfU97SSij00ElfKpLURgl/CQymNreOkbY3kgu76QQYbB48UFpIG3wD72tZ8kF2kPfYBMf+NUHhAXY//TgHennLPCCKnLvqBCJ554z3bNkFYqvVS2FHd3/yWV3uLSuXa2lXaLOn9baxMGfKRxvAmXpCm2G4e8LbRs9g12jPebYG7oaTv+baw/N1FZz3ZuPev0JxZNuNrA8ekc+4qxMU3cvTiuoSbZgraWzUwIFToJG0zor5ncU+f7mPRxLN+uAYU+N+CdWpGBTcDrJqVgLiXjoTbiTmM62u8tMoFL58em0GupvAmhQif5Yrntwj9kU0RPSUlDef+HzUFIWNBtjRBCCKFCJ4QQQggVOiGEEEKo0AkhhBBChU4IIYRQoRNCCCGECp0QQgghCdKyU6dObAWSGgsWLJBly5axIUgqtGvXTlq3bi21tYxhQypn/vz50r59+2jL33Lq1KnsRZI4VVVV0rJlS9l7771lwoQJbBCSCiNHjpTjjjtO5s1juH5SOVgYtm3bNl6F3rVrV/YiSY1WrVqxEUhqdOzYUdq0afO5EFJ0eIdOCCGEUKETQgghhAqdEEIIIVTohBBCCKFCJ4QQQqjQCSGEEEKFTgghhBAqdEIIIYRQoRNCCCFU6IQQQgihQieEEEIIFTohhBBCqNAJIYQQKnRCCCGEUKETQgghhAqdEEIIIVTohBBCCBU6IYQQQqjQCSGEEEKFTgghhBAqdEIIIYQKnRBCCCFU6IQQQgihQieEEEIIFTohhBBChU4IIYSQWGjJJiDEK7UpfW5Vip9NCImA/wowALqv7GXv+J+kAAAAAElFTkSuQmCC",
|
|
6662
6662
|
onerror: "this.onerror=null;this.src='https://cdn.tapni.co/images/logo-dark.png';",
|
|
6663
6663
|
class: "header-logo-img"
|
|
6664
|
-
}, null, -1),
|
|
6665
|
-
|
|
6666
|
-
],
|
|
6664
|
+
}, null, -1), Yt = [
|
|
6665
|
+
Wt
|
|
6666
|
+
], Xt = { class: "lang-icon" }, Zt = {
|
|
6667
6667
|
class: "snackbar snackbar-boxed",
|
|
6668
6668
|
id: "snackbar"
|
|
6669
|
-
},
|
|
6669
|
+
}, Jt = {
|
|
6670
6670
|
class: "snack-body",
|
|
6671
6671
|
id: "errorSnack"
|
|
6672
|
-
},
|
|
6672
|
+
}, eo = { id: "errorMessage" }, ao = /* @__PURE__ */ i("img", {
|
|
6673
6673
|
src: "https://cdn.tapni.co/icons/notification-close.png",
|
|
6674
6674
|
style: { width: "100%" }
|
|
6675
|
-
}, null, -1),
|
|
6676
|
-
|
|
6677
|
-
],
|
|
6675
|
+
}, null, -1), no = [
|
|
6676
|
+
ao
|
|
6677
|
+
], io = {
|
|
6678
6678
|
class: "snack-body",
|
|
6679
6679
|
id: "successSnack"
|
|
6680
|
-
},
|
|
6680
|
+
}, to = { id: "successMessage" }, oo = /* @__PURE__ */ i("img", {
|
|
6681
6681
|
src: "https://cdn.tapni.co/icons/notification-close.png",
|
|
6682
6682
|
style: { width: "100%" }
|
|
6683
|
-
}, null, -1),
|
|
6684
|
-
|
|
6685
|
-
],
|
|
6683
|
+
}, null, -1), ro = [
|
|
6684
|
+
oo
|
|
6685
|
+
], so = {
|
|
6686
6686
|
name: "TapniAuth",
|
|
6687
6687
|
mixins: [z],
|
|
6688
6688
|
data() {
|
|
@@ -6691,16 +6691,16 @@ const Qt = { id: "ssoapp" }, $t = {
|
|
|
6691
6691
|
};
|
|
6692
6692
|
},
|
|
6693
6693
|
components: {
|
|
6694
|
-
Language:
|
|
6695
|
-
SSOPick:
|
|
6696
|
-
SSO:
|
|
6697
|
-
ModalOverlay:
|
|
6698
|
-
AuthCallback:
|
|
6699
|
-
AuthReset:
|
|
6700
|
-
AuthVerify:
|
|
6701
|
-
AuthRegister:
|
|
6702
|
-
AuthLogin:
|
|
6703
|
-
AuthWelcome:
|
|
6694
|
+
Language: Ce,
|
|
6695
|
+
SSOPick: Le,
|
|
6696
|
+
SSO: ze,
|
|
6697
|
+
ModalOverlay: we,
|
|
6698
|
+
AuthCallback: ye,
|
|
6699
|
+
AuthReset: be,
|
|
6700
|
+
AuthVerify: ke,
|
|
6701
|
+
AuthRegister: ve,
|
|
6702
|
+
AuthLogin: fe,
|
|
6703
|
+
AuthWelcome: _e
|
|
6704
6704
|
},
|
|
6705
6705
|
props: {
|
|
6706
6706
|
view: {
|
|
@@ -6742,56 +6742,57 @@ const Qt = { id: "ssoapp" }, $t = {
|
|
|
6742
6742
|
this.applyBgStyle();
|
|
6743
6743
|
}
|
|
6744
6744
|
}
|
|
6745
|
-
},
|
|
6745
|
+
}, ae = /* @__PURE__ */ Object.assign(so, {
|
|
6746
6746
|
setup(e) {
|
|
6747
6747
|
return document.addEventListener("DOMContentLoaded", function() {
|
|
6748
6748
|
const a = document.createElement("script");
|
|
6749
|
-
a.src = `https://www.google.com/recaptcha/api.js?render=${
|
|
6750
|
-
}), (a, n) => (c(), l("div",
|
|
6751
|
-
a.display === "redirect" ? (c(), l("a",
|
|
6749
|
+
a.src = `https://www.google.com/recaptcha/api.js?render=${Qt.VITE_GOOGLE_RECAPTCHA_SITE_KEY}`, document.head.appendChild(a);
|
|
6750
|
+
}), (a, n) => (c(), l("div", $t, [
|
|
6751
|
+
a.display === "redirect" ? (c(), l("a", Gt, Yt)) : h("", !0),
|
|
6752
6752
|
a.display === "redirect" ? (c(), l("a", {
|
|
6753
6753
|
key: 1,
|
|
6754
6754
|
onClick: n[0] || (n[0] = (...o) => a.toggleLanguageModal && a.toggleLanguageModal(...o)),
|
|
6755
6755
|
class: "font-18 no-border pointer color-black",
|
|
6756
6756
|
style: { position: "absolute", right: "20px", top: "-10px" }
|
|
6757
6757
|
}, [
|
|
6758
|
-
i("span",
|
|
6758
|
+
i("span", Xt, p(a.appLang.toUpperCase()), 1)
|
|
6759
6759
|
])) : h("", !0),
|
|
6760
|
-
v(ye),
|
|
6761
|
-
v(Le),
|
|
6762
6760
|
v(we),
|
|
6761
|
+
v(Ce),
|
|
6763
6762
|
v(ze),
|
|
6764
|
-
|
|
6763
|
+
v(Le),
|
|
6764
|
+
a.initialized && a.renderView === "AuthWelcome" ? (c(), P(_e, { key: 2 })) : a.initialized && a.renderView === "AuthLogin" ? (c(), P(fe, {
|
|
6765
6765
|
key: 3,
|
|
6766
6766
|
isModal: e.isModal
|
|
6767
|
-
}, null, 8, ["isModal"])) : a.initialized && a.renderView === "AuthRegister" ? (c(), P(
|
|
6767
|
+
}, null, 8, ["isModal"])) : a.initialized && a.renderView === "AuthRegister" ? (c(), P(ve, {
|
|
6768
6768
|
key: 4,
|
|
6769
6769
|
isModal: e.isModal
|
|
6770
|
-
}, null, 8, ["isModal"])) : a.initialized && a.renderView === "AuthVerify" ? (c(), P(
|
|
6770
|
+
}, null, 8, ["isModal"])) : a.initialized && a.renderView === "AuthVerify" ? (c(), P(ke, {
|
|
6771
6771
|
key: 5,
|
|
6772
6772
|
isModal: e.isModal
|
|
6773
|
-
}, null, 8, ["isModal"])) : a.initialized && a.renderView === "AuthReset" ? (c(), P(
|
|
6774
|
-
i("div",
|
|
6775
|
-
i("p",
|
|
6776
|
-
i("span",
|
|
6773
|
+
}, null, 8, ["isModal"])) : a.initialized && a.renderView === "AuthReset" ? (c(), P(be, { key: 6 })) : a.initialized && a.renderView === "AuthCallback" ? (c(), P(ye, { key: 7 })) : (c(), P(Pe(Ae), { key: 8 })),
|
|
6774
|
+
i("div", Zt, [
|
|
6775
|
+
i("p", Jt, [
|
|
6776
|
+
i("span", eo, p(a.ssoLang[a.appLang].error), 1),
|
|
6777
6777
|
i("a", {
|
|
6778
6778
|
onClick: n[1] || (n[1] = (...o) => a.closeSnacks && a.closeSnacks(...o)),
|
|
6779
6779
|
style: { position: "absolute", right: "10px", top: "10px", width: "50px", height: "50px" }
|
|
6780
|
-
},
|
|
6780
|
+
}, no)
|
|
6781
6781
|
]),
|
|
6782
|
-
i("p",
|
|
6783
|
-
i("span",
|
|
6782
|
+
i("p", io, [
|
|
6783
|
+
i("span", to, p(a.ssoLang[a.appLang].success), 1),
|
|
6784
6784
|
i("a", {
|
|
6785
6785
|
onClick: n[2] || (n[2] = (...o) => a.closeSnacks && a.closeSnacks(...o)),
|
|
6786
6786
|
style: { position: "absolute", right: "10px", top: "10px", width: "50px", height: "50px" }
|
|
6787
|
-
},
|
|
6787
|
+
}, ro)
|
|
6788
6788
|
])
|
|
6789
6789
|
])
|
|
6790
6790
|
]));
|
|
6791
6791
|
}
|
|
6792
6792
|
}), Lo = {
|
|
6793
|
+
TapniAuth: ae,
|
|
6793
6794
|
install: (e, a) => {
|
|
6794
|
-
e.component("TapniAuth",
|
|
6795
|
+
e.component("TapniAuth", ae);
|
|
6795
6796
|
}
|
|
6796
6797
|
};
|
|
6797
6798
|
export {
|