mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-05-20 12:48:28 +00:00
Fix:Logout button on account page #222
This commit is contained in:
parent
cc0b2943dd
commit
d7dcaa22a6
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,9 @@ export default {
|
|||
await this.$axios.$post('/logout').catch((error) => {
|
||||
console.error(error)
|
||||
})
|
||||
this.$server.logout()
|
||||
this.$socket.logout()
|
||||
await this.$db.logout()
|
||||
this.$store.commit('user/logout')
|
||||
this.$router.push('/connect')
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue