mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-26 05:14:09 +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:
+1
-1
@@ -48,7 +48,7 @@ export default {
|
||||
methods: {
|
||||
async logout() {
|
||||
await this.$hapticsImpact()
|
||||
await this.$store.dispatch('user/logout', {})
|
||||
await this.$store.dispatch('user/logout')
|
||||
this.$router.push('/connect')
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user