We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c64e1 commit 37fc822Copy full SHA for 37fc822
1 file changed
solid/js/launcher.js
@@ -36,8 +36,8 @@ window.addEventListener("simply-content-loaded", function() {
36
return session;
37
} else {
38
return fetcher.login({
39
- webId: webId,
40
- // oidcIssuer: 'https://nextcloud.local',
+ // webId: webId,
+ oidcIssuer: document.location.href.replace(document.location.pathname, ''),
41
redirect: document.location.href
42
});
43
}
0 commit comments