We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f7a0d commit a9c14b8Copy full SHA for a9c14b8
1 file changed
common/js/auth-buttons.js
@@ -30,7 +30,9 @@
30
await auth.logout()
31
}
32
// Now that we have a cookie, reload to display the authenticated page
33
- location.reload()
+ const webId = new URL(session.webId)
34
+ const podUrl = `${webId.protocol}//${webId.host}`
35
+ location.href = podUrl
36
37
38
0 commit comments