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 5f0be9a commit 5a2a206Copy full SHA for 5a2a206
common/js/index-buttons.js
@@ -5,7 +5,7 @@ function register() {
5
}
6
document.addEventListener('DOMContentLoaded', async function() {
7
const authn = UI.authn
8
- const authSession = UI.authSession
+ const authSession = UI.authn.authSession
9
10
if (!authn.currentUser()) await authn.checkUser();
11
let user = authn.currentUser();
0 commit comments