general cleanups
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-04 19:39:57 +01:00
parent e62277bdd2
commit 5b15141ecc
6 changed files with 15 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ const store = () => {
state.access_token = access_token;
state.jwtinfo = jwtinfo;
state.isLoggedIn = true;
console.log('login performed');
// console.log('login performed');
return state;
});
},