Skip to content

Commit 37fc822

Browse files
committed
use oidcIssuer instead of webId
1 parent f5c64e1 commit 37fc822

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

solid/js/launcher.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ window.addEventListener("simply-content-loaded", function() {
3636
return session;
3737
} else {
3838
return fetcher.login({
39-
webId: webId,
40-
// oidcIssuer: 'https://nextcloud.local',
39+
// webId: webId,
40+
oidcIssuer: document.location.href.replace(document.location.pathname, ''),
4141
redirect: document.location.href
4242
});
4343
}

0 commit comments

Comments
 (0)