in src/lib/service/custos-portal-services/index.js [4:9]
fetchUserinfo() { return axios.get("/api/userinfo") .then((res) => { return res ? res.data : null; }); },