Fix redirect when not logged in

This commit is contained in:
kolaente 2020-05-16 12:02:30 +02:00
parent f63576960d
commit c4b92a8f52
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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) {