On logout switch to public timeline.

This commit is contained in:
Roger Braun 2018-11-10 10:43:25 +01:00
parent 1de382f026
commit cf581b7d5a
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ export default {
window.scrollTo(0, 0)
},
logout () {
this.$router.replace('/main/public')
this.$store.dispatch('logout')
}
}