@medplum/react 0.9.15 → 0.9.16
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/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.min.js +1 -1
- package/dist/cjs/index.min.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +1 -1
- package/dist/esm/index.min.js.map +1 -1
- package/package.json +5 -5
package/dist/cjs/index.js
CHANGED
|
@@ -4853,9 +4853,9 @@
|
|
|
4853
4853
|
return clientId;
|
|
4854
4854
|
}
|
|
4855
4855
|
const origin = window.location.protocol + '//' + window.location.host;
|
|
4856
|
-
const authorizedOrigins = (_b = (_a = "
|
|
4856
|
+
const authorizedOrigins = (_b = (_a = "undefined") === null || _a === void 0 ? void 0 : _a.split(',')) !== null && _b !== void 0 ? _b : [];
|
|
4857
4857
|
if (authorizedOrigins.includes(origin)) {
|
|
4858
|
-
return "
|
|
4858
|
+
return "undefined";
|
|
4859
4859
|
}
|
|
4860
4860
|
return undefined;
|
|
4861
4861
|
}
|