mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
reloading now return to the correct page instead of home
This commit is contained in:
parent
3d69ed003b
commit
876c79908e
1 changed files with 1 additions and 1 deletions
|
|
@ -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' })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue