mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-27 13:02:11 +02:00
Update to not logout from server when switching servers, force users to re-login if using old auth
This commit is contained in:
parent
44613e12f1
commit
f6e2e4010f
7 changed files with 105 additions and 45 deletions
|
@ -179,7 +179,7 @@ export default {
|
|||
this.show = false
|
||||
},
|
||||
async logout() {
|
||||
await this.$store.dispatch('user/logout', {})
|
||||
await this.$store.dispatch('user/logout')
|
||||
},
|
||||
async disconnect() {
|
||||
await this.$hapticsImpact()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue