@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.
@@ -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.27", ar = {
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-BU8ZXvwS.js"), _a = () => Promise.resolve().then(() => vu), va = () => import("./Apps-DjKy-a5Q.js"), ya = () => import("./Billing-DSqrWJMC.js"), wa = () => import("./CustomApp-CBmIn-Tt.js"), ba = () => import("./General-iau1n0fq.js"), ka = [
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapni/auth",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "type": "module",
5
5
  "main": "./dist/TapniAuth.umd.js",
6
6
  "module": "./dist/TapniAuth.es.js",
@@ -24,6 +24,7 @@ export default {
24
24
  },
25
25
 
26
26
  async mounted() {
27
+ console.log('sss', this.$route.path);
27
28
  if (this.$route.path === '/app/callback/redirect') {
28
29
  return location.href = atob(this.$route.query.uri);
29
30
  }