Skip to content

Commit 8856ed2

Browse files
authored
Update webid-oidc.js
1 parent 716db5e commit 8856ed2

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.err("Coulnd'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)