authscape 1.0.676 → 1.0.678

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
@@ -9239,8 +9239,7 @@ function _PrivateLabelPageModule() {
9239
9239
  return _context.abrupt("return", {
9240
9240
  redirect: {
9241
9241
  destination: dataResponse.canonicalBaseUrl,
9242
- // Replace with your target URL
9243
- permanent: false // Set to true for a permanent redirect (HTTP 308)
9242
+ permanent: false
9244
9243
  }
9245
9244
  });
9246
9245
  case 16:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.676",
3
+ "version": "1.0.678",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -43,9 +43,9 @@ export async function PrivateLabelPageModule(apiUri, host) {
43
43
  {
44
44
  return {
45
45
  redirect: {
46
- destination: dataResponse.canonicalBaseUrl, // Replace with your target URL
47
- permanent: false, // Set to true for a permanent redirect (HTTP 308)
48
- }
46
+ destination: dataResponse.canonicalBaseUrl,
47
+ permanent: false,
48
+ },
49
49
  };
50
50
  }
51
51
  }