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
+1 -1
View File
@@ -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')
}
},