Skip to content

Commit b8ea077

Browse files
Merge pull request #112 from jeff-zucker/master
Update webid-oidc.js
2 parents f8d5379 + 63d9ce0 commit b8ea077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/webid-oidc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ export async function logout(
7575
await fetch('/.well-known/solid/logout', { credentials: 'include' })
7676
} catch (e) {
7777
// Ignore errors for when we are not on a Solid pod
78+
// But tell users it is harmless because they will see the GET failure in the console
79+
console.info("Couldn't find /.well-known/solid/logout, this is harmless.");
7880
}
7981
} catch (err) {
8082
console.warn('Error logging out of the WebID-OIDC session')

0 commit comments

Comments
 (0)