Fix renewing token on focus
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-11-10 21:54:04 +01:00
parent 092e5165dc
commit 4e2606a0d6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ export default {
currentList: CURRENT_LIST,
background: 'background',
menuActive: MENU_ACTIVE,
userInfo: state => state.auth.info,
}),
methods: {
doStuffAfterRoute() {