diff --git a/src/webid-oidc.js b/src/webid-oidc.js index c5bef54..628873e 100644 --- a/src/webid-oidc.js +++ b/src/webid-oidc.js @@ -75,6 +75,8 @@ export async function logout( await fetch('/.well-known/solid/logout', { credentials: 'include' }) } catch (e) { // Ignore errors for when we are not on a Solid pod + // But tell users it is harmless because they will see the GET failure in the console + console.info("Couldn't find /.well-known/solid/logout, this is harmless."); } } catch (err) { console.warn('Error logging out of the WebID-OIDC session')