diff --git a/solid/js/launcher.js b/solid/js/launcher.js index 3adf23e..556daab 100644 --- a/solid/js/launcher.js +++ b/solid/js/launcher.js @@ -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 }); }