Fix renewing token on focus

This commit is contained in:
kolaente 2020-11-10 21:54:04 +01:00
parent 092e5165dc
commit 4e2606a0d6
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

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