Skip to content

Commit

Permalink
use oidcIssuer instead of webId
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Nov 16, 2023
1 parent f5c64e1 commit 37fc822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solid/js/launcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ window.addEventListener("simply-content-loaded", function() {
return session;
} else {
return fetcher.login({
webId: webId,
// oidcIssuer: 'https://nextcloud.local',
// webId: webId,
oidcIssuer: document.location.href.replace(document.location.pathname, ''),
redirect: document.location.href
});
}
Expand Down

0 comments on commit 37fc822

Please sign in to comment.