in customer-ui/src/store/index.js [64:67]
setUser(state, {userName, userPhotoUrl}) { state.userName = userName; state.userPhotoUrl = userPhotoUrl; },