Update to not logout from server when switching servers, force users to re-login if using old auth

This commit is contained in:
advplyr 2025-07-05 11:21:20 -05:00
parent 44613e12f1
commit f6e2e4010f
7 changed files with 105 additions and 45 deletions

View file

@ -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()