Fix redirect when not logged in
This commit is contained in:
@ -119,6 +119,7 @@ export default {
|
||||
ctx.commit('info', info)
|
||||
}
|
||||
ctx.commit('authenticated', authenticated)
|
||||
return Promise.resolve()
|
||||
},
|
||||
// Renews the api token and saves it to local storage
|
||||
renewToken(ctx) {
|
||||
|
Reference in New Issue
Block a user