authscape 1.0.662 → 1.0.664
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
CHANGED
|
@@ -435,7 +435,7 @@ function AuthScapeApp(_ref) {
|
|
|
435
435
|
rel: "stylesheet"
|
|
436
436
|
}), /*#__PURE__*/_react["default"].createElement("link", {
|
|
437
437
|
rel: "icon",
|
|
438
|
-
href: "/
|
|
438
|
+
href: process.env.apiUri + "/api/PrivateLabel/GetFavIcon?oemCompanyId=" + pageProps.oemCompanyId
|
|
439
439
|
})) : /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("link", {
|
|
440
440
|
rel: "icon",
|
|
441
441
|
href: "/favicon.ico"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "authscape",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.664",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"html2canvas": "^1.4.1",
|
|
32
32
|
"js-cookie": "^3.0.5",
|
|
33
33
|
"js-file-download": "^0.4.12",
|
|
34
|
-
"jspdf": "^
|
|
34
|
+
"jspdf": "^3.0.0",
|
|
35
35
|
"next": "^14.1.0",
|
|
36
36
|
"query-string": "^7.1.1",
|
|
37
37
|
"react": "^18.2.0",
|
|
@@ -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="/
|
|
446
|
+
<link rel="icon" href={process.env.apiUri + "/api/PrivateLabel/GetFavIcon?oemCompanyId=" + pageProps.oemCompanyId} />
|
|
447
447
|
</>
|
|
448
448
|
:
|
|
449
449
|
<>
|
|
@@ -224,7 +224,6 @@ export function PrivateLabelEditor({loadedUser, notification, showAllDomains = f
|
|
|
224
224
|
<Tabs value={value} onChange={handleChange} aria-label="basic tabs example">
|
|
225
225
|
<Tab label="App Icon / Colors" />
|
|
226
226
|
<Tab label="Fonts" />
|
|
227
|
-
{/* <Tab label="Content" /> */}
|
|
228
227
|
<Tab label="Style Sheet Editor" />
|
|
229
228
|
<Tab label="HTML Import Editor" />
|
|
230
229
|
</Tabs>
|
|
@@ -372,20 +371,6 @@ export function PrivateLabelEditor({loadedUser, notification, showAllDomains = f
|
|
|
372
371
|
</Box>
|
|
373
372
|
}
|
|
374
373
|
|
|
375
|
-
{/* {value == 2 &&
|
|
376
|
-
<Box value={value} index={2}>
|
|
377
|
-
<Grid container spacing={2}>
|
|
378
|
-
<Grid item xs={6}>
|
|
379
|
-
<h4 style={{marginBottom:"0px"}}>Content</h4>
|
|
380
|
-
<small>You can adjust the content within your site</small>
|
|
381
|
-
</Grid>
|
|
382
|
-
</Grid>
|
|
383
|
-
<Box sx={{paddingTop:2}}>
|
|
384
|
-
<TextField id="outlined-basic" label="Outlined" variant="outlined" />
|
|
385
|
-
</Box>
|
|
386
|
-
</Box>
|
|
387
|
-
} */}
|
|
388
|
-
|
|
389
374
|
{value == 2 &&
|
|
390
375
|
<Box value={value} index={3}>
|
|
391
376
|
|