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