Skip to content

Commit eb460e0

Browse files
committed
Patch for sharing pane
1 parent 306693f commit eb460e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/requests/sharing-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class SharingRequest extends AuthRequest {
177177

178178
getWebIdFile (webId) {
179179
const webIdurl = new url.URL(webId)
180-
return `${webIdurl.origin}${webIdurl.path}`
180+
return `${webIdurl.origin}${webIdurl.pathname}`
181181
}
182182

183183
async isAppRegistered (ldp, appOrigin, webId) {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"bugs": "https://github.com/solid/node-solid-server/issues",
5757
"dependencies": {
5858
"@solid/acl-check": "^0.2.0",
59-
"@solid/oidc-auth-manager": "^0.18.1",
59+
"@solid/oidc-auth-manager": "^0.18.2",
6060
"body-parser": "^1.18.3",
6161
"bootstrap": "^3.3.7",
6262
"busboy": "^0.2.12",

0 commit comments

Comments
 (0)