forked from AkkomaGang/akkoma-fe
On logout switch to public timeline.
This commit is contained in:
parent
1de382f026
commit
cf581b7d5a
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ export default {
|
|||
window.scrollTo(0, 0)
|
||||
},
|
||||
logout () {
|
||||
this.$router.replace('/main/public')
|
||||
this.$store.dispatch('logout')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue