@tapni/auth 0.0.142 → 0.0.144
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 +6 -6
- package/dist/{Account-DfOXI9XU.js → Account-nzsSLfHe.js} +1 -1
- package/dist/{QR--DneK1jw.js → QR-PTQPWAGv.js} +1 -1
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +2 -2
- package/dist/{install-BW-LknkI.js → install-WnBJiSUN.js} +3 -3
- package/package.json +1 -1
- package/src/install.js +1 -1
|
@@ -1406,7 +1406,7 @@ function Ca(n, e, t, r, o, i) {
|
|
|
1406
1406
|
const po = /* @__PURE__ */ mt(da, [["render", Ca], ["__scopeId", "data-v-615ed484"]]), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1407
1407
|
__proto__: null,
|
|
1408
1408
|
default: po
|
|
1409
|
-
}, Symbol.toStringTag, { value: "Module" })), Ta = "0.0.
|
|
1409
|
+
}, Symbol.toStringTag, { value: "Module" })), Ta = "0.0.144", hr = {
|
|
1410
1410
|
getMe() {
|
|
1411
1411
|
return ce().get("/users/me");
|
|
1412
1412
|
},
|
|
@@ -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(() => Ea), Ia = () => Promise.resolve().then(() => Kc), Aa = () => Promise.resolve().then(() => Bl), Ra = () => Promise.resolve().then(() => yd), Pa = () => import("./Account-
|
|
5550
|
+
}, Ao = () => Promise.resolve().then(() => Ea), Ia = () => Promise.resolve().then(() => Kc), Aa = () => Promise.resolve().then(() => Bl), Ra = () => Promise.resolve().then(() => yd), Pa = () => import("./Account-nzsSLfHe.js"), Ma = () => Promise.resolve().then(() => pu), Na = () => Promise.resolve().then(() => Sd), Oa = () => import("./QR-PTQPWAGv.js"), La = () => Promise.resolve().then(() => zu), za = [
|
|
5551
5551
|
{
|
|
5552
5552
|
path: "/welcome",
|
|
5553
5553
|
name: "AuthWelcome",
|
|
@@ -18404,7 +18404,7 @@ const Rp = { id: "ssoapp" }, Pp = {
|
|
|
18404
18404
|
}
|
|
18405
18405
|
}), rh = {
|
|
18406
18406
|
install: (n, { store: e, apiRoot: t }) => {
|
|
18407
|
-
n.component("TapniAuth", Kp), e.hasModule("auth") || e.registerModule("auth", ho), n.config.globalProperties
|
|
18407
|
+
n.component("TapniAuth", Kp), e.hasModule("auth") || e.registerModule("auth", ho), n.config.globalProperties.$apiRoot = t;
|
|
18408
18408
|
}
|
|
18409
18409
|
};
|
|
18410
18410
|
export {
|
package/package.json
CHANGED