pinokiod 5.3.13 → 5.3.14

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "5.3.13",
3
+ "version": "5.3.14",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/server/index.js CHANGED
@@ -9223,7 +9223,7 @@ class Server {
9223
9223
  title: name,
9224
9224
  url: gitRemote,
9225
9225
  //redirect_uri: "http://localhost:3001/apps/redirect?git=" + gitRemote,
9226
- redirect_uri: "https://pinokio.co/apps/redirect?git=" + gitRemote,
9226
+ redirect_uri: `${this.portal}/resolve?url=${encodeURIComponent(gitRemote)}`,
9227
9227
  platform: this.kernel.platform,
9228
9228
  theme: this.theme,
9229
9229
  agent: req.agent,