diff --git a/komga-webui/src/views/Startup.vue b/komga-webui/src/views/Startup.vue index 9d328591..9b4d03b9 100644 --- a/komga-webui/src/views/Startup.vue +++ b/komga-webui/src/views/Startup.vue @@ -17,7 +17,7 @@ export default Vue.extend({ try { await this.$store.dispatch('getMe') await this.$store.dispatch('getLibraries') - this.$router.push({ name: 'home' }) + this.$router.back() } catch (e) { this.$router.push({ name: 'login' }) }