logic cleanup 🧠
All checks were successful
continuous-integration/drone/push Build is passing

ref #12
This commit is contained in:
2021-01-09 16:06:03 +01:00
parent 71c761187f
commit 59d5ad5bd3
6 changed files with 4 additions and 9 deletions

View File

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