Update ereaders to handle refreshing, epubjs to use custom request method, separate accessToken in store

This commit is contained in:
advplyr
2025-07-10 16:54:28 -05:00
parent 25fe4dee3a
commit d3402e30c2
9 changed files with 67 additions and 46 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ export default {
this.$store.commit('libraries/setCurrentLibrary', userDefaultLibraryId)
this.$store.commit('user/setUser', user)
this.$store.commit('user/setUserToken', user.accessToken)
this.$store.commit('user/setAccessToken', user.accessToken)
this.$store.dispatch('user/loadUserSettings')
},