We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1c759 commit 640d8b1Copy full SHA for 640d8b1
src/webid-oidc.js
@@ -77,7 +77,9 @@ export async function logout(
77
} catch (e) {
78
// Ignore errors for when we are not on a Solid pod
79
// But tell users it is harmless because they will see the GET failure in the console
80
- console.info("Couldn't find /.well-known/solid/logout, this is harmless.");
+ console.info(
81
+ "Couldn't find /.well-known/solid/logout, this is harmless."
82
+ )
83
}
84
} catch (err) {
85
console.warn('Error logging out of the WebID-OIDC session')
0 commit comments