1
0

Fix redirect when not logged in

This commit is contained in:
kolaente
2020-05-16 12:02:30 +02:00
parent f63576960d
commit c4b92a8f52
2 changed files with 19 additions and 16 deletions

View File

@ -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) {