authscape 1.0.664 → 1.0.666
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/index.js +0 -3
- package/package.json +1 -1
- package/src/components/AuthScapeApp.js +1 -1
package/index.js
CHANGED
|
@@ -433,9 +433,6 @@ function AuthScapeApp(_ref) {
|
|
|
433
433
|
}), pageProps != null && pageProps.oemCompanyId != null ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("link", {
|
|
434
434
|
href: process.env.apiUri + "/api/PrivateLabel/GetDataFromRecord?oemCompanyId=" + pageProps.oemCompanyId,
|
|
435
435
|
rel: "stylesheet"
|
|
436
|
-
}), /*#__PURE__*/_react["default"].createElement("link", {
|
|
437
|
-
rel: "icon",
|
|
438
|
-
href: process.env.apiUri + "/api/PrivateLabel/GetFavIcon?oemCompanyId=" + pageProps.oemCompanyId
|
|
439
436
|
})) : /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("link", {
|
|
440
437
|
rel: "icon",
|
|
441
438
|
href: "/favicon.ico"
|
package/package.json
CHANGED
|
@@ -443,7 +443,7 @@ export function AuthScapeApp ({Component, layout, loadingLayout, pageProps, muiT
|
|
|
443
443
|
href={process.env.apiUri + "/api/PrivateLabel/GetDataFromRecord?oemCompanyId=" + pageProps.oemCompanyId}
|
|
444
444
|
rel="stylesheet"
|
|
445
445
|
/>
|
|
446
|
-
<link rel="icon" href={process.env.apiUri + "/api/PrivateLabel/GetFavIcon?oemCompanyId=" + pageProps.oemCompanyId} />
|
|
446
|
+
{/* <link rel="icon" href={process.env.apiUri + "/api/PrivateLabel/GetFavIcon?oemCompanyId=" + pageProps.oemCompanyId} /> */}
|
|
447
447
|
</>
|
|
448
448
|
:
|
|
449
449
|
<>
|