fixed music player not stopping on logout
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -53,7 +53,7 @@ export default {
|
||||
performLogout() {
|
||||
this.logoutProcessing = true;
|
||||
this.$api.performLogout().then(() => {
|
||||
this.$store.dispatch('storeUserData', null).then(() => {
|
||||
this.$store.dispatch('logoutReset').then(() => {
|
||||
this.$router.push('/login').catch(() => {
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user