@tapni/auth 0.0.32 → 0.0.34
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 +344 -345
- package/dist/TapniAuth.umd.js +3 -3
- package/package.json +1 -1
- package/src/App.vue +16 -6
- package/src/install.js +1 -3
- package/src/mixins/auth.mixin.js +0 -3
package/dist/TapniAuth.es.js
CHANGED
|
@@ -12,9 +12,9 @@ import { MsAuthPlugin as xe } from "@recognizebv/capacitor-plugin-msauth";
|
|
|
12
12
|
import { Browser as F } from "@capacitor/browser";
|
|
13
13
|
import qe from "qr-code-styling";
|
|
14
14
|
import { sanitizeUrl as Me } from "@braintree/sanitize-url";
|
|
15
|
-
import
|
|
16
|
-
const
|
|
17
|
-
const n =
|
|
15
|
+
import "@tapni/capacitor-reactive-localstorage-vue3";
|
|
16
|
+
const Re = "0.0.34", m = (e, a = !1) => {
|
|
17
|
+
const n = Re;
|
|
18
18
|
let o = $.create({
|
|
19
19
|
baseURL: "https://api.tapni.co/v1/",
|
|
20
20
|
headers: {
|
|
@@ -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
|
+
}, Ne = {
|
|
3350
3350
|
state: {
|
|
3351
3351
|
english: "英文",
|
|
3352
3352
|
spanish: "西班牙文",
|
|
@@ -4251,7 +4251,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
4251
4251
|
choose_other_login_methods: "다른 로그인 방법 선택하기",
|
|
4252
4252
|
no_sso_logins: "귀하의 회사는 SSO 로그인을 사용하지 않습니다. 관리자에게 문의하십시오."
|
|
4253
4253
|
}
|
|
4254
|
-
},
|
|
4254
|
+
}, Ve = {
|
|
4255
4255
|
computed: {
|
|
4256
4256
|
home() {
|
|
4257
4257
|
return this.$storage.token && this.$storage.username ? "/" + this.$storage.username : "/welcome";
|
|
@@ -4318,9 +4318,9 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
4318
4318
|
}
|
|
4319
4319
|
}
|
|
4320
4320
|
};
|
|
4321
|
-
var
|
|
4321
|
+
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 };
|
|
4322
4322
|
const z = {
|
|
4323
|
-
mixins: [
|
|
4323
|
+
mixins: [Ve],
|
|
4324
4324
|
data() {
|
|
4325
4325
|
return {
|
|
4326
4326
|
appLanguage: "en",
|
|
@@ -4339,7 +4339,7 @@ const z = {
|
|
|
4339
4339
|
it: ce.state,
|
|
4340
4340
|
sr: le.state,
|
|
4341
4341
|
tr: de.state,
|
|
4342
|
-
cn:
|
|
4342
|
+
cn: Ne.state,
|
|
4343
4343
|
kr: pe.state
|
|
4344
4344
|
},
|
|
4345
4345
|
display: "npm",
|
|
@@ -4368,9 +4368,6 @@ const z = {
|
|
|
4368
4368
|
};
|
|
4369
4369
|
},
|
|
4370
4370
|
computed: {
|
|
4371
|
-
appLanguage() {
|
|
4372
|
-
return this.appLanguage;
|
|
4373
|
-
},
|
|
4374
4371
|
isLoggedIn() {
|
|
4375
4372
|
return !!this.token && this.token !== "" && this.token !== "null";
|
|
4376
4373
|
},
|
|
@@ -4379,7 +4376,7 @@ const z = {
|
|
|
4379
4376
|
}
|
|
4380
4377
|
},
|
|
4381
4378
|
mounted() {
|
|
4382
|
-
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),
|
|
4379
|
+
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"));
|
|
4383
4380
|
},
|
|
4384
4381
|
methods: {
|
|
4385
4382
|
errorHandler(e) {
|
|
@@ -4641,7 +4638,7 @@ const z = {
|
|
|
4641
4638
|
for (const [o, i] of a)
|
|
4642
4639
|
n[o] = i;
|
|
4643
4640
|
return n;
|
|
4644
|
-
},
|
|
4641
|
+
}, Be = {
|
|
4645
4642
|
name: "AuthWelcome",
|
|
4646
4643
|
mixins: [z],
|
|
4647
4644
|
data() {
|
|
@@ -4655,23 +4652,23 @@ const z = {
|
|
|
4655
4652
|
}, 1500), d.$emit("ssoEvent", { name: "setInitialize", data: !0 });
|
|
4656
4653
|
},
|
|
4657
4654
|
methods: {}
|
|
4658
|
-
}, ue = (e) => (O("data-v-806183a1"), e = e(), B(), e),
|
|
4655
|
+
}, ue = (e) => (O("data-v-806183a1"), e = e(), B(), e), De = {
|
|
4659
4656
|
class: "page-login content-boxed content-boxed-padding center-text",
|
|
4660
4657
|
style: { "margin-top": "-1px", overflow: "hidden", border: "solid 0px #ffffff" }
|
|
4661
|
-
},
|
|
4658
|
+
}, Ue = ["autoplay"], Ke = /* @__PURE__ */ ue(() => /* @__PURE__ */ t("source", {
|
|
4662
4659
|
src: "https://cdn.tapni.co/images/tapni-card-tap-video-white.mp4",
|
|
4663
4660
|
type: "video/mp4"
|
|
4664
|
-
}, null, -1)),
|
|
4665
|
-
|
|
4666
|
-
],
|
|
4661
|
+
}, null, -1)), $e = [
|
|
4662
|
+
Ke
|
|
4663
|
+
], He = { class: "bold full-top no-bottom center-text" }, Fe = { class: "full-bottom half-top center-text color-black font-16" }, Qe = { class: "page-login-links center-text" }, Ge = /* @__PURE__ */ ue(() => /* @__PURE__ */ t("div", { class: "clear" }, null, -1)), We = {
|
|
4667
4664
|
key: 2,
|
|
4668
4665
|
style: { display: "flex", "flex-direction": "row", "justify-content": "space-around", width: "90%", margin: "0 auto", "margin-top": "40px" }
|
|
4669
|
-
},
|
|
4670
|
-
|
|
4666
|
+
}, Xe = /* @__PURE__ */ je('<a href="https://play.google.com/store/apps/details?id=co.tapni.app" target="_blank" data-v-806183a1><img src="https://cdn.tapni.co/images/playstore.png" class="app-store-icon pointer" style="width:55px;" data-v-806183a1></a><a href="https://apps.apple.com/ag/app/tapni/id1552930233" target="_blank" data-v-806183a1><img src="https://cdn.tapni.co/images/appstore.png" class="app-store-icon pointer" style="width:55px;" data-v-806183a1></a><a href="https://appgallery.huawei.com/#/app/C103931997" target="_blank" data-v-806183a1><img src="https://cdn.tapni.co/images/appgallery.png" class="app-store-icon pointer" style="width:55px;" data-v-806183a1></a>', 3), Ye = [
|
|
4667
|
+
Xe
|
|
4671
4668
|
];
|
|
4672
|
-
function
|
|
4669
|
+
function Ze(e, a, n, o, i, r) {
|
|
4673
4670
|
const u = V("router-link");
|
|
4674
|
-
return c(), l("div",
|
|
4671
|
+
return c(), l("div", De, [
|
|
4675
4672
|
t("video", {
|
|
4676
4673
|
id: "tapniVideo",
|
|
4677
4674
|
muted: "",
|
|
@@ -4680,9 +4677,9 @@ function Je(e, a, n, o, i, r) {
|
|
|
4680
4677
|
width: "350",
|
|
4681
4678
|
style: { margin: "0 auto", "max-width": "100%", "margin-top": "63px", overflow: "hidden" },
|
|
4682
4679
|
autoplay: e.isNative
|
|
4683
|
-
},
|
|
4684
|
-
t("h1",
|
|
4685
|
-
t("p",
|
|
4680
|
+
}, $e, 8, Ue),
|
|
4681
|
+
t("h1", He, p(e.ssoLang[this.appLanguage].welcome), 1),
|
|
4682
|
+
t("p", Fe, p(e.ssoLang[this.appLanguage].welcome_p1), 1),
|
|
4686
4683
|
h("", !0),
|
|
4687
4684
|
h("", !0),
|
|
4688
4685
|
v(u, {
|
|
@@ -4695,7 +4692,7 @@ function Je(e, a, n, o, i, r) {
|
|
|
4695
4692
|
]),
|
|
4696
4693
|
_: 1
|
|
4697
4694
|
}),
|
|
4698
|
-
t("div",
|
|
4695
|
+
t("div", Qe, [
|
|
4699
4696
|
v(u, { to: "/login" }, {
|
|
4700
4697
|
default: j(() => [
|
|
4701
4698
|
f(p(e.ssoLang[this.appLanguage].already_registered) + "? ", 1),
|
|
@@ -4703,12 +4700,12 @@ function Je(e, a, n, o, i, r) {
|
|
|
4703
4700
|
]),
|
|
4704
4701
|
_: 1
|
|
4705
4702
|
}),
|
|
4706
|
-
|
|
4703
|
+
Ge
|
|
4707
4704
|
]),
|
|
4708
|
-
this.isNative ? h("", !0) : (c(), l("div",
|
|
4705
|
+
this.isNative ? h("", !0) : (c(), l("div", We, Ye))
|
|
4709
4706
|
]);
|
|
4710
4707
|
}
|
|
4711
|
-
const _e = /* @__PURE__ */ T(
|
|
4708
|
+
const _e = /* @__PURE__ */ T(Be, [["render", Ze], ["__scopeId", "data-v-806183a1"]]), me = {
|
|
4712
4709
|
data() {
|
|
4713
4710
|
return {
|
|
4714
4711
|
googleLoad: !1
|
|
@@ -4841,7 +4838,7 @@ const ge = {
|
|
|
4841
4838
|
}
|
|
4842
4839
|
}
|
|
4843
4840
|
};
|
|
4844
|
-
var
|
|
4841
|
+
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 };
|
|
4845
4842
|
const Q = {
|
|
4846
4843
|
data() {
|
|
4847
4844
|
return {
|
|
@@ -4867,7 +4864,7 @@ const Q = {
|
|
|
4867
4864
|
knownAuthorities: [],
|
|
4868
4865
|
keyHash: "4+5wCp8QcLptlO0aeP5RDTTOWyg=",
|
|
4869
4866
|
// Android,
|
|
4870
|
-
redirectUri:
|
|
4867
|
+
redirectUri: Je.NODE_ENV === "development" ? `${window.location.origin}/login` : "https://" + window.location.host + "/login"
|
|
4871
4868
|
})
|
|
4872
4869
|
);
|
|
4873
4870
|
if (n)
|
|
@@ -5087,7 +5084,7 @@ const Q = {
|
|
|
5087
5084
|
}
|
|
5088
5085
|
}
|
|
5089
5086
|
}
|
|
5090
|
-
},
|
|
5087
|
+
}, ea = {
|
|
5091
5088
|
data() {
|
|
5092
5089
|
return {
|
|
5093
5090
|
isQrCodeLogin: !1,
|
|
@@ -5163,9 +5160,9 @@ const Q = {
|
|
|
5163
5160
|
}, 6e4);
|
|
5164
5161
|
}
|
|
5165
5162
|
}
|
|
5166
|
-
},
|
|
5163
|
+
}, aa = {
|
|
5167
5164
|
name: "AuthLogin",
|
|
5168
|
-
mixins: [me, ge, he, Q, G, W, z,
|
|
5165
|
+
mixins: [me, ge, he, Q, G, W, z, ea],
|
|
5169
5166
|
props: {
|
|
5170
5167
|
isModal: {
|
|
5171
5168
|
type: Boolean,
|
|
@@ -5244,85 +5241,85 @@ const Q = {
|
|
|
5244
5241
|
return await this.handleSamlRedirect();
|
|
5245
5242
|
}
|
|
5246
5243
|
}
|
|
5247
|
-
},
|
|
5244
|
+
}, na = /* @__PURE__ */ t("i", { class: "font-17 color-black" }, [
|
|
5248
5245
|
/* @__PURE__ */ t("img", {
|
|
5249
5246
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
5250
5247
|
class: "responsive-image",
|
|
5251
5248
|
style: { width: "35%" }
|
|
5252
5249
|
})
|
|
5253
|
-
], -1),
|
|
5254
|
-
|
|
5255
|
-
],
|
|
5250
|
+
], -1), ta = [
|
|
5251
|
+
na
|
|
5252
|
+
], ia = /* @__PURE__ */ t("p", { class: "half-bottom small-top center-text color-black" }, null, -1), oa = { key: 1 }, ra = { class: "page-login-field half-top" }, sa = /* @__PURE__ */ t("i", { style: { "padding-top": "15px" } }, [
|
|
5256
5253
|
/* @__PURE__ */ t("img", {
|
|
5257
5254
|
src: "https://cdn.tapni.co/icons/user.png",
|
|
5258
5255
|
class: "responsive-image",
|
|
5259
5256
|
style: { width: "50%" }
|
|
5260
5257
|
})
|
|
5261
|
-
], -1),
|
|
5258
|
+
], -1), ca = ["placeholder"], la = /* @__PURE__ */ t("em", null, null, -1), da = { class: "page-login-field half-bottom" }, pa = /* @__PURE__ */ t("i", { style: { "padding-top": "15px" } }, [
|
|
5262
5259
|
/* @__PURE__ */ t("img", {
|
|
5263
5260
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
5264
5261
|
class: "responsive-image",
|
|
5265
5262
|
style: { width: "50%" }
|
|
5266
5263
|
})
|
|
5267
|
-
], -1),
|
|
5264
|
+
], -1), ua = ["type", "placeholder"], _a = {
|
|
5268
5265
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
5269
5266
|
class: "responsive-image password-reveal-icon"
|
|
5270
|
-
},
|
|
5267
|
+
}, ma = {
|
|
5271
5268
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
5272
5269
|
class: "responsive-image password-reveal-icon"
|
|
5273
|
-
},
|
|
5270
|
+
}, ga = {
|
|
5274
5271
|
type: "submit",
|
|
5275
5272
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
5276
|
-
},
|
|
5273
|
+
}, ha = { key: 0 }, fa = {
|
|
5277
5274
|
key: 1,
|
|
5278
5275
|
class: "button--loading button__loader"
|
|
5279
|
-
},
|
|
5276
|
+
}, va = /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin half-top half-bottom" }, null, -1), ka = /* @__PURE__ */ t("img", {
|
|
5280
5277
|
src: "https://cdn.tapni.co/icons/apple-logo.png",
|
|
5281
5278
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
5282
|
-
}, null, -1),
|
|
5279
|
+
}, null, -1), ba = { key: 0 }, ya = {
|
|
5283
5280
|
key: 1,
|
|
5284
5281
|
class: "button--loading button__loader"
|
|
5285
|
-
},
|
|
5282
|
+
}, wa = /* @__PURE__ */ t("img", {
|
|
5286
5283
|
src: "https://cdn.tapni.co/icons/g-logo.png",
|
|
5287
5284
|
style: { position: "absolute", "margin-left": "-10px", padding: "8px 0", height: "100%" }
|
|
5288
|
-
}, null, -1),
|
|
5285
|
+
}, null, -1), za = { key: 0 }, La = {
|
|
5289
5286
|
key: 1,
|
|
5290
5287
|
class: "button--loading-black button__loader"
|
|
5291
|
-
},
|
|
5288
|
+
}, Sa = /* @__PURE__ */ t("img", {
|
|
5292
5289
|
src: "https://cdn.tapni.co/icons/facebook-blue.png",
|
|
5293
5290
|
style: { position: "absolute", "margin-left": "-9px", padding: "10px 0", height: "100%" }
|
|
5294
|
-
}, null, -1),
|
|
5291
|
+
}, null, -1), Ca = { key: 0 }, Ta = {
|
|
5295
5292
|
key: 1,
|
|
5296
5293
|
class: "button--loading-black button__loader"
|
|
5297
|
-
},
|
|
5294
|
+
}, ja = /* @__PURE__ */ t("img", {
|
|
5298
5295
|
src: "https://cdn.tapni.co/icons/outlook.png",
|
|
5299
5296
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
5300
|
-
}, null, -1),
|
|
5297
|
+
}, null, -1), Pa = { key: 0 }, Aa = {
|
|
5301
5298
|
key: 1,
|
|
5302
5299
|
class: "button--loading-black button__loader"
|
|
5303
|
-
},
|
|
5300
|
+
}, Ia = /* @__PURE__ */ t("img", {
|
|
5304
5301
|
src: "https://cdn.tapni.co/icons/sso-key.png",
|
|
5305
5302
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
5306
|
-
}, null, -1),
|
|
5303
|
+
}, null, -1), Ea = { key: 0 }, xa = {
|
|
5307
5304
|
key: 1,
|
|
5308
5305
|
class: "button--loading-black button__loader"
|
|
5309
|
-
},
|
|
5306
|
+
}, qa = /* @__PURE__ */ t("img", {
|
|
5310
5307
|
src: "https://cdn.tapni.co/icons/sso-key.png",
|
|
5311
5308
|
style: { position: "absolute", "margin-left": "-8px", padding: "10px 0", height: "100%" }
|
|
5312
|
-
}, null, -1),
|
|
5309
|
+
}, null, -1), Ma = { key: 0 }, Ra = {
|
|
5313
5310
|
key: 1,
|
|
5314
5311
|
class: "button--loading-black button__loader"
|
|
5315
|
-
},
|
|
5312
|
+
}, Na = /* @__PURE__ */ t("img", {
|
|
5316
5313
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
5317
5314
|
style: { position: "absolute", "margin-left": "-8px", padding: "12px 0", height: "100%" }
|
|
5318
|
-
}, null, -1),
|
|
5315
|
+
}, null, -1), Va = /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), Oa = { class: "close-text center-text half-top color-black" }, Ba = /* @__PURE__ */ t("br", null, null, -1), Da = {
|
|
5319
5316
|
class: "",
|
|
5320
5317
|
href: "https://tapni.co/policies/terms-of-service"
|
|
5321
|
-
},
|
|
5318
|
+
}, Ua = { href: "https://tapni.co/policies/privacy-policy" }, Ka = /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), $a = {
|
|
5322
5319
|
key: 9,
|
|
5323
5320
|
class: "page-login-links"
|
|
5324
|
-
},
|
|
5325
|
-
function
|
|
5321
|
+
}, Ha = /* @__PURE__ */ t("div", { class: "clear" }, null, -1), Fa = { class: "forgot center-text pointer small-top" }, Qa = /* @__PURE__ */ t("br", null, null, -1), Ga = /* @__PURE__ */ t("div", { class: "clear" }, null, -1);
|
|
5322
|
+
function Wa(e, a, n, o, i, r) {
|
|
5326
5323
|
const u = V("router-link");
|
|
5327
5324
|
return c(), l("form", {
|
|
5328
5325
|
class: "page-login content-boxed content-boxed-padding",
|
|
@@ -5335,16 +5332,16 @@ function Xa(e, a, n, o, i, r) {
|
|
|
5335
5332
|
onClick: a[0] || (a[0] = (...s) => r.close && r.close(...s)),
|
|
5336
5333
|
class: "color-black pull-right pointer",
|
|
5337
5334
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
5338
|
-
},
|
|
5335
|
+
}, ta)) : h("", !0),
|
|
5339
5336
|
t("h1", {
|
|
5340
5337
|
class: "bold no-bottom center-text",
|
|
5341
5338
|
style: { "margin-top": "63px" },
|
|
5342
5339
|
onClick: a[1] || (a[1] = (...s) => r.bum && r.bum(...s))
|
|
5343
5340
|
}, p(this.ssoLang[this.appLanguage].login), 1),
|
|
5344
|
-
|
|
5345
|
-
r.displayFormLogin ? (c(), l("span",
|
|
5346
|
-
t("div",
|
|
5347
|
-
|
|
5341
|
+
ia,
|
|
5342
|
+
r.displayFormLogin ? (c(), l("span", oa, [
|
|
5343
|
+
t("div", ra, [
|
|
5344
|
+
sa,
|
|
5348
5345
|
k(t("input", {
|
|
5349
5346
|
"onUpdate:modelValue": a[2] || (a[2] = (s) => i.emailOrUsername = s),
|
|
5350
5347
|
onKeydown: a[3] || (a[3] = E(y(() => {
|
|
@@ -5356,13 +5353,13 @@ function Xa(e, a, n, o, i, r) {
|
|
|
5356
5353
|
name: "email",
|
|
5357
5354
|
placeholder: e.ssoLang[this.appLanguage].email_username,
|
|
5358
5355
|
required: ""
|
|
5359
|
-
}, null, 40,
|
|
5356
|
+
}, null, 40, ca), [
|
|
5360
5357
|
[x, i.emailOrUsername]
|
|
5361
5358
|
]),
|
|
5362
|
-
|
|
5359
|
+
la
|
|
5363
5360
|
]),
|
|
5364
|
-
t("div",
|
|
5365
|
-
|
|
5361
|
+
t("div", da, [
|
|
5362
|
+
pa,
|
|
5366
5363
|
k(t("input", {
|
|
5367
5364
|
"onUpdate:modelValue": a[4] || (a[4] = (s) => i.password = s),
|
|
5368
5365
|
type: i.revealPassword ? "text" : "password",
|
|
@@ -5370,103 +5367,103 @@ function Xa(e, a, n, o, i, r) {
|
|
|
5370
5367
|
name: "password",
|
|
5371
5368
|
required: "",
|
|
5372
5369
|
minlength: "8"
|
|
5373
|
-
}, null, 8,
|
|
5370
|
+
}, null, 8, ua), [
|
|
5374
5371
|
[K, i.password]
|
|
5375
5372
|
]),
|
|
5376
5373
|
t("em", {
|
|
5377
5374
|
onClick: a[5] || (a[5] = (s) => i.revealPassword = !i.revealPassword),
|
|
5378
5375
|
class: "pointer"
|
|
5379
5376
|
}, [
|
|
5380
|
-
k(t("img",
|
|
5377
|
+
k(t("img", _a, null, 512), [
|
|
5381
5378
|
[I, !i.revealPassword]
|
|
5382
5379
|
]),
|
|
5383
|
-
k(t("img",
|
|
5380
|
+
k(t("img", ma, null, 512), [
|
|
5384
5381
|
[I, i.revealPassword]
|
|
5385
5382
|
])
|
|
5386
5383
|
])
|
|
5387
5384
|
]),
|
|
5388
|
-
t("button",
|
|
5389
|
-
i.submitted ? (c(), l("span",
|
|
5385
|
+
t("button", ga, [
|
|
5386
|
+
i.submitted ? (c(), l("span", fa)) : (c(), l("span", ha, p(e.ssoLang[e.appLanguage].login), 1))
|
|
5390
5387
|
])
|
|
5391
5388
|
])) : h("", !0),
|
|
5392
|
-
|
|
5389
|
+
va,
|
|
5393
5390
|
e.displayAppleLogin ? (c(), l("a", {
|
|
5394
5391
|
key: 2,
|
|
5395
5392
|
onClick: a[6] || (a[6] = (...s) => e.appleLogin && e.appleLogin(...s)),
|
|
5396
5393
|
class: "button-center button button-90 google-button pointer"
|
|
5397
5394
|
}, [
|
|
5398
|
-
|
|
5399
|
-
e.appleLoad ? (c(), l("span",
|
|
5395
|
+
ka,
|
|
5396
|
+
e.appleLoad ? (c(), l("span", ya)) : (c(), l("span", ba, p(e.ssoLang[e.appLanguage].sign_in_with) + " Apple", 1))
|
|
5400
5397
|
])) : h("", !0),
|
|
5401
5398
|
e.displayGoogleLogin ? (c(), l("a", {
|
|
5402
5399
|
key: 3,
|
|
5403
5400
|
onClick: a[7] || (a[7] = (...s) => e.googleLogin && e.googleLogin(...s)),
|
|
5404
5401
|
class: "button-center button button-90 google-button pointer"
|
|
5405
5402
|
}, [
|
|
5406
|
-
|
|
5407
|
-
e.googleLoad ? (c(), l("span",
|
|
5403
|
+
wa,
|
|
5404
|
+
e.googleLoad ? (c(), l("span", La)) : (c(), l("span", za, p(e.ssoLang[e.appLanguage].sign_in_with) + " Google", 1))
|
|
5408
5405
|
])) : h("", !0),
|
|
5409
5406
|
e.displayFacebookLogin ? (c(), l("a", {
|
|
5410
5407
|
key: 4,
|
|
5411
5408
|
onClick: a[8] || (a[8] = (...s) => e.facebookLogin && e.facebookLogin(...s)),
|
|
5412
5409
|
class: "button-center button button-90 google-button pointer"
|
|
5413
5410
|
}, [
|
|
5414
|
-
|
|
5415
|
-
e.facebookLoad ? (c(), l("span",
|
|
5411
|
+
Sa,
|
|
5412
|
+
e.facebookLoad ? (c(), l("span", Ta)) : (c(), l("span", Ca, p(e.ssoLang[e.appLanguage].sign_in_with) + " Facebook", 1))
|
|
5416
5413
|
])) : h("", !0),
|
|
5417
5414
|
e.displayMicrosoftSSOLogin ? h("", !0) : (c(), l("a", {
|
|
5418
5415
|
key: 5,
|
|
5419
5416
|
onClick: a[9] || (a[9] = (...s) => e.microsoftLogin && e.microsoftLogin(...s)),
|
|
5420
5417
|
class: "button-center button button-90 google-button pointer"
|
|
5421
5418
|
}, [
|
|
5422
|
-
|
|
5423
|
-
e.microsoftLoad ? (c(), l("span",
|
|
5419
|
+
ja,
|
|
5420
|
+
e.microsoftLoad ? (c(), l("span", Aa)) : (c(), l("span", Pa, p(e.ssoLang[e.appLanguage].sign_in_with) + " Outlook", 1))
|
|
5424
5421
|
])),
|
|
5425
5422
|
e.displayMicrosoftSSOLogin ? h("", !0) : (c(), l("a", {
|
|
5426
5423
|
key: 6,
|
|
5427
5424
|
onClick: a[10] || (a[10] = (...s) => e.ssoLogin && e.ssoLogin(...s)),
|
|
5428
5425
|
class: "button-center button button-90 google-button pointer"
|
|
5429
5426
|
}, [
|
|
5430
|
-
|
|
5431
|
-
e.microsoftSSOLoad ? (c(), l("span",
|
|
5427
|
+
Ia,
|
|
5428
|
+
e.microsoftSSOLoad ? (c(), l("span", xa)) : (c(), l("span", Ea, p(e.ssoLang[e.appLanguage].sign_in_with) + " SSO", 1))
|
|
5432
5429
|
])),
|
|
5433
5430
|
e.displayMicrosoftSSOLogin ? (c(), l("a", {
|
|
5434
5431
|
key: 7,
|
|
5435
5432
|
onClick: a[11] || (a[11] = (s) => e.microsoftLogin("sso")),
|
|
5436
5433
|
class: "button-center button button-90 google-button pointer"
|
|
5437
5434
|
}, [
|
|
5438
|
-
|
|
5439
|
-
e.microsoftSSOLoad ? (c(), l("span",
|
|
5435
|
+
qa,
|
|
5436
|
+
e.microsoftSSOLoad ? (c(), l("span", Ma, p(e.ssoLang[e.appLanguage].sign_in_with) + " SSO", 1)) : (c(), l("span", Ra))
|
|
5440
5437
|
])) : h("", !0),
|
|
5441
5438
|
r.displayFormLogin ? h("", !0) : (c(), l("a", {
|
|
5442
5439
|
key: 8,
|
|
5443
5440
|
onClick: a[12] || (a[12] = (s) => i.emailLogin = !0),
|
|
5444
5441
|
class: "button-center button button-90 google-button pointer"
|
|
5445
5442
|
}, [
|
|
5446
|
-
|
|
5443
|
+
Na,
|
|
5447
5444
|
t("span", null, p(e.ssoLang[e.appLanguage].sign_in_with) + " Email", 1)
|
|
5448
5445
|
])),
|
|
5449
|
-
|
|
5450
|
-
t("p",
|
|
5446
|
+
Va,
|
|
5447
|
+
t("p", Oa, [
|
|
5451
5448
|
f(p(e.ssoLang[e.appLanguage].terms_by_signing_in) + " ", 1),
|
|
5452
|
-
|
|
5453
|
-
t("a",
|
|
5449
|
+
Ba,
|
|
5450
|
+
t("a", Da, p(e.ssoLang[this.appLanguage].terms_of_service), 1),
|
|
5454
5451
|
f(" " + p(e.ssoLang[e.appLanguage].and) + " ", 1),
|
|
5455
|
-
t("a",
|
|
5452
|
+
t("a", Ua, p(e.ssoLang[this.appLanguage].privacy_policy), 1)
|
|
5456
5453
|
]),
|
|
5457
|
-
|
|
5454
|
+
Ka,
|
|
5458
5455
|
n.isModal ? (c(), l("div", {
|
|
5459
5456
|
key: 10,
|
|
5460
5457
|
class: "page-login-links",
|
|
5461
5458
|
onClick: a[13] || (a[13] = (...s) => r.createAccountModal && r.createAccountModal(...s))
|
|
5462
5459
|
}, [
|
|
5463
|
-
t("a",
|
|
5460
|
+
t("a", Fa, [
|
|
5464
5461
|
f(p(e.ssoLang[e.appLanguage].or) + " ", 1),
|
|
5465
|
-
|
|
5462
|
+
Qa,
|
|
5466
5463
|
f(" " + p(e.ssoLang[e.appLanguage].create_new_account), 1)
|
|
5467
5464
|
]),
|
|
5468
|
-
|
|
5469
|
-
])) : (c(), l("div",
|
|
5465
|
+
Ga
|
|
5466
|
+
])) : (c(), l("div", $a, [
|
|
5470
5467
|
r.displayRegisterLogin ? (c(), P(u, {
|
|
5471
5468
|
key: 0,
|
|
5472
5469
|
class: "forgot float-right",
|
|
@@ -5487,11 +5484,11 @@ function Xa(e, a, n, o, i, r) {
|
|
|
5487
5484
|
]),
|
|
5488
5485
|
_: 1
|
|
5489
5486
|
})) : h("", !0),
|
|
5490
|
-
|
|
5487
|
+
Ha
|
|
5491
5488
|
]))
|
|
5492
5489
|
], 36);
|
|
5493
5490
|
}
|
|
5494
|
-
const fe = /* @__PURE__ */ T(
|
|
5491
|
+
const fe = /* @__PURE__ */ T(aa, [["render", Wa]]), Xa = {
|
|
5495
5492
|
name: "AuthRegister",
|
|
5496
5493
|
mixins: [me, ge, he, Q, z],
|
|
5497
5494
|
props: {
|
|
@@ -5558,76 +5555,76 @@ const fe = /* @__PURE__ */ T(na, [["render", Xa]]), Ya = {
|
|
|
5558
5555
|
this.$storage.referral = e;
|
|
5559
5556
|
}
|
|
5560
5557
|
}
|
|
5561
|
-
},
|
|
5558
|
+
}, Ya = /* @__PURE__ */ t("i", { class: "font-17 color-black" }, [
|
|
5562
5559
|
/* @__PURE__ */ t("img", {
|
|
5563
5560
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
5564
5561
|
class: "responsive-image",
|
|
5565
5562
|
style: { width: "35%" }
|
|
5566
5563
|
})
|
|
5567
|
-
], -1),
|
|
5568
|
-
|
|
5569
|
-
],
|
|
5564
|
+
], -1), Za = [
|
|
5565
|
+
Ya
|
|
5566
|
+
], Ja = {
|
|
5570
5567
|
class: "bold no-bottom center-text",
|
|
5571
5568
|
style: { "margin-top": "63px" }
|
|
5572
|
-
},
|
|
5569
|
+
}, en = { class: "half-bottom small-top center-text color-black" }, an = { key: 0 }, nn = /* @__PURE__ */ t("br", null, null, -1), tn = { key: 1 }, on = { class: "page-login-field half-top" }, rn = /* @__PURE__ */ t("i", { style: { "padding-top": "15px" } }, [
|
|
5573
5570
|
/* @__PURE__ */ t("img", {
|
|
5574
5571
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
5575
5572
|
class: "responsive-image",
|
|
5576
5573
|
style: { width: "60%" }
|
|
5577
5574
|
})
|
|
5578
|
-
], -1),
|
|
5575
|
+
], -1), sn = ["placeholder"], cn = /* @__PURE__ */ t("em", null, null, -1), ln = { class: "page-login-field half-top" }, dn = /* @__PURE__ */ t("i", { style: { "padding-top": "15px" } }, [
|
|
5579
5576
|
/* @__PURE__ */ t("img", {
|
|
5580
5577
|
src: "https://cdn.tapni.co/icons/user.png",
|
|
5581
5578
|
class: "responsive-image",
|
|
5582
5579
|
style: { width: "50%" }
|
|
5583
5580
|
})
|
|
5584
|
-
], -1),
|
|
5581
|
+
], -1), pn = ["placeholder", "disabled"], un = /* @__PURE__ */ t("em", null, null, -1), _n = { class: "page-login-field half-top half-bottom" }, mn = /* @__PURE__ */ t("i", { style: { "padding-top": "15px" } }, [
|
|
5585
5582
|
/* @__PURE__ */ t("img", {
|
|
5586
5583
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
5587
5584
|
class: "responsive-image",
|
|
5588
5585
|
style: { width: "50%" }
|
|
5589
5586
|
})
|
|
5590
|
-
], -1),
|
|
5587
|
+
], -1), gn = ["type", "placeholder"], hn = {
|
|
5591
5588
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
5592
5589
|
class: "responsive-image password-reveal-icon"
|
|
5593
|
-
},
|
|
5590
|
+
}, fn = {
|
|
5594
5591
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
5595
5592
|
class: "responsive-image password-reveal-icon"
|
|
5596
|
-
},
|
|
5593
|
+
}, vn = {
|
|
5597
5594
|
type: "submit",
|
|
5598
5595
|
class: "button black-button google-button bg-tapni-grey pointer button-90 button-center uppercase button-rounded bold full-top"
|
|
5599
|
-
},
|
|
5596
|
+
}, kn = { key: 0 }, bn = {
|
|
5600
5597
|
key: 1,
|
|
5601
5598
|
class: "button--loading button__loader"
|
|
5602
|
-
},
|
|
5599
|
+
}, yn = /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin half-top half-bottom" }, null, -1), wn = /* @__PURE__ */ t("img", {
|
|
5603
5600
|
src: "https://cdn.tapni.co/icons/apple-logo.png",
|
|
5604
5601
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
5605
|
-
}, null, -1),
|
|
5602
|
+
}, null, -1), zn = { key: 0 }, Ln = {
|
|
5606
5603
|
key: 1,
|
|
5607
5604
|
class: "button--loading button__loader"
|
|
5608
|
-
},
|
|
5605
|
+
}, Sn = /* @__PURE__ */ t("img", {
|
|
5609
5606
|
src: "https://cdn.tapni.co/icons/g-logo.png",
|
|
5610
5607
|
style: { position: "absolute", "margin-left": "-9px", padding: "8px 0", height: "100%" }
|
|
5611
|
-
}, null, -1),
|
|
5608
|
+
}, null, -1), Cn = { key: 0 }, Tn = {
|
|
5612
5609
|
key: 1,
|
|
5613
5610
|
class: "button--loading button__loader"
|
|
5614
|
-
},
|
|
5611
|
+
}, jn = /* @__PURE__ */ t("img", {
|
|
5615
5612
|
src: "https://cdn.tapni.co/icons/facebook-blue.png",
|
|
5616
5613
|
style: { position: "absolute", "margin-left": "-10px", padding: "10px 0", height: "100%" }
|
|
5617
|
-
}, null, -1),
|
|
5614
|
+
}, null, -1), Pn = { key: 0 }, An = {
|
|
5618
5615
|
key: 1,
|
|
5619
5616
|
class: "button--loading button__loader"
|
|
5620
|
-
},
|
|
5617
|
+
}, In = /* @__PURE__ */ t("img", {
|
|
5621
5618
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
5622
5619
|
style: { position: "absolute", "margin-left": "-8px", padding: "12px 0", height: "100%" }
|
|
5623
|
-
}, null, -1),
|
|
5620
|
+
}, null, -1), En = /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), xn = { class: "close-text center-text half-top color-black" }, qn = /* @__PURE__ */ t("br", null, null, -1), Mn = {
|
|
5624
5621
|
class: "",
|
|
5625
5622
|
href: "https://tapni.co/policies/terms-of-service"
|
|
5626
|
-
},
|
|
5623
|
+
}, Rn = { href: "https://tapni.co/policies/privacy-policy" }, Nn = /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1), Vn = {
|
|
5627
5624
|
key: 5,
|
|
5628
5625
|
class: "page-login-links"
|
|
5629
|
-
},
|
|
5630
|
-
function
|
|
5626
|
+
}, On = /* @__PURE__ */ t("div", { class: "clear" }, null, -1), Bn = { class: "forgot center-text pointer small-top" }, Dn = /* @__PURE__ */ t("br", null, null, -1), Un = /* @__PURE__ */ t("div", { class: "clear" }, null, -1);
|
|
5627
|
+
function Kn(e, a, n, o, i, r) {
|
|
5631
5628
|
const u = V("router-link");
|
|
5632
5629
|
return c(), l("form", {
|
|
5633
5630
|
class: "page-login content-boxed content-boxed-padding",
|
|
@@ -5640,17 +5637,17 @@ function $n(e, a, n, o, i, r) {
|
|
|
5640
5637
|
onClick: a[0] || (a[0] = (...s) => r.close && r.close(...s)),
|
|
5641
5638
|
class: "color-black pull-right pointer",
|
|
5642
5639
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
5643
|
-
},
|
|
5644
|
-
t("h1",
|
|
5645
|
-
t("p",
|
|
5646
|
-
i.usernameRegister ? (c(), l("span",
|
|
5640
|
+
}, Za)) : h("", !0),
|
|
5641
|
+
t("h1", Ja, p(e.ssoLang[this.appLanguage].register), 1),
|
|
5642
|
+
t("p", en, [
|
|
5643
|
+
i.usernameRegister ? (c(), l("span", an, [
|
|
5647
5644
|
f(" t.link/" + p(i.username) + " " + p(e.ssoLang[this.appLanguage].username_is_free) + " ✅ ", 1),
|
|
5648
|
-
|
|
5645
|
+
nn
|
|
5649
5646
|
])) : h("", !0)
|
|
5650
5647
|
]),
|
|
5651
|
-
i.emailLogin ? (c(), l("span",
|
|
5652
|
-
t("div",
|
|
5653
|
-
|
|
5648
|
+
i.emailLogin ? (c(), l("span", tn, [
|
|
5649
|
+
t("div", on, [
|
|
5650
|
+
rn,
|
|
5654
5651
|
k(t("input", {
|
|
5655
5652
|
"onUpdate:modelValue": a[1] || (a[1] = (s) => i.email = s),
|
|
5656
5653
|
onKeydown: a[2] || (a[2] = E(y(() => {
|
|
@@ -5659,13 +5656,13 @@ function $n(e, a, n, o, i, r) {
|
|
|
5659
5656
|
placeholder: e.ssoLang[this.appLanguage].email,
|
|
5660
5657
|
name: "email",
|
|
5661
5658
|
required: ""
|
|
5662
|
-
}, null, 40,
|
|
5659
|
+
}, null, 40, sn), [
|
|
5663
5660
|
[x, i.email]
|
|
5664
5661
|
]),
|
|
5665
|
-
|
|
5662
|
+
cn
|
|
5666
5663
|
]),
|
|
5667
|
-
t("div",
|
|
5668
|
-
|
|
5664
|
+
t("div", ln, [
|
|
5665
|
+
dn,
|
|
5669
5666
|
k(t("input", {
|
|
5670
5667
|
"onUpdate:modelValue": a[3] || (a[3] = (s) => i.username = s),
|
|
5671
5668
|
onKeydown: a[4] || (a[4] = E(y(() => {
|
|
@@ -5679,13 +5676,13 @@ function $n(e, a, n, o, i, r) {
|
|
|
5679
5676
|
required: "",
|
|
5680
5677
|
disabled: i.usernameRegister,
|
|
5681
5678
|
class: b({ "input-disabled": i.usernameRegister })
|
|
5682
|
-
}, null, 42,
|
|
5679
|
+
}, null, 42, pn), [
|
|
5683
5680
|
[x, i.username]
|
|
5684
5681
|
]),
|
|
5685
|
-
|
|
5682
|
+
un
|
|
5686
5683
|
]),
|
|
5687
|
-
t("div",
|
|
5688
|
-
|
|
5684
|
+
t("div", _n, [
|
|
5685
|
+
mn,
|
|
5689
5686
|
k(t("input", {
|
|
5690
5687
|
"onUpdate:modelValue": a[5] || (a[5] = (s) => i.password = s),
|
|
5691
5688
|
type: i.revealPassword ? "text" : "password",
|
|
@@ -5693,78 +5690,78 @@ function $n(e, a, n, o, i, r) {
|
|
|
5693
5690
|
name: "password",
|
|
5694
5691
|
required: "",
|
|
5695
5692
|
minlength: "8"
|
|
5696
|
-
}, null, 8,
|
|
5693
|
+
}, null, 8, gn), [
|
|
5697
5694
|
[K, i.password]
|
|
5698
5695
|
]),
|
|
5699
5696
|
t("em", {
|
|
5700
5697
|
onClick: a[6] || (a[6] = (s) => i.revealPassword = !i.revealPassword),
|
|
5701
5698
|
class: "pointer"
|
|
5702
5699
|
}, [
|
|
5703
|
-
k(t("img",
|
|
5700
|
+
k(t("img", hn, null, 512), [
|
|
5704
5701
|
[I, !i.revealPassword]
|
|
5705
5702
|
]),
|
|
5706
|
-
k(t("img",
|
|
5703
|
+
k(t("img", fn, null, 512), [
|
|
5707
5704
|
[I, i.revealPassword]
|
|
5708
5705
|
])
|
|
5709
5706
|
])
|
|
5710
5707
|
]),
|
|
5711
|
-
t("button",
|
|
5712
|
-
i.submitted ? (c(), l("span",
|
|
5708
|
+
t("button", vn, [
|
|
5709
|
+
i.submitted ? (c(), l("span", bn)) : (c(), l("span", kn, p(i.formButtonText), 1))
|
|
5713
5710
|
])
|
|
5714
5711
|
])) : h("", !0),
|
|
5715
|
-
|
|
5712
|
+
yn,
|
|
5716
5713
|
e.displayAppleLogin ? (c(), l("a", {
|
|
5717
5714
|
key: 2,
|
|
5718
5715
|
onClick: a[7] || (a[7] = (...s) => e.appleLogin && e.appleLogin(...s)),
|
|
5719
5716
|
class: "button-center button button-90 google-button pointer"
|
|
5720
5717
|
}, [
|
|
5721
|
-
|
|
5722
|
-
e.appleLoad ? (c(), l("span",
|
|
5718
|
+
wn,
|
|
5719
|
+
e.appleLoad ? (c(), l("span", Ln)) : (c(), l("span", zn, p(e.ssoLang[this.appLanguage].sign_up_with) + " Apple", 1))
|
|
5723
5720
|
])) : h("", !0),
|
|
5724
5721
|
t("a", {
|
|
5725
5722
|
onClick: a[8] || (a[8] = (...s) => e.googleLogin && e.googleLogin(...s)),
|
|
5726
5723
|
class: "button-center button button-90 google-button pointer"
|
|
5727
5724
|
}, [
|
|
5728
|
-
|
|
5729
|
-
e.googleLoad ? (c(), l("span",
|
|
5725
|
+
Sn,
|
|
5726
|
+
e.googleLoad ? (c(), l("span", Tn)) : (c(), l("span", Cn, p(e.ssoLang[this.appLanguage].sign_up_with) + " Google", 1))
|
|
5730
5727
|
]),
|
|
5731
5728
|
e.displayFacebookLogin ? (c(), l("a", {
|
|
5732
5729
|
key: 3,
|
|
5733
5730
|
onClick: a[9] || (a[9] = (...s) => e.facebookLogin && e.facebookLogin(...s)),
|
|
5734
5731
|
class: "button-center button button-90 google-button pointer"
|
|
5735
5732
|
}, [
|
|
5736
|
-
|
|
5737
|
-
e.facebookLoad ? (c(), l("span",
|
|
5733
|
+
jn,
|
|
5734
|
+
e.facebookLoad ? (c(), l("span", An)) : (c(), l("span", Pn, p(e.ssoLang[this.appLanguage].sign_up_with) + " Facebook", 1))
|
|
5738
5735
|
])) : h("", !0),
|
|
5739
5736
|
i.emailLogin ? h("", !0) : (c(), l("a", {
|
|
5740
5737
|
key: 4,
|
|
5741
5738
|
onClick: a[10] || (a[10] = (s) => i.emailLogin = !0),
|
|
5742
5739
|
class: "button-center button button-90 google-button pointer"
|
|
5743
5740
|
}, [
|
|
5744
|
-
|
|
5741
|
+
In,
|
|
5745
5742
|
t("span", null, p(e.ssoLang[this.appLanguage].sign_up_with) + " Email", 1)
|
|
5746
5743
|
])),
|
|
5747
|
-
|
|
5748
|
-
t("p",
|
|
5744
|
+
En,
|
|
5745
|
+
t("p", xn, [
|
|
5749
5746
|
f(p(e.ssoLang[this.appLanguage].terms_by_registering) + " ", 1),
|
|
5750
|
-
|
|
5751
|
-
t("a",
|
|
5747
|
+
qn,
|
|
5748
|
+
t("a", Mn, p(e.ssoLang[this.appLanguage].terms_of_service), 1),
|
|
5752
5749
|
f(" " + p(e.ssoLang[this.appLanguage].and) + " ", 1),
|
|
5753
|
-
t("a",
|
|
5750
|
+
t("a", Rn, p(e.ssoLang[this.appLanguage].privacy_policy), 1)
|
|
5754
5751
|
]),
|
|
5755
|
-
|
|
5752
|
+
Nn,
|
|
5756
5753
|
n.isModal ? (c(), l("div", {
|
|
5757
5754
|
key: 6,
|
|
5758
5755
|
class: "page-login-links",
|
|
5759
5756
|
onClick: a[11] || (a[11] = (...s) => r.loginAccountModal && r.loginAccountModal(...s))
|
|
5760
5757
|
}, [
|
|
5761
|
-
t("a",
|
|
5758
|
+
t("a", Bn, [
|
|
5762
5759
|
f(p(e.ssoLang[this.appLanguage].or) + " ", 1),
|
|
5763
|
-
|
|
5760
|
+
Dn,
|
|
5764
5761
|
f(" " + p(e.ssoLang[this.appLanguage].sign_in_with_new), 1)
|
|
5765
5762
|
]),
|
|
5766
|
-
|
|
5767
|
-
])) : (c(), l("div",
|
|
5763
|
+
Un
|
|
5764
|
+
])) : (c(), l("div", Vn, [
|
|
5768
5765
|
v(u, {
|
|
5769
5766
|
class: "create float-right",
|
|
5770
5767
|
to: "/verify"
|
|
@@ -5783,11 +5780,11 @@ function $n(e, a, n, o, i, r) {
|
|
|
5783
5780
|
]),
|
|
5784
5781
|
_: 1
|
|
5785
5782
|
}),
|
|
5786
|
-
|
|
5783
|
+
On
|
|
5787
5784
|
]))
|
|
5788
5785
|
], 36);
|
|
5789
5786
|
}
|
|
5790
|
-
const ve = /* @__PURE__ */ T(
|
|
5787
|
+
const ve = /* @__PURE__ */ T(Xa, [["render", Kn]]), $n = {
|
|
5791
5788
|
name: "AuthVerify",
|
|
5792
5789
|
mixins: [z],
|
|
5793
5790
|
props: {
|
|
@@ -5850,43 +5847,43 @@ const ve = /* @__PURE__ */ T(Ya, [["render", $n]]), Hn = {
|
|
|
5850
5847
|
deep: !0
|
|
5851
5848
|
}
|
|
5852
5849
|
}
|
|
5853
|
-
}, C = (e) => (O("data-v-a80e9eb1"), e = e(), B(), e),
|
|
5850
|
+
}, C = (e) => (O("data-v-a80e9eb1"), e = e(), B(), e), Hn = /* @__PURE__ */ C(() => /* @__PURE__ */ t("i", { class: "font-17 color-black" }, [
|
|
5854
5851
|
/* @__PURE__ */ t("img", {
|
|
5855
5852
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
5856
5853
|
class: "responsive-image",
|
|
5857
5854
|
style: { width: "35%" }
|
|
5858
5855
|
})
|
|
5859
|
-
], -1)),
|
|
5860
|
-
|
|
5861
|
-
],
|
|
5856
|
+
], -1)), Fn = [
|
|
5857
|
+
Hn
|
|
5858
|
+
], Qn = {
|
|
5862
5859
|
class: "bold no-bottom center-text",
|
|
5863
5860
|
style: { "margin-top": "63px" }
|
|
5864
|
-
},
|
|
5861
|
+
}, Gn = /* @__PURE__ */ C(() => /* @__PURE__ */ t("p", { class: "half-bottom half-top center-text color-black" }, null, -1)), Wn = { class: "page-login-field half-top" }, Xn = /* @__PURE__ */ C(() => /* @__PURE__ */ t("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
5865
5862
|
/* @__PURE__ */ t("img", {
|
|
5866
5863
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
5867
5864
|
class: "responsive-image",
|
|
5868
5865
|
style: { width: "80%" }
|
|
5869
5866
|
})
|
|
5870
|
-
], -1)),
|
|
5867
|
+
], -1)), Yn = ["placeholder"], Zn = /* @__PURE__ */ C(() => /* @__PURE__ */ t("em", null, null, -1)), Jn = { class: "page-login-field half-top" }, et = /* @__PURE__ */ C(() => /* @__PURE__ */ t("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
5871
5868
|
/* @__PURE__ */ t("img", {
|
|
5872
5869
|
src: "https://cdn.tapni.co/icons/password2.png",
|
|
5873
5870
|
class: "responsive-image",
|
|
5874
5871
|
style: { width: "100%" }
|
|
5875
5872
|
})
|
|
5876
|
-
], -1)),
|
|
5873
|
+
], -1)), at = ["placeholder"], nt = /* @__PURE__ */ C(() => /* @__PURE__ */ t("em", null, null, -1)), tt = {
|
|
5877
5874
|
type: "submit",
|
|
5878
5875
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
5879
|
-
},
|
|
5876
|
+
}, it = {
|
|
5880
5877
|
key: 0,
|
|
5881
5878
|
class: "uppercase"
|
|
5882
|
-
},
|
|
5879
|
+
}, ot = {
|
|
5883
5880
|
key: 1,
|
|
5884
5881
|
class: "button--loading button__loader"
|
|
5885
|
-
},
|
|
5882
|
+
}, rt = /* @__PURE__ */ C(() => /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)), st = { class: "close-text center-text half-top color-black" }, ct = ["innerHTML"], lt = /* @__PURE__ */ C(() => /* @__PURE__ */ t("a", { href: "mailto:support@tapni.co?subject=Email Verification" }, " support@tapni.co", -1)), dt = /* @__PURE__ */ C(() => /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin no-bottom" }, null, -1)), pt = {
|
|
5886
5883
|
key: 1,
|
|
5887
5884
|
class: "page-login-links"
|
|
5888
|
-
},
|
|
5889
|
-
function
|
|
5885
|
+
}, ut = /* @__PURE__ */ C(() => /* @__PURE__ */ t("div", { class: "clear" }, null, -1)), _t = { class: "forgot center-text pointer small-top" }, mt = /* @__PURE__ */ C(() => /* @__PURE__ */ t("br", null, null, -1)), gt = /* @__PURE__ */ C(() => /* @__PURE__ */ t("div", { class: "clear" }, null, -1));
|
|
5886
|
+
function ht(e, a, n, o, i, r) {
|
|
5890
5887
|
const u = V("router-link");
|
|
5891
5888
|
return c(), l("form", {
|
|
5892
5889
|
class: "page-login content-boxed content-boxed-padding",
|
|
@@ -5898,11 +5895,11 @@ function ft(e, a, n, o, i, r) {
|
|
|
5898
5895
|
onClick: a[0] || (a[0] = (...s) => r.close && r.close(...s)),
|
|
5899
5896
|
class: "color-black pull-right pointer",
|
|
5900
5897
|
style: { "margin-top": "0px", position: "absolute", right: "-20px", "text-align": "right" }
|
|
5901
|
-
},
|
|
5902
|
-
t("h1",
|
|
5903
|
-
|
|
5904
|
-
t("div",
|
|
5905
|
-
|
|
5898
|
+
}, Fn)) : h("", !0),
|
|
5899
|
+
t("h1", Qn, p(e.ssoLang[this.appLanguage].verify_account), 1),
|
|
5900
|
+
Gn,
|
|
5901
|
+
t("div", Wn, [
|
|
5902
|
+
Xn,
|
|
5906
5903
|
k(t("input", {
|
|
5907
5904
|
id: "emailInput",
|
|
5908
5905
|
"onUpdate:modelValue": a[1] || (a[1] = (s) => i.email = s),
|
|
@@ -5911,13 +5908,13 @@ function ft(e, a, n, o, i, r) {
|
|
|
5911
5908
|
type: "email",
|
|
5912
5909
|
placeholder: e.ssoLang[this.appLanguage].email,
|
|
5913
5910
|
required: ""
|
|
5914
|
-
}, null, 40,
|
|
5911
|
+
}, null, 40, Yn), [
|
|
5915
5912
|
[x, i.email]
|
|
5916
5913
|
]),
|
|
5917
|
-
|
|
5914
|
+
Zn
|
|
5918
5915
|
]),
|
|
5919
|
-
t("div",
|
|
5920
|
-
|
|
5916
|
+
t("div", Jn, [
|
|
5917
|
+
et,
|
|
5921
5918
|
k(t("input", {
|
|
5922
5919
|
id: "codeInput",
|
|
5923
5920
|
"onUpdate:modelValue": a[3] || (a[3] = (s) => i.code = s),
|
|
@@ -5926,34 +5923,34 @@ function ft(e, a, n, o, i, r) {
|
|
|
5926
5923
|
type: "tel",
|
|
5927
5924
|
placeholder: e.ssoLang[this.appLanguage].code,
|
|
5928
5925
|
required: ""
|
|
5929
|
-
}, null, 40,
|
|
5926
|
+
}, null, 40, at), [
|
|
5930
5927
|
[x, i.code]
|
|
5931
5928
|
]),
|
|
5932
|
-
|
|
5929
|
+
nt
|
|
5933
5930
|
]),
|
|
5934
|
-
t("button",
|
|
5935
|
-
i.submitted ? (c(), l("span",
|
|
5931
|
+
t("button", tt, [
|
|
5932
|
+
i.submitted ? (c(), l("span", ot)) : (c(), l("span", it, p(e.ssoLang[this.appLanguage].verify_account), 1))
|
|
5936
5933
|
]),
|
|
5937
|
-
|
|
5938
|
-
t("p",
|
|
5934
|
+
rt,
|
|
5935
|
+
t("p", st, [
|
|
5939
5936
|
t("span", {
|
|
5940
5937
|
innerHTML: e.ssoLang[this.appLanguage].verify_account_p1
|
|
5941
|
-
}, null, 8,
|
|
5942
|
-
|
|
5938
|
+
}, null, 8, ct),
|
|
5939
|
+
lt
|
|
5943
5940
|
]),
|
|
5944
|
-
|
|
5941
|
+
dt,
|
|
5945
5942
|
n.isModal ? (c(), l("div", {
|
|
5946
5943
|
key: 2,
|
|
5947
5944
|
class: "page-login-links",
|
|
5948
5945
|
onClick: a[5] || (a[5] = (...s) => r.registerAccountModal && r.registerAccountModal(...s))
|
|
5949
5946
|
}, [
|
|
5950
|
-
t("a",
|
|
5947
|
+
t("a", _t, [
|
|
5951
5948
|
f(p(e.ssoLang[this.appLanguage].or) + " ", 1),
|
|
5952
|
-
|
|
5949
|
+
mt,
|
|
5953
5950
|
f(" " + p(e.ssoLang[this.appLanguage].create_new_account), 1)
|
|
5954
5951
|
]),
|
|
5955
|
-
|
|
5956
|
-
])) : (c(), l("div",
|
|
5952
|
+
gt
|
|
5953
|
+
])) : (c(), l("div", pt, [
|
|
5957
5954
|
v(u, {
|
|
5958
5955
|
class: "create float-right",
|
|
5959
5956
|
to: "/register"
|
|
@@ -5972,11 +5969,11 @@ function ft(e, a, n, o, i, r) {
|
|
|
5972
5969
|
]),
|
|
5973
5970
|
_: 1
|
|
5974
5971
|
}),
|
|
5975
|
-
|
|
5972
|
+
ut
|
|
5976
5973
|
]))
|
|
5977
5974
|
], 36);
|
|
5978
5975
|
}
|
|
5979
|
-
const ke = /* @__PURE__ */ T(
|
|
5976
|
+
const ke = /* @__PURE__ */ T($n, [["render", ht], ["__scopeId", "data-v-a80e9eb1"]]), ft = {
|
|
5980
5977
|
name: "AuthReset",
|
|
5981
5978
|
mixins: [z],
|
|
5982
5979
|
data() {
|
|
@@ -6030,124 +6027,124 @@ const ke = /* @__PURE__ */ T(Hn, [["render", ft], ["__scopeId", "data-v-a80e9eb1
|
|
|
6030
6027
|
this.$storage.verifyEmail = e;
|
|
6031
6028
|
}
|
|
6032
6029
|
}
|
|
6033
|
-
}, A = (e) => (O("data-v-7eff2bb3"), e = e(), B(), e),
|
|
6030
|
+
}, A = (e) => (O("data-v-7eff2bb3"), e = e(), B(), e), vt = {
|
|
6034
6031
|
class: "bold no-bottom center-text",
|
|
6035
6032
|
style: { "margin-top": "63px" }
|
|
6036
|
-
},
|
|
6033
|
+
}, kt = /* @__PURE__ */ A(() => /* @__PURE__ */ t("p", { class: "half-bottom small-top center-text color-black" }, null, -1)), bt = { class: "page-login-field half-top color-black" }, yt = /* @__PURE__ */ A(() => /* @__PURE__ */ t("i", { style: { "padding-top": "15px", "margin-left": "10px" } }, [
|
|
6037
6034
|
/* @__PURE__ */ t("img", {
|
|
6038
6035
|
src: "https://cdn.tapni.co/icons/mail.png",
|
|
6039
6036
|
class: "responsive-image",
|
|
6040
6037
|
style: { width: "80%" }
|
|
6041
6038
|
})
|
|
6042
|
-
], -1)),
|
|
6039
|
+
], -1)), wt = ["placeholder"], zt = /* @__PURE__ */ A(() => /* @__PURE__ */ t("em", null, null, -1)), Lt = {
|
|
6043
6040
|
type: "submit",
|
|
6044
6041
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
6045
|
-
},
|
|
6042
|
+
}, St = {
|
|
6046
6043
|
key: 0,
|
|
6047
6044
|
class: "uppercase"
|
|
6048
|
-
},
|
|
6045
|
+
}, Ct = {
|
|
6049
6046
|
key: 1,
|
|
6050
6047
|
class: "button--loading button__loader"
|
|
6051
|
-
},
|
|
6048
|
+
}, Tt = /* @__PURE__ */ A(() => /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)), jt = { class: "close-text center-text half-top color-black" }, Pt = ["innerHTML"], At = ["href"], It = /* @__PURE__ */ A(() => /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)), Et = { class: "page-login-links" }, xt = /* @__PURE__ */ A(() => /* @__PURE__ */ t("div", { class: "clear" }, null, -1)), qt = {
|
|
6052
6049
|
class: "bold no-bottom center-text",
|
|
6053
6050
|
style: { "margin-top": "63px" }
|
|
6054
|
-
},
|
|
6051
|
+
}, Mt = { class: "half-bottom small-top center-text color-black" }, Rt = { class: "page-login-field half-top" }, Nt = /* @__PURE__ */ A(() => /* @__PURE__ */ t("i", { style: { "padding-top": "15px" } }, [
|
|
6055
6052
|
/* @__PURE__ */ t("img", {
|
|
6056
6053
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
6057
6054
|
class: "responsive-image",
|
|
6058
6055
|
style: { width: "50%" }
|
|
6059
6056
|
})
|
|
6060
|
-
], -1)),
|
|
6057
|
+
], -1)), Vt = ["type", "placeholder"], Ot = {
|
|
6061
6058
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
6062
6059
|
class: "responsive-image password-reveal-icon"
|
|
6063
|
-
},
|
|
6060
|
+
}, Bt = {
|
|
6064
6061
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
6065
6062
|
class: "responsive-image password-reveal-icon"
|
|
6066
|
-
},
|
|
6063
|
+
}, Dt = { class: "page-login-field half-top" }, Ut = /* @__PURE__ */ A(() => /* @__PURE__ */ t("i", { style: { "padding-top": "15px" } }, [
|
|
6067
6064
|
/* @__PURE__ */ t("img", {
|
|
6068
6065
|
src: "https://cdn.tapni.co/icons/padlock.png",
|
|
6069
6066
|
class: "responsive-image",
|
|
6070
6067
|
style: { width: "50%" }
|
|
6071
6068
|
})
|
|
6072
|
-
], -1)),
|
|
6069
|
+
], -1)), Kt = ["type", "placeholder"], $t = {
|
|
6073
6070
|
src: "https://cdn.tapni.co/icons/reveal-password.png",
|
|
6074
6071
|
class: "responsive-image password-reveal-icon"
|
|
6075
|
-
},
|
|
6072
|
+
}, Ht = {
|
|
6076
6073
|
src: "https://cdn.tapni.co/icons/hide-password.png",
|
|
6077
6074
|
class: "responsive-image password-reveal-icon"
|
|
6078
|
-
},
|
|
6075
|
+
}, Ft = {
|
|
6079
6076
|
type: "submit",
|
|
6080
6077
|
class: "button black-button google-button bg-tapni-grey button-90 button-center uppercase bold full-top"
|
|
6081
|
-
},
|
|
6078
|
+
}, Qt = {
|
|
6082
6079
|
key: 0,
|
|
6083
6080
|
class: "uppercase"
|
|
6084
|
-
},
|
|
6081
|
+
}, Gt = {
|
|
6085
6082
|
key: 1,
|
|
6086
6083
|
class: "button--loading button__loader"
|
|
6087
|
-
},
|
|
6088
|
-
function
|
|
6084
|
+
}, Wt = /* @__PURE__ */ A(() => /* @__PURE__ */ t("div", { class: "decoration decoration-lines-thin no-bottom half-top" }, null, -1)), Xt = { class: "close-text center-text half-top color-black" }, Yt = ["innerHTML"], Zt = ["href"];
|
|
6085
|
+
function Jt(e, a, n, o, i, r) {
|
|
6089
6086
|
const u = V("router-link");
|
|
6090
6087
|
return i.passwordChange ? (c(), l("form", {
|
|
6091
6088
|
key: 1,
|
|
6092
6089
|
class: "page-login content-boxed content-boxed-padding",
|
|
6093
6090
|
onSubmit: a[7] || (a[7] = y((...s) => r.changePw && r.changePw(...s), ["prevent"]))
|
|
6094
6091
|
}, [
|
|
6095
|
-
t("h3",
|
|
6096
|
-
t("p",
|
|
6097
|
-
t("div",
|
|
6098
|
-
|
|
6092
|
+
t("h3", qt, p(e.ssoLang[this.appLanguage].password_change), 1),
|
|
6093
|
+
t("p", Mt, p(e.ssoLang[this.appLanguage].password_new), 1),
|
|
6094
|
+
t("div", Rt, [
|
|
6095
|
+
Nt,
|
|
6099
6096
|
k(t("input", {
|
|
6100
6097
|
"onUpdate:modelValue": a[3] || (a[3] = (s) => i.password = s),
|
|
6101
6098
|
type: i.revealPassword ? "text" : "password",
|
|
6102
6099
|
placeholder: e.ssoLang[this.appLanguage].password,
|
|
6103
6100
|
required: ""
|
|
6104
|
-
}, null, 8,
|
|
6101
|
+
}, null, 8, Vt), [
|
|
6105
6102
|
[K, i.password]
|
|
6106
6103
|
]),
|
|
6107
6104
|
t("em", {
|
|
6108
6105
|
onClick: a[4] || (a[4] = (s) => i.revealPassword = !i.revealPassword)
|
|
6109
6106
|
}, [
|
|
6110
|
-
k(t("img",
|
|
6107
|
+
k(t("img", Ot, null, 512), [
|
|
6111
6108
|
[I, !i.revealPassword]
|
|
6112
6109
|
]),
|
|
6113
|
-
k(t("img",
|
|
6110
|
+
k(t("img", Bt, null, 512), [
|
|
6114
6111
|
[I, i.revealPassword]
|
|
6115
6112
|
])
|
|
6116
6113
|
])
|
|
6117
6114
|
]),
|
|
6118
|
-
t("div",
|
|
6119
|
-
|
|
6115
|
+
t("div", Dt, [
|
|
6116
|
+
Ut,
|
|
6120
6117
|
k(t("input", {
|
|
6121
6118
|
"onUpdate:modelValue": a[5] || (a[5] = (s) => i.passwordRepeat = s),
|
|
6122
6119
|
type: i.revealPassword2 ? "text" : "password",
|
|
6123
6120
|
placeholder: e.ssoLang[this.appLanguage].password_repeat,
|
|
6124
6121
|
required: ""
|
|
6125
|
-
}, null, 8,
|
|
6122
|
+
}, null, 8, Kt), [
|
|
6126
6123
|
[K, i.passwordRepeat]
|
|
6127
6124
|
]),
|
|
6128
6125
|
t("em", {
|
|
6129
6126
|
onClick: a[6] || (a[6] = (s) => i.revealPassword2 = !i.revealPassword2)
|
|
6130
6127
|
}, [
|
|
6131
|
-
k(t("img",
|
|
6128
|
+
k(t("img", $t, null, 512), [
|
|
6132
6129
|
[I, !i.revealPassword2]
|
|
6133
6130
|
]),
|
|
6134
|
-
k(t("img",
|
|
6131
|
+
k(t("img", Ht, null, 512), [
|
|
6135
6132
|
[I, i.revealPassword2]
|
|
6136
6133
|
])
|
|
6137
6134
|
])
|
|
6138
6135
|
]),
|
|
6139
|
-
t("button",
|
|
6140
|
-
i.submitted ? (c(), l("span",
|
|
6136
|
+
t("button", Ft, [
|
|
6137
|
+
i.submitted ? (c(), l("span", Gt)) : (c(), l("span", Qt, p(e.ssoLang[this.appLanguage].password_change), 1))
|
|
6141
6138
|
]),
|
|
6142
|
-
|
|
6143
|
-
t("p",
|
|
6139
|
+
Wt,
|
|
6140
|
+
t("p", Xt, [
|
|
6144
6141
|
t("span", {
|
|
6145
6142
|
innerHTML: e.ssoLang[this.appLanguage].reset_password_p2
|
|
6146
|
-
}, null, 8,
|
|
6143
|
+
}, null, 8, Yt),
|
|
6147
6144
|
f(),
|
|
6148
6145
|
t("a", {
|
|
6149
6146
|
href: "mailto:support@tapni.co?subject=" + e.ssoLang[this.appLanguage].password_reset_t
|
|
6150
|
-
}, " support@tapni.co", 8,
|
|
6147
|
+
}, " support@tapni.co", 8, Zt)
|
|
6151
6148
|
])
|
|
6152
6149
|
], 32)) : (c(), l("form", {
|
|
6153
6150
|
key: 0,
|
|
@@ -6155,10 +6152,10 @@ function ei(e, a, n, o, i, r) {
|
|
|
6155
6152
|
onSubmit: a[2] || (a[2] = y((...s) => r.resetEmail && r.resetEmail(...s), ["prevent"])),
|
|
6156
6153
|
autocomplete: "on"
|
|
6157
6154
|
}, [
|
|
6158
|
-
t("h3",
|
|
6159
|
-
|
|
6160
|
-
t("div",
|
|
6161
|
-
|
|
6155
|
+
t("h3", vt, p(e.ssoLang[this.appLanguage].reset_password), 1),
|
|
6156
|
+
kt,
|
|
6157
|
+
t("div", bt, [
|
|
6158
|
+
yt,
|
|
6162
6159
|
k(t("input", {
|
|
6163
6160
|
id: "emailInput",
|
|
6164
6161
|
"onUpdate:modelValue": a[0] || (a[0] = (s) => i.email = s),
|
|
@@ -6167,25 +6164,25 @@ function ei(e, a, n, o, i, r) {
|
|
|
6167
6164
|
type: "email",
|
|
6168
6165
|
placeholder: e.ssoLang[this.appLanguage].email,
|
|
6169
6166
|
required: ""
|
|
6170
|
-
}, null, 40,
|
|
6167
|
+
}, null, 40, wt), [
|
|
6171
6168
|
[x, i.email]
|
|
6172
6169
|
]),
|
|
6173
|
-
|
|
6170
|
+
zt
|
|
6174
6171
|
]),
|
|
6175
|
-
t("button",
|
|
6176
|
-
i.submitted ? (c(), l("span",
|
|
6172
|
+
t("button", Lt, [
|
|
6173
|
+
i.submitted ? (c(), l("span", Ct)) : (c(), l("span", St, p(e.ssoLang[this.appLanguage].reset_password), 1))
|
|
6177
6174
|
]),
|
|
6178
|
-
|
|
6179
|
-
t("p",
|
|
6175
|
+
Tt,
|
|
6176
|
+
t("p", jt, [
|
|
6180
6177
|
t("span", {
|
|
6181
6178
|
innerHTML: e.ssoLang[this.appLanguage].reset_password_p1
|
|
6182
|
-
}, null, 8,
|
|
6179
|
+
}, null, 8, Pt),
|
|
6183
6180
|
t("a", {
|
|
6184
6181
|
href: "mailto:support@tapni.co?subject=" + e.ssoLang[this.appLanguage].password_reset_t
|
|
6185
|
-
}, " support@tapni.co", 8,
|
|
6182
|
+
}, " support@tapni.co", 8, At)
|
|
6186
6183
|
]),
|
|
6187
|
-
|
|
6188
|
-
t("div",
|
|
6184
|
+
It,
|
|
6185
|
+
t("div", Et, [
|
|
6189
6186
|
v(u, {
|
|
6190
6187
|
class: "create float-right",
|
|
6191
6188
|
to: "/verify"
|
|
@@ -6204,11 +6201,11 @@ function ei(e, a, n, o, i, r) {
|
|
|
6204
6201
|
]),
|
|
6205
6202
|
_: 1
|
|
6206
6203
|
}),
|
|
6207
|
-
|
|
6204
|
+
xt
|
|
6208
6205
|
])
|
|
6209
6206
|
], 32));
|
|
6210
6207
|
}
|
|
6211
|
-
const be = /* @__PURE__ */ T(
|
|
6208
|
+
const be = /* @__PURE__ */ T(ft, [["render", Jt], ["__scopeId", "data-v-7eff2bb3"]]), ei = {
|
|
6212
6209
|
name: "AuthCallback",
|
|
6213
6210
|
mixins: [G, W, z],
|
|
6214
6211
|
data() {
|
|
@@ -6228,28 +6225,28 @@ const be = /* @__PURE__ */ T(vt, [["render", ei], ["__scopeId", "data-v-7eff2bb3
|
|
|
6228
6225
|
return e = e.replace("http", "tapni"), e = e.replace("https", "tapni"), window.open(e);
|
|
6229
6226
|
}
|
|
6230
6227
|
}
|
|
6231
|
-
},
|
|
6228
|
+
}, ai = {
|
|
6232
6229
|
key: 0,
|
|
6233
6230
|
style: { "text-align": "center", width: "80%", margin: "0 auto", "margin-top": "260px" }
|
|
6234
|
-
},
|
|
6231
|
+
}, ni = /* @__PURE__ */ t("br", null, null, -1), ti = {
|
|
6235
6232
|
key: 1,
|
|
6236
6233
|
style: { "text-align": "center", width: "80%", margin: "0 auto", "margin-top": "260px" }
|
|
6237
6234
|
};
|
|
6238
|
-
function
|
|
6235
|
+
function ii(e, a, n, o, i, r) {
|
|
6239
6236
|
return c(), l("div", null, [
|
|
6240
|
-
(e.$route.query.platform === "android" || e.$route.query.platform === "ios") && !e.isNative ? (c(), l("h5",
|
|
6237
|
+
(e.$route.query.platform === "android" || e.$route.query.platform === "ios") && !e.isNative ? (c(), l("h5", ai, [
|
|
6241
6238
|
f(p(e.ssoLang[this.appLanguage].you_will_be_redirected), 1),
|
|
6242
|
-
|
|
6239
|
+
ni,
|
|
6243
6240
|
f(" " + p(e.ssoLang[this.appLanguage].if_redirect_not_directly) + ", ", 1),
|
|
6244
6241
|
t("span", {
|
|
6245
6242
|
onClick: a[0] || (a[0] = (...u) => r.inAppRedirect && r.inAppRedirect(...u)),
|
|
6246
6243
|
style: { color: "blue", cursor: "pointer" }
|
|
6247
6244
|
}, p(e.ssoLang[this.appLanguage].click_here), 1),
|
|
6248
6245
|
f(".")
|
|
6249
|
-
])) : (c(), l("h4",
|
|
6246
|
+
])) : (c(), l("h4", ti, p(e.ssoLang[this.appLanguage].please_wait), 1))
|
|
6250
6247
|
]);
|
|
6251
6248
|
}
|
|
6252
|
-
const ye = /* @__PURE__ */ T(
|
|
6249
|
+
const ye = /* @__PURE__ */ T(ei, [["render", ii]]), oi = {
|
|
6253
6250
|
name: "ModalOverlay",
|
|
6254
6251
|
mixins: [z],
|
|
6255
6252
|
data() {
|
|
@@ -6274,13 +6271,13 @@ const ye = /* @__PURE__ */ T(ai, [["render", oi]]), ri = {
|
|
|
6274
6271
|
}
|
|
6275
6272
|
}
|
|
6276
6273
|
};
|
|
6277
|
-
function
|
|
6274
|
+
function ri(e, a, n, o, i, r) {
|
|
6278
6275
|
return c(), l("div", {
|
|
6279
6276
|
class: b({ "pointer delete-menu": !0, "delete-menu-active": i.toggle }),
|
|
6280
6277
|
onClick: a[0] || (a[0] = (...u) => r.toggleEmit && r.toggleEmit(...u))
|
|
6281
6278
|
}, null, 2);
|
|
6282
6279
|
}
|
|
6283
|
-
const we = /* @__PURE__ */ T(
|
|
6280
|
+
const we = /* @__PURE__ */ T(oi, [["render", ri], ["__scopeId", "data-v-a128c2fa"]]), si = {
|
|
6284
6281
|
name: "SSO",
|
|
6285
6282
|
mixins: [Q, G, W, z],
|
|
6286
6283
|
data() {
|
|
@@ -6323,23 +6320,23 @@ const we = /* @__PURE__ */ T(ri, [["render", si], ["__scopeId", "data-v-a128c2fa
|
|
|
6323
6320
|
this.toggle = !this.toggle;
|
|
6324
6321
|
}
|
|
6325
6322
|
}
|
|
6326
|
-
},
|
|
6323
|
+
}, ci = (e) => (O("data-v-11f19a09"), e = e(), B(), e), li = /* @__PURE__ */ ci(() => /* @__PURE__ */ t("i", { class: "font-17 color-black" }, [
|
|
6327
6324
|
/* @__PURE__ */ t("img", {
|
|
6328
6325
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
6329
6326
|
class: "responsive-image",
|
|
6330
6327
|
style: { width: "45%" }
|
|
6331
6328
|
})
|
|
6332
|
-
], -1)),
|
|
6333
|
-
|
|
6334
|
-
],
|
|
6329
|
+
], -1)), di = [
|
|
6330
|
+
li
|
|
6331
|
+
], pi = { class: "bold center-text color-black half-top half-bottom" }, ui = ["placeholder"], _i = {
|
|
6335
6332
|
type: "submit",
|
|
6336
6333
|
class: "button black-button white-button button-full",
|
|
6337
6334
|
style: { margin: "0 auto", "margin-top": "25px", "margin-bottom": "30px" }
|
|
6338
|
-
},
|
|
6335
|
+
}, mi = { key: 0 }, gi = {
|
|
6339
6336
|
key: 1,
|
|
6340
6337
|
class: "button--loading button__loader"
|
|
6341
6338
|
};
|
|
6342
|
-
function
|
|
6339
|
+
function hi(e, a, n, o, i, r) {
|
|
6343
6340
|
return c(), l("form", {
|
|
6344
6341
|
onSubmit: a[3] || (a[3] = y((...u) => r.submit && r.submit(...u), ["prevent"])),
|
|
6345
6342
|
class: b(["menu-wrapper menu-light menu-modal center-text activate-page", { "active-menu": i.toggle }]),
|
|
@@ -6349,8 +6346,8 @@ function fi(e, a, n, o, i, r) {
|
|
|
6349
6346
|
onClick: a[0] || (a[0] = (...u) => r.forceClose && r.forceClose(...u)),
|
|
6350
6347
|
class: "color-black pull-right pointer",
|
|
6351
6348
|
style: { "margin-top": "5px", position: "absolute", right: "5px" }
|
|
6352
|
-
},
|
|
6353
|
-
t("h3",
|
|
6349
|
+
}, di),
|
|
6350
|
+
t("h3", pi, p(e.ssoLang[e.appLanguage].enter_company_email), 1),
|
|
6354
6351
|
t("div", null, [
|
|
6355
6352
|
k(t("input", {
|
|
6356
6353
|
type: "text",
|
|
@@ -6365,16 +6362,16 @@ function fi(e, a, n, o, i, r) {
|
|
|
6365
6362
|
required: "",
|
|
6366
6363
|
onKeydown: a[2] || (a[2] = E(y(() => {
|
|
6367
6364
|
}, ["prevent"]), ["space"]))
|
|
6368
|
-
}, null, 40,
|
|
6365
|
+
}, null, 40, ui), [
|
|
6369
6366
|
[x, i.email]
|
|
6370
6367
|
])
|
|
6371
6368
|
]),
|
|
6372
|
-
t("button",
|
|
6373
|
-
i.loading ? (c(), l("span",
|
|
6369
|
+
t("button", _i, [
|
|
6370
|
+
i.loading ? (c(), l("span", gi)) : (c(), l("span", mi, p(e.ssoLang[e.appLanguage].continue), 1))
|
|
6374
6371
|
])
|
|
6375
6372
|
], 34);
|
|
6376
6373
|
}
|
|
6377
|
-
const ze = /* @__PURE__ */ T(
|
|
6374
|
+
const ze = /* @__PURE__ */ T(si, [["render", hi], ["__scopeId", "data-v-11f19a09"]]), fi = {
|
|
6378
6375
|
name: "SSOPick",
|
|
6379
6376
|
mixins: [Q, G, W, z],
|
|
6380
6377
|
data() {
|
|
@@ -6409,34 +6406,34 @@ const ze = /* @__PURE__ */ T(ci, [["render", fi], ["__scopeId", "data-v-11f19a09
|
|
|
6409
6406
|
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;
|
|
6410
6407
|
}
|
|
6411
6408
|
}
|
|
6412
|
-
}, X = (e) => (O("data-v-4f821f65"), e = e(), B(), e),
|
|
6409
|
+
}, X = (e) => (O("data-v-4f821f65"), e = e(), B(), e), vi = /* @__PURE__ */ X(() => /* @__PURE__ */ t("i", { class: "font-17 color-black" }, [
|
|
6413
6410
|
/* @__PURE__ */ t("img", {
|
|
6414
6411
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
6415
6412
|
class: "responsive-image",
|
|
6416
6413
|
style: { width: "45%" }
|
|
6417
6414
|
})
|
|
6418
|
-
], -1)),
|
|
6419
|
-
|
|
6420
|
-
],
|
|
6415
|
+
], -1)), ki = [
|
|
6416
|
+
vi
|
|
6417
|
+
], bi = { class: "bold center-text color-black half-top half-bottom" }, yi = /* @__PURE__ */ X(() => /* @__PURE__ */ t("img", {
|
|
6421
6418
|
src: "https://cdn.tapni.co/icons/azure.png",
|
|
6422
6419
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
6423
|
-
}, null, -1)),
|
|
6420
|
+
}, null, -1)), wi = { key: 0 }, zi = {
|
|
6424
6421
|
key: 1,
|
|
6425
6422
|
class: "button--loading button__loader"
|
|
6426
|
-
},
|
|
6423
|
+
}, Li = /* @__PURE__ */ X(() => /* @__PURE__ */ t("img", {
|
|
6427
6424
|
src: "https://cdn.tapni.co/icons/okta.png",
|
|
6428
6425
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
6429
|
-
}, null, -1)),
|
|
6426
|
+
}, null, -1)), Si = { key: 0 }, Ci = {
|
|
6430
6427
|
key: 1,
|
|
6431
6428
|
class: "button--loading button__loader"
|
|
6432
|
-
},
|
|
6429
|
+
}, Ti = /* @__PURE__ */ X(() => /* @__PURE__ */ t("img", {
|
|
6433
6430
|
src: "https://cdn.tapni.co/icons/saml.png",
|
|
6434
6431
|
style: { position: "absolute", "margin-left": "-11px", padding: "8px 0", height: "100%" }
|
|
6435
|
-
}, null, -1)),
|
|
6432
|
+
}, null, -1)), ji = { key: 0 }, Pi = {
|
|
6436
6433
|
key: 1,
|
|
6437
6434
|
class: "button--loading button__loader"
|
|
6438
6435
|
};
|
|
6439
|
-
function
|
|
6436
|
+
function Ai(e, a, n, o, i, r) {
|
|
6440
6437
|
var u, s, _;
|
|
6441
6438
|
return c(), l("form", {
|
|
6442
6439
|
onSubmit: a[4] || (a[4] = y(() => {
|
|
@@ -6448,35 +6445,35 @@ function Ii(e, a, n, o, i, r) {
|
|
|
6448
6445
|
onClick: a[0] || (a[0] = (...L) => r.forceClose && r.forceClose(...L)),
|
|
6449
6446
|
class: "color-black pull-right pointer",
|
|
6450
6447
|
style: { "margin-top": "5px", position: "absolute", right: "5px" }
|
|
6451
|
-
},
|
|
6452
|
-
t("h3",
|
|
6448
|
+
}, ki),
|
|
6449
|
+
t("h3", bi, p(e.ssoLang[e.appLanguage].select_sign_method), 1),
|
|
6453
6450
|
(u = i.sso) != null && u.azure ? (c(), l("a", {
|
|
6454
6451
|
key: 0,
|
|
6455
6452
|
onClick: a[1] || (a[1] = (L) => r.ssoLogin("azure")),
|
|
6456
6453
|
class: "button-center button black-button button-90 google-button pointer"
|
|
6457
6454
|
}, [
|
|
6458
|
-
|
|
6459
|
-
i.azureLoad ? (c(), l("span",
|
|
6455
|
+
yi,
|
|
6456
|
+
i.azureLoad ? (c(), l("span", zi)) : (c(), l("span", wi, p(e.ssoLang[e.appLanguage].sign_in_with) + " Azure", 1))
|
|
6460
6457
|
])) : h("", !0),
|
|
6461
6458
|
(s = i.sso) != null && s.okta ? (c(), l("a", {
|
|
6462
6459
|
key: 1,
|
|
6463
6460
|
onClick: a[2] || (a[2] = (L) => r.ssoLogin("okta")),
|
|
6464
6461
|
class: "button-center button black-button button-90 google-button pointer"
|
|
6465
6462
|
}, [
|
|
6466
|
-
|
|
6467
|
-
i.oktaLoad ? (c(), l("span",
|
|
6463
|
+
Li,
|
|
6464
|
+
i.oktaLoad ? (c(), l("span", Ci)) : (c(), l("span", Si, p(e.ssoLang[e.appLanguage].sign_in_with) + " Okta", 1))
|
|
6468
6465
|
])) : h("", !0),
|
|
6469
6466
|
(_ = i.sso) != null && _.saml ? (c(), l("a", {
|
|
6470
6467
|
key: 2,
|
|
6471
6468
|
onClick: a[3] || (a[3] = (L) => r.ssoLogin("saml")),
|
|
6472
6469
|
class: "button-center button black-button button-90 google-button pointer"
|
|
6473
6470
|
}, [
|
|
6474
|
-
|
|
6475
|
-
i.samlLoad ? (c(), l("span",
|
|
6471
|
+
Ti,
|
|
6472
|
+
i.samlLoad ? (c(), l("span", Pi)) : (c(), l("span", ji, p(e.ssoLang[e.appLanguage].sign_in_with) + " SAML", 1))
|
|
6476
6473
|
])) : h("", !0)
|
|
6477
6474
|
], 34);
|
|
6478
6475
|
}
|
|
6479
|
-
const Le = /* @__PURE__ */ T(
|
|
6476
|
+
const Le = /* @__PURE__ */ T(fi, [["render", Ai], ["__scopeId", "data-v-4f821f65"]]), Ii = {
|
|
6480
6477
|
name: "LinkIcon",
|
|
6481
6478
|
mixins: [z],
|
|
6482
6479
|
props: {
|
|
@@ -6548,8 +6545,8 @@ const Le = /* @__PURE__ */ T(vi, [["render", Ii], ["__scopeId", "data-v-4f821f65
|
|
|
6548
6545
|
}
|
|
6549
6546
|
},
|
|
6550
6547
|
methods: {}
|
|
6551
|
-
},
|
|
6552
|
-
function
|
|
6548
|
+
}, Ei = ["src", "alt"], xi = ["src", "alt"], qi = ["src", "alt"], Mi = ["src", "alt"];
|
|
6549
|
+
function Ri(e, a, n, o, i, r) {
|
|
6553
6550
|
var u, s;
|
|
6554
6551
|
return c(), l("a", {
|
|
6555
6552
|
class: b(["disable-select", n.linkStyle + (n.disabled ? " opacity-50" : "")]),
|
|
@@ -6572,21 +6569,21 @@ function Ni(e, a, n, o, i, r) {
|
|
|
6572
6569
|
alt: n.data.text,
|
|
6573
6570
|
onLoad: a[0] || (a[0] = (_) => e.$emit("loaded")),
|
|
6574
6571
|
onError: a[1] || (a[1] = (_) => e.$emit("loaded"))
|
|
6575
|
-
}, null, 40,
|
|
6572
|
+
}, null, 40, Ei)) : !n.data.custom_icon && n.data.type === "customlink" && n.linkAdding ? (c(), l("img", {
|
|
6576
6573
|
key: 1,
|
|
6577
6574
|
src: "https://cdn.tapni.co/icons/custom-icon-128.gif",
|
|
6578
6575
|
class: "responsive-image",
|
|
6579
6576
|
alt: n.data.text,
|
|
6580
6577
|
onLoad: a[2] || (a[2] = (_) => e.$emit("loaded")),
|
|
6581
6578
|
onError: a[3] || (a[3] = (_) => e.$emit("loaded"))
|
|
6582
|
-
}, null, 40,
|
|
6579
|
+
}, null, 40, xi)) : !n.data.custom_icon && n.data.type === "customlink" && !n.linkAdding ? (c(), l("img", {
|
|
6583
6580
|
key: 2,
|
|
6584
6581
|
src: "https://cdn.tapni.co/icons/customlink.png",
|
|
6585
6582
|
class: "responsive-image",
|
|
6586
6583
|
alt: n.data.text,
|
|
6587
6584
|
onLoad: a[4] || (a[4] = (_) => e.$emit("loaded")),
|
|
6588
6585
|
onError: a[5] || (a[5] = (_) => e.$emit("loaded"))
|
|
6589
|
-
}, null, 40,
|
|
6586
|
+
}, null, 40, qi)) : (c(), l("img", {
|
|
6590
6587
|
key: 3,
|
|
6591
6588
|
src: n.data.style.custom_icon,
|
|
6592
6589
|
style: { "border-radius": "22.46%" },
|
|
@@ -6594,7 +6591,7 @@ function Ni(e, a, n, o, i, r) {
|
|
|
6594
6591
|
alt: n.data.text,
|
|
6595
6592
|
onLoad: a[6] || (a[6] = (_) => e.$emit("loaded")),
|
|
6596
6593
|
onError: a[7] || (a[7] = (_) => e.$emit("loaded"))
|
|
6597
|
-
}, null, 40,
|
|
6594
|
+
}, null, 40, Mi))
|
|
6598
6595
|
], 6),
|
|
6599
6596
|
t("span", {
|
|
6600
6597
|
class: "link-text link-drag color-black",
|
|
@@ -6602,17 +6599,17 @@ function Ni(e, a, n, o, i, r) {
|
|
|
6602
6599
|
}, p(r.linkText), 5)
|
|
6603
6600
|
], 6);
|
|
6604
6601
|
}
|
|
6605
|
-
const
|
|
6602
|
+
const Ni = /* @__PURE__ */ T(Ii, [["render", Ri]]), Vi = {
|
|
6606
6603
|
ANDROID_VERSION: "5.6",
|
|
6607
6604
|
IOS_VERSION: "5.6",
|
|
6608
6605
|
WEB_VERSION: "5.6.0",
|
|
6609
6606
|
SUPPORTED_LANGUAGES: ["en", "de", "es", "kr", "it", "fr"],
|
|
6610
6607
|
METAPIXEL_ID: "1203678696914368",
|
|
6611
6608
|
GOOGLE_ANALYTICS_ID: ""
|
|
6612
|
-
},
|
|
6609
|
+
}, Oi = {
|
|
6613
6610
|
name: "Language",
|
|
6614
6611
|
mixins: [z],
|
|
6615
|
-
components: { LinkIcon:
|
|
6612
|
+
components: { LinkIcon: Ni },
|
|
6616
6613
|
data() {
|
|
6617
6614
|
return {
|
|
6618
6615
|
toggle: !1
|
|
@@ -6623,7 +6620,7 @@ const Vi = /* @__PURE__ */ T(Ei, [["render", Ni]]), Oi = {
|
|
|
6623
6620
|
this.toggle = !1;
|
|
6624
6621
|
});
|
|
6625
6622
|
let e = this.isNative ? await H.getLanguageCode() : N.getFirstBrowserLanguage();
|
|
6626
|
-
e &&
|
|
6623
|
+
e && Vi.SUPPORTED_LANGUAGES.includes(e) && this.updateLanguage(e);
|
|
6627
6624
|
},
|
|
6628
6625
|
beforeDestroy() {
|
|
6629
6626
|
d._events.toggleLanguageModal.pop();
|
|
@@ -6642,16 +6639,16 @@ const Vi = /* @__PURE__ */ T(Ei, [["render", Ni]]), Oi = {
|
|
|
6642
6639
|
this.toggle = !this.toggle;
|
|
6643
6640
|
}
|
|
6644
6641
|
}
|
|
6645
|
-
},
|
|
6642
|
+
}, Bi = (e) => (O("data-v-34a6b7b2"), e = e(), B(), e), Di = /* @__PURE__ */ Bi(() => /* @__PURE__ */ t("i", { class: "font-17 fa color-black" }, [
|
|
6646
6643
|
/* @__PURE__ */ t("img", {
|
|
6647
6644
|
src: "https://cdn.tapni.co/icons/down-arrow.png",
|
|
6648
6645
|
class: "fa responsive-image",
|
|
6649
6646
|
style: { width: "45%" }
|
|
6650
6647
|
})
|
|
6651
|
-
], -1)),
|
|
6652
|
-
|
|
6653
|
-
],
|
|
6654
|
-
function
|
|
6648
|
+
], -1)), Ui = [
|
|
6649
|
+
Di
|
|
6650
|
+
], Ki = { class: "bold center-text color-black small-bottom" };
|
|
6651
|
+
function $i(e, a, n, o, i, r) {
|
|
6655
6652
|
const u = V("LinkIcon");
|
|
6656
6653
|
return c(), l("div", {
|
|
6657
6654
|
class: b(["menu-wrapper menu-light menu-white menu-modal center-text activate-page", { "active-menu": i.toggle }]),
|
|
@@ -6661,8 +6658,8 @@ function Hi(e, a, n, o, i, r) {
|
|
|
6661
6658
|
onClick: a[0] || (a[0] = (...s) => r.close && r.close(...s)),
|
|
6662
6659
|
class: "color-black pull-right pointer",
|
|
6663
6660
|
style: { "margin-top": "5px", position: "absolute", right: "5px" }
|
|
6664
|
-
},
|
|
6665
|
-
t("h3",
|
|
6661
|
+
}, Ui),
|
|
6662
|
+
t("h3", Ki, p(e.ssoLang[e.appLanguage].app_language), 1),
|
|
6666
6663
|
v(u, {
|
|
6667
6664
|
onClick: a[1] || (a[1] = (s) => r.updateLanguage("en")),
|
|
6668
6665
|
"link-style": "link-grid",
|
|
@@ -6721,38 +6718,38 @@ function Hi(e, a, n, o, i, r) {
|
|
|
6721
6718
|
}, null, 8, ["data"])
|
|
6722
6719
|
], 2);
|
|
6723
6720
|
}
|
|
6724
|
-
const Se = /* @__PURE__ */ T(
|
|
6725
|
-
var
|
|
6726
|
-
const
|
|
6721
|
+
const Se = /* @__PURE__ */ T(Oi, [["render", $i], ["__scopeId", "data-v-34a6b7b2"]]);
|
|
6722
|
+
var Hi = { 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 };
|
|
6723
|
+
const Fi = { id: "ssoapp" }, Qi = {
|
|
6727
6724
|
key: 0,
|
|
6728
6725
|
href: "/",
|
|
6729
6726
|
class: "header-logo"
|
|
6730
|
-
},
|
|
6727
|
+
}, Gi = /* @__PURE__ */ t("img", {
|
|
6731
6728
|
src: "data:image/png;base64,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",
|
|
6732
6729
|
onerror: "this.onerror=null;this.src='https://cdn.tapni.co/images/logo-dark.png';",
|
|
6733
6730
|
class: "header-logo-img"
|
|
6734
|
-
}, null, -1),
|
|
6735
|
-
|
|
6736
|
-
],
|
|
6731
|
+
}, null, -1), Wi = [
|
|
6732
|
+
Gi
|
|
6733
|
+
], Xi = { class: "lang-icon" }, Yi = {
|
|
6737
6734
|
class: "snackbar snackbar-boxed",
|
|
6738
6735
|
id: "snackbar"
|
|
6739
|
-
},
|
|
6736
|
+
}, Zi = {
|
|
6740
6737
|
class: "snack-body",
|
|
6741
6738
|
id: "errorSnack"
|
|
6742
|
-
},
|
|
6739
|
+
}, Ji = { id: "errorMessage" }, eo = /* @__PURE__ */ t("img", {
|
|
6743
6740
|
src: "https://cdn.tapni.co/icons/notification-close.png",
|
|
6744
6741
|
style: { width: "100%" }
|
|
6745
|
-
}, null, -1),
|
|
6746
|
-
|
|
6747
|
-
],
|
|
6742
|
+
}, null, -1), ao = [
|
|
6743
|
+
eo
|
|
6744
|
+
], no = {
|
|
6748
6745
|
class: "snack-body",
|
|
6749
6746
|
id: "successSnack"
|
|
6750
|
-
},
|
|
6747
|
+
}, to = { id: "successMessage" }, io = /* @__PURE__ */ t("img", {
|
|
6751
6748
|
src: "https://cdn.tapni.co/icons/notification-close.png",
|
|
6752
6749
|
style: { width: "100%" }
|
|
6753
|
-
}, null, -1),
|
|
6754
|
-
|
|
6755
|
-
],
|
|
6750
|
+
}, null, -1), oo = [
|
|
6751
|
+
io
|
|
6752
|
+
], ro = {
|
|
6756
6753
|
name: "TapniAuth",
|
|
6757
6754
|
mixins: [z],
|
|
6758
6755
|
data() {
|
|
@@ -6787,12 +6784,11 @@ const Qi = { id: "ssoapp" }, Gi = {
|
|
|
6787
6784
|
},
|
|
6788
6785
|
methods: {
|
|
6789
6786
|
async init() {
|
|
6790
|
-
if (this
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
this.initialized = !0, this.$emit("ssoLibraryReady");
|
|
6787
|
+
if (this.initialized || (this.initialized = !0, !this.$storageReady.value))
|
|
6788
|
+
return;
|
|
6789
|
+
this.setToken(this.$storage.token);
|
|
6790
|
+
const e = this.getRefreshTokens();
|
|
6791
|
+
this.setRefreshToken(e[0]), this.getLoggedInAccounts(), this.$emit("ssoLibraryReady");
|
|
6796
6792
|
},
|
|
6797
6793
|
ssoOutgoingEvent(e) {
|
|
6798
6794
|
this.$emit("ssoEvent", e);
|
|
@@ -6810,22 +6806,25 @@ const Qi = { id: "ssoapp" }, Gi = {
|
|
|
6810
6806
|
watch: {
|
|
6811
6807
|
display() {
|
|
6812
6808
|
this.applyBgStyle();
|
|
6809
|
+
},
|
|
6810
|
+
"$storageReady.value"(e) {
|
|
6811
|
+
e && this.init();
|
|
6813
6812
|
}
|
|
6814
6813
|
}
|
|
6815
|
-
}, ne = /* @__PURE__ */ Object.assign(
|
|
6814
|
+
}, ne = /* @__PURE__ */ Object.assign(ro, {
|
|
6816
6815
|
setup(e) {
|
|
6817
6816
|
return document.addEventListener("DOMContentLoaded", function() {
|
|
6818
6817
|
const a = document.createElement("script");
|
|
6819
|
-
a.src = `https://www.google.com/recaptcha/api.js?render=${
|
|
6820
|
-
}), (a, n) => (c(), l("div",
|
|
6821
|
-
a.display === "redirect" ? (c(), l("a",
|
|
6818
|
+
a.src = `https://www.google.com/recaptcha/api.js?render=${Hi.VITE_GOOGLE_RECAPTCHA_SITE_KEY}`, document.head.appendChild(a);
|
|
6819
|
+
}), (a, n) => (c(), l("div", Fi, [
|
|
6820
|
+
a.display === "redirect" ? (c(), l("a", Qi, Wi)) : h("", !0),
|
|
6822
6821
|
a.display === "redirect" ? (c(), l("a", {
|
|
6823
6822
|
key: 1,
|
|
6824
6823
|
onClick: n[0] || (n[0] = (...o) => a.toggleLanguageModal && a.toggleLanguageModal(...o)),
|
|
6825
6824
|
class: "font-18 no-border pointer color-black",
|
|
6826
6825
|
style: { position: "absolute", right: "20px", top: "-10px" }
|
|
6827
6826
|
}, [
|
|
6828
|
-
t("span",
|
|
6827
|
+
t("span", Xi, p(a.appLanguage.toUpperCase()), 1)
|
|
6829
6828
|
])) : h("", !0),
|
|
6830
6829
|
v(we),
|
|
6831
6830
|
v(Se),
|
|
@@ -6841,30 +6840,30 @@ const Qi = { id: "ssoapp" }, Gi = {
|
|
|
6841
6840
|
key: 5,
|
|
6842
6841
|
isModal: e.isModal
|
|
6843
6842
|
}, 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 })),
|
|
6844
|
-
t("div",
|
|
6845
|
-
t("p",
|
|
6846
|
-
t("span",
|
|
6843
|
+
t("div", Yi, [
|
|
6844
|
+
t("p", Zi, [
|
|
6845
|
+
t("span", Ji, p(a.ssoLang[a.appLanguage].error), 1),
|
|
6847
6846
|
t("a", {
|
|
6848
6847
|
onClick: n[1] || (n[1] = (...o) => a.closeSnacks && a.closeSnacks(...o)),
|
|
6849
6848
|
style: { position: "absolute", right: "10px", top: "10px", width: "50px", height: "50px" }
|
|
6850
|
-
},
|
|
6849
|
+
}, ao)
|
|
6851
6850
|
]),
|
|
6852
|
-
t("p",
|
|
6853
|
-
t("span",
|
|
6851
|
+
t("p", no, [
|
|
6852
|
+
t("span", to, p(a.ssoLang[a.appLanguage].success), 1),
|
|
6854
6853
|
t("a", {
|
|
6855
6854
|
onClick: n[2] || (n[2] = (...o) => a.closeSnacks && a.closeSnacks(...o)),
|
|
6856
6855
|
style: { position: "absolute", right: "10px", top: "10px", width: "50px", height: "50px" }
|
|
6857
|
-
},
|
|
6856
|
+
}, oo)
|
|
6858
6857
|
])
|
|
6859
6858
|
])
|
|
6860
6859
|
]));
|
|
6861
6860
|
}
|
|
6862
|
-
}),
|
|
6861
|
+
}), zo = {
|
|
6863
6862
|
TapniAuth: ne,
|
|
6864
|
-
install: (e
|
|
6865
|
-
e.component("TapniAuth", ne)
|
|
6863
|
+
install: (e) => {
|
|
6864
|
+
e.component("TapniAuth", ne);
|
|
6866
6865
|
}
|
|
6867
6866
|
};
|
|
6868
6867
|
export {
|
|
6869
|
-
|
|
6868
|
+
zo as default
|
|
6870
6869
|
};
|