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 f327aa5 commit c8d34edCopy full SHA for c8d34ed
src/authn/SolidAuthnLogic.ts
@@ -41,7 +41,7 @@ export class SolidAuthnLogic implements AuthnLogic {
41
window.localStorage.setItem('preLoginRedirectHash', preLoginRedirectHash)
42
}
43
this.session.events.on(EVENTS.SESSION_RESTORED, (url) => {
44
- console.log(`Session restored to ${url}`)
+ debug.log(`Session restored to ${url}`)
45
if (document.location.toString() !== url) history.replaceState(null, '', url)
46
})
47
0 commit comments