chore: remove unused method

This commit is contained in:
Dominik Pschenitschni 2021-10-17 20:13:43 +02:00
parent 0a1d0084e2
commit c1a981c60b
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 0 additions and 6 deletions

View File

@ -40,11 +40,5 @@ export default {
currentList: CURRENT_LIST,
background: 'background',
}),
methods: {
logout() {
this.$store.dispatch('auth/logout')
this.$router.push({name: 'user.login'})
},
},
}
</script>