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 0555e66 commit 4b18a53Copy full SHA for 4b18a53
common/js/auth-buttons.js
@@ -29,10 +29,7 @@
29
alert(`Invalid login.\n\nDid you set ${session.idp} as your OIDC provider in your profile ${session.webId}?`)
30
await auth.logout()
31
}
32
- // Now that we have a cookie, reload to display the authenticated page
33
- const webId = new URL(session.webId)
34
- const podUrl = `${webId.protocol}//${webId.host}`
35
- location.href = podUrl
+ location.reload()
36
37
38
0 commit comments