fix(analytics): send user on reg (#8044)

Also fixes an issue that could prevent item name data from being correctly sent to Amplitude.
This commit is contained in:
Sabe Jones
2016-09-20 20:11:12 -05:00
committed by GitHub
parent 019560df64
commit 67febde1cb
2 changed files with 2 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ api.registerLocal = {
gaLabel: 'local',
uuid: savedUser._id,
headers: req.headers,
user: savedUser,
});
}