@tapni/auth 1.0.27 → 1.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +12 -12
- package/dist/{Apps-DjKy-a5Q.js → Apps-voVZUqVz.js} +1 -1
- package/dist/{Billing-DSqrWJMC.js → Billing-D4eHJurk.js} +1 -1
- package/dist/{CustomApp-CBmIn-Tt.js → CustomApp-C1588dCB.js} +1 -1
- package/dist/{General-iau1n0fq.js → General-DmED2BeM.js} +1 -1
- package/dist/{QR-BU8ZXvwS.js → QR-BWFTtLjY.js} +1 -1
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +2 -2
- package/dist/{install-BCTb9M8G.js → install-DAOgptEC.js} +3 -3
- package/package.json +1 -1
- package/src/views/Callback.vue +1 -0
|
@@ -1390,7 +1390,7 @@ function aa(n, e, t, r, o, i) {
|
|
|
1390
1390
|
const ro = /* @__PURE__ */ pn(Zi, [["render", aa], ["__scopeId", "data-v-cb61958b"]]), sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1391
1391
|
__proto__: null,
|
|
1392
1392
|
default: ro
|
|
1393
|
-
}, Symbol.toStringTag, { value: "Module" })), ca = "1.0.
|
|
1393
|
+
}, Symbol.toStringTag, { value: "Module" })), ca = "1.0.28", ar = {
|
|
1394
1394
|
getMe() {
|
|
1395
1395
|
return le().get("/users/me");
|
|
1396
1396
|
},
|
|
@@ -5824,7 +5824,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
|
|
|
5824
5824
|
app_region: "지역",
|
|
5825
5825
|
app_region_p: "맞춤형 결제 및 지원을 위해 지역을 선택하세요"
|
|
5826
5826
|
}
|
|
5827
|
-
}, ko = () => Promise.resolve().then(() => sa), ua = () => Promise.resolve().then(() => uc), da = () => Promise.resolve().then(() => rl), pa = () => Promise.resolve().then(() => Qu), ha = () => Promise.resolve().then(() => Pc), fa = () => Promise.resolve().then(() => vl), ma = () => Promise.resolve().then(() => Zu), ga = () => import("./QR-
|
|
5827
|
+
}, ko = () => Promise.resolve().then(() => sa), ua = () => Promise.resolve().then(() => uc), da = () => Promise.resolve().then(() => rl), pa = () => Promise.resolve().then(() => Qu), ha = () => Promise.resolve().then(() => Pc), fa = () => Promise.resolve().then(() => vl), ma = () => Promise.resolve().then(() => Zu), ga = () => import("./QR-BWFTtLjY.js"), _a = () => Promise.resolve().then(() => vu), va = () => import("./Apps-voVZUqVz.js"), ya = () => import("./Billing-D4eHJurk.js"), wa = () => import("./CustomApp-C1588dCB.js"), ba = () => import("./General-DmED2BeM.js"), ka = [
|
|
5828
5828
|
{
|
|
5829
5829
|
path: "/welcome",
|
|
5830
5830
|
name: "AuthWelcome",
|
|
@@ -17999,7 +17999,7 @@ const _o = /* @__PURE__ */ pn(yu, [["render", Vu], ["__scopeId", "data-v-707a4b1
|
|
|
17999
17999
|
return {};
|
|
18000
18000
|
},
|
|
18001
18001
|
async mounted() {
|
|
18002
|
-
if (this.$route.path === "/app/callback/redirect")
|
|
18002
|
+
if (console.log("sss", this.$route.path), this.$route.path === "/app/callback/redirect")
|
|
18003
18003
|
return location.href = atob(this.$route.query.uri);
|
|
18004
18004
|
if (this.$route.path === "/app/callback/auth" && this.exchangeAuthCode({
|
|
18005
18005
|
code: this.$route.query.code,
|
package/package.json
CHANGED