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 a8130b9 commit 0908d71Copy full SHA for 0908d71
frontend/src/utils.tsx
@@ -128,8 +128,6 @@ export function refresh_access_token() {
128
//This means we are logged in but the refresh failed
129
if (localStorage.getItem("loginSalt") && localStorage.getItem("secretKey")) {
130
loggedIn.value = AppState.LoggedIn;
131
- } else {
132
- logout(false);
133
}
134
console.error(e);
135
refreshPromiseResolved = true;
0 commit comments