Fix authorize race condition by not updating the user on token refresh #4567

This commit is contained in:
advplyr 2025-08-13 08:31:01 -05:00
parent fb3834156b
commit 2c45b28d48
4 changed files with 5 additions and 6 deletions

View file

@ -199,7 +199,7 @@ export default {
}
} else {
console.error('User has no more accessible libraries')
this.$store.commit('libraries/setCurrentLibrary', null)
this.$store.commit('libraries/setCurrentLibrary', { id: null })
}
}
},