@@ -105,7 +105,7 @@ const actions = {
// getToken()
commit("SET_ID", state.token);
- getUser({ userid: state.token ,withCredentials: true})
+ getUser({ userid: state.token})
.then((response) => {
console.log(response);
// const { data } = response