mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(analytics): send user on social reg
This commit is contained in:
@@ -289,6 +289,7 @@ api.loginSocial = {
|
|||||||
gaLabel: network,
|
gaLabel: network,
|
||||||
uuid: savedUser._id,
|
uuid: savedUser._id,
|
||||||
headers: req.headers,
|
headers: req.headers,
|
||||||
|
user: savedUser,
|
||||||
});
|
});
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user