chore: remove unused method

This commit is contained in:
Dominik Pschenitschni 2021-10-17 20:13:43 +02:00
parent 0a1d0084e2
commit c1a981c60b
No known key found for this signature in database
GPG key ID: B257AC0149F43A77

View file

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