mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 08:04:13 +02:00
fixes #31
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
||||
api.getUser()
|
||||
.then(user => {
|
||||
this.$store.commit('setUser', user)
|
||||
this.$router.push('/login')
|
||||
this.$router.push('/')
|
||||
})
|
||||
.catch(() => {
|
||||
this.$store.commit('initialize')
|
||||
|
Reference in New Issue
Block a user