@tapni/auth 0.0.135 → 0.0.136

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.
@@ -1291,7 +1291,7 @@ function va(n, e, t, r, o, i) {
1291
1291
  const po = /* @__PURE__ */ mt(aa, [["render", va], ["__scopeId", "data-v-615ed484"]]), ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1292
1292
  __proto__: null,
1293
1293
  default: po
1294
- }, Symbol.toStringTag, { value: "Module" })), wa = "0.0.135";
1294
+ }, Symbol.toStringTag, { value: "Module" })), wa = "0.0.136";
1295
1295
  function ba(n) {
1296
1296
  return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
1297
1297
  }
@@ -5547,7 +5547,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
5547
5547
  choose_other_login_methods: "다른 로그인 방법 선택하기",
5548
5548
  no_sso_logins: "귀하의 회사는 SSO 로그인을 사용하지 않습니다. 관리자에게 문의하십시오."
5549
5549
  }
5550
- }, Ao = () => Promise.resolve().then(() => ya), Ia = () => Promise.resolve().then(() => Kc), Aa = () => Promise.resolve().then(() => Bl), Ra = () => Promise.resolve().then(() => yd), Pa = () => import("./Account-dvt7Iz80.js"), Ma = () => Promise.resolve().then(() => pu), Na = () => Promise.resolve().then(() => Sd), Oa = () => import("./QR-Rym4KAsm.js"), La = () => Promise.resolve().then(() => zu), za = [
5550
+ }, Ao = () => Promise.resolve().then(() => ya), Ia = () => Promise.resolve().then(() => Kc), Aa = () => Promise.resolve().then(() => Bl), Ra = () => Promise.resolve().then(() => yd), Pa = () => import("./Account-YpPsU0Cw.js"), Ma = () => Promise.resolve().then(() => pu), Na = () => Promise.resolve().then(() => Sd), Oa = () => import("./QR-aPRfIbQF.js"), La = () => Promise.resolve().then(() => zu), za = [
5551
5551
  {
5552
5552
  path: "/welcome",
5553
5553
  name: "AuthWelcome",
@@ -18304,7 +18304,7 @@ const Rp = { id: "ssoapp" }, Pp = {
18304
18304
  }
18305
18305
  },
18306
18306
  async mounted() {
18307
- console.log("eey"), this.applyBgStyle(), this.setView(this.viewProp), G.$on("ssoEvent", this.ssoOutgoingEvent), G.$on("ssoLogout", (n) => this.logout(n.refreshToken)), G.$on("getLoggedInAccounts", (n) => this.getLoggedInAccounts(n)), G.$on("refreshTokenAction", (n) => this.refreshTokenAction({ ...n, storage: this.$storex })), G.$on("switchAccount", (n) => this.switchAccount(n)), G.$on("setToken", (n) => this.setToken(n));
18307
+ this.applyBgStyle(), this.setView(this.viewProp), G.$on("ssoEvent", this.ssoOutgoingEvent), G.$on("ssoLogout", (n) => this.logout(n.refreshToken)), G.$on("getLoggedInAccounts", (n) => this.getLoggedInAccounts(n)), G.$on("refreshTokenAction", (n) => this.refreshTokenAction({ ...n, storage: this.$storex })), G.$on("switchAccount", (n) => this.switchAccount(n)), G.$on("setToken", (n) => this.setToken(n));
18308
18308
  },
18309
18309
  methods: {
18310
18310
  async init() {
@@ -18328,6 +18328,9 @@ const Rp = { id: "ssoapp" }, Pp = {
18328
18328
  }
18329
18329
  },
18330
18330
  watch: {
18331
+ viewProp(n) {
18332
+ this.setView(n);
18333
+ },
18331
18334
  display() {
18332
18335
  this.applyBgStyle();
18333
18336
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapni/auth",
3
- "version": "0.0.135",
3
+ "version": "0.0.136",
4
4
  "type": "module",
5
5
  "main": "./dist/TapniAuth.umd.js",
6
6
  "module": "./dist/TapniAuth.es.js",
package/src/App.vue CHANGED
@@ -146,7 +146,6 @@ export default {
146
146
  }
147
147
  },
148
148
  async mounted() {
149
- console.log('eey');
150
149
  this.applyBgStyle()
151
150
  this.setView(this.viewProp);
152
151
 
@@ -192,6 +191,9 @@ export default {
192
191
  }
193
192
  },
194
193
  watch: {
194
+ viewProp (nv) {
195
+ this.setView(nv);
196
+ },
195
197
  display () {
196
198
  this.applyBgStyle()
197
199
  },