Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/webid-oidc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down