Skip to content

Commit 5a2a206

Browse files
committed
updated usage of authSession
1 parent 5f0be9a commit 5a2a206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/js/index-buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ function register() {
55
}
66
document.addEventListener('DOMContentLoaded', async function() {
77
const authn = UI.authn
8-
const authSession = UI.authSession
8+
const authSession = UI.authn.authSession
99

1010
if (!authn.currentUser()) await authn.checkUser();
1111
let user = authn.currentUser();

0 commit comments

Comments
 (0)