fix(analytics): send user on social reg

This commit is contained in:
Sabe Jones 2016-09-22 18:14:02 +00:00
parent ca97732f21
commit 359d9f8d3a

View file

@ -289,6 +289,7 @@ api.loginSocial = {
gaLabel: network,
uuid: savedUser._id,
headers: req.headers,
user: savedUser,
});
return null;