pih-appointment-widget 0.0.30 → 0.0.31
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/components/AppointmentPage.js +2 -9
- package/dist/constants/apiConfig.js +2 -2
- package/dist/doctor-appointments-widget.umd.js +2551 -0
- package/dist/doctor-appointments-widget.umd.min.js +1 -0
- package/dist/pih-appointment-widget.umd.js +4 -12
- package/dist/pih-appointment-widget.umd.min.js +1 -1
- package/package.json +1 -1
- package/src/components/AppointmentPage.js +2 -5
- package/src/constants/apiConfig.js +2 -2
|
@@ -2459,21 +2459,14 @@ const AppointmentPage = _ref => {
|
|
|
2459
2459
|
color: "#1a1a1a",
|
|
2460
2460
|
margin: "0 0 8px 0"
|
|
2461
2461
|
}
|
|
2462
|
-
},
|
|
2462
|
+
}, "Access Denied"), /*#__PURE__*/_react.default.createElement("p", {
|
|
2463
2463
|
style: {
|
|
2464
2464
|
fontSize: "14px",
|
|
2465
2465
|
color: "#666",
|
|
2466
2466
|
margin: 0,
|
|
2467
2467
|
lineHeight: 1.5
|
|
2468
2468
|
}
|
|
2469
|
-
},
|
|
2470
|
-
style: {
|
|
2471
|
-
fontSize: "13px",
|
|
2472
|
-
color: "#999",
|
|
2473
|
-
marginTop: "16px",
|
|
2474
|
-
marginBottom: 0
|
|
2475
|
-
}
|
|
2476
|
-
}, "Redirecting to login..."))));
|
|
2469
|
+
}, "You do not have permission to access Afiya Pro. Please contact administrator for assistance."))));
|
|
2477
2470
|
}
|
|
2478
2471
|
return /*#__PURE__*/_react.default.createElement(AppointmentErrorBoundary, null, content);
|
|
2479
2472
|
};
|
|
@@ -29,5 +29,5 @@ const DEFAULT_PARAMS = exports.DEFAULT_PARAMS = {
|
|
|
29
29
|
const REQUEST_TIMEOUT = exports.REQUEST_TIMEOUT = 10000;
|
|
30
30
|
|
|
31
31
|
// Join call URL (will be dynamic from auth API later)
|
|
32
|
-
const JOIN_CALL_URL = exports.JOIN_CALL_URL = "https://
|
|
33
|
-
const WEB_URL = exports.WEB_URL = "https://
|
|
32
|
+
const JOIN_CALL_URL = exports.JOIN_CALL_URL = "https://ittisalqa.powermindinc.com/call/";
|
|
33
|
+
const WEB_URL = exports.WEB_URL = "https://afiyaproqa.powermindinc.com/";
|