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 604002f commit 43d08d3Copy full SHA for 43d08d3
frontend/src/plugins/auth.js
@@ -15,7 +15,7 @@ let scheduledRefresh = null
15
16
export async function initRefresh() {
17
// Cookies.get was not reliable to detect if the cookie was present.
18
- if (store.getters.hasLoggedOut()) {
+ if (store.getters.hasLoggedOut) {
19
return
20
}
21
let originalTarget = `${window.location.pathname}`
0 commit comments