From cf581b7d5a29f5164a2c1443cfbcee5cb0901bf8 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sat, 10 Nov 2018 10:43:25 +0100 Subject: [PATCH] On logout switch to public timeline. --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 05e3eda35e..3bfd307f6b 100644 --- a/src/App.js +++ b/src/App.js @@ -73,6 +73,7 @@ export default { window.scrollTo(0, 0) }, logout () { + this.$router.replace('/main/public') this.$store.dispatch('logout') } }