@crystaltech/hsms-shared-ui 0.5.5 → 0.5.6
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/index.es.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43868,9 +43868,9 @@ const L5 = nt(/* @__PURE__ */ A.jsx("path", {
|
|
|
43868
43868
|
userManage: e,
|
|
43869
43869
|
logoutHandler: t
|
|
43870
43870
|
}) => {
|
|
43871
|
-
const [n, r] = xt(null), [i, a] = xt(!1), { user: s, redirectUrl: l } = e, c = window.location.origin;
|
|
43871
|
+
const [n, r] = xt(null), [i, a] = xt(!1), { user: s, redirectUrl: l } = e, c = window.location.origin + "/skh";
|
|
43872
43872
|
ra(() => {
|
|
43873
|
-
s || (
|
|
43873
|
+
s || (console.log("clear", c), window.location.href = c);
|
|
43874
43874
|
}, [s]);
|
|
43875
43875
|
const u = (p) => {
|
|
43876
43876
|
r(p.currentTarget), a(!0);
|