@things-factory/oauth2-client 8.0.5 → 8.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/oauth2-client",
3
- "version": "8.0.5",
3
+ "version": "8.0.13",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -32,10 +32,10 @@
32
32
  "@operato/layout": "^8.0.0",
33
33
  "@operato/shell": "^8.0.0",
34
34
  "@operato/utils": "^8.0.0",
35
- "@things-factory/auth-base": "^8.0.5",
36
- "@things-factory/shell": "^8.0.2",
35
+ "@things-factory/auth-base": "^8.0.13",
36
+ "@things-factory/shell": "^8.0.13",
37
37
  "client-oauth2": "^4.3.3",
38
38
  "clipboard": "^2.0.6"
39
39
  },
40
- "gitHead": "9ab6fca18eeb58b9d2f3411661508a39d0ab6aee"
40
+ "gitHead": "66c1356c18b5c9a21e8280460eb40020f7ea2b37"
41
41
  }
package/server/routes.ts CHANGED
@@ -151,6 +151,6 @@ process.on('bootstrap-module-domain-public-route' as any, (app, domainPublicRout
151
151
  state: ''
152
152
  })
153
153
 
154
- context.redirect(getRedirectSubdomainPath(context, domain?.subdomain, `/oauth2-client/${id}`))
154
+ context.redirect(getRedirectSubdomainPath(context, domain, `/oauth2-client/${id}`))
155
155
  })
156
156
  })