propro-common-components 0.0.98 → 0.0.99
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.
@@ -65322,7 +65322,7 @@ function PrivateRoute({
|
|
65322
65322
|
children: m
|
65323
65323
|
}) {
|
65324
65324
|
const g = getCookie("account"), b = useNavigate();
|
65325
|
-
return g === void 0 && (console.log("ndndjnjdnjndj"), b("/session-timed-out")), /* @__PURE__ */ jsx$2(Fragment$2, { children: m });
|
65325
|
+
return console.log(g, "account"), g === void 0 && (console.log("ndndjnjdnjndj"), b("/session-timed-out")), /* @__PURE__ */ jsx$2(Fragment$2, { children: m });
|
65326
65326
|
}
|
65327
65327
|
export {
|
65328
65328
|
AppContext,
|