mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
fix(analytics): send user on social reg
This commit is contained in:
parent
ca97732f21
commit
359d9f8d3a
1 changed files with 1 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ api.loginSocial = {
|
|||
gaLabel: network,
|
||||
uuid: savedUser._id,
|
||||
headers: req.headers,
|
||||
user: savedUser,
|
||||
});
|
||||
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue