mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Refactor sign up analytics
This commit is contained in:
parent
11d5c8f463
commit
cf886767a4
2
node_modules/c9/format-user-analytics.js
generated
vendored
2
node_modules/c9/format-user-analytics.js
generated
vendored
@ -11,7 +11,7 @@ define(function(require, exports, module) {
|
||||
if (!user) return {}; // empty traits get ignored
|
||||
|
||||
var traits = {
|
||||
uid: user.anonymousId || user.id,
|
||||
uid: user.uid || user.id,
|
||||
username: user.name || user.username,
|
||||
email: user.email,
|
||||
createdAt: user.date_add,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user