Skip to content

Commit 640d8b1

Browse files
lint
1 parent 3a1c759 commit 640d8b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/webid-oidc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ export async function logout(
7777
} catch (e) {
7878
// Ignore errors for when we are not on a Solid pod
7979
// 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.");
80+
console.info(
81+
"Couldn't find /.well-known/solid/logout, this is harmless."
82+
)
8183
}
8284
} catch (err) {
8385
console.warn('Error logging out of the WebID-OIDC session')

0 commit comments

Comments
 (0)