@eka-care/medassist-widget 0.1.94 → 0.1.95
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/medassist-widget.js +1 -2
- package/package.json +1 -1
package/dist/medassist-widget.js
CHANGED
|
@@ -10803,8 +10803,7 @@ const dl = (e) => Object.fromEntries(
|
|
|
10803
10803
|
session_id: A || "",
|
|
10804
10804
|
session_token: R || ""
|
|
10805
10805
|
});
|
|
10806
|
-
G?.session_id && G?.session_token && (D(G.session_id), B(G.session_token)), G?.user_id && te(G.user_id), G?.
|
|
10807
|
-
`));
|
|
10806
|
+
G?.session_id && G?.session_token && (D(G.session_id), B(G.session_token)), G?.user_id && te(G.user_id), G?.error?.msg && le(G.error.msg);
|
|
10808
10807
|
} catch (G) {
|
|
10809
10808
|
const re = G, ae = re.context?.stage === "handleSessionExpiry" || re.context?.stage === "refreshSession" || re.status === 404, Fe = re.status === 403;
|
|
10810
10809
|
ae ? ($(null), j(Ae.NOT_CONNECTED), I(!0)) : Fe && !H ? (J(), $e(), await ve(void 0, void 0, !0)) : ($({
|