Skip to content

Commit 43d08d3

Browse files
committed
fixup! refresh the access token in the background
1 parent 604002f commit 43d08d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/plugins/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let scheduledRefresh = null
1515

1616
export async function initRefresh() {
1717
// Cookies.get was not reliable to detect if the cookie was present.
18-
if (store.getters.hasLoggedOut()) {
18+
if (store.getters.hasLoggedOut) {
1919
return
2020
}
2121
let originalTarget = `${window.location.pathname}`

0 commit comments

Comments
 (0)