* removing email from error

* removing email from error
Этот коммит содержится в:
Corey Hulen
2016-09-01 06:02:54 -08:00
коммит произвёл Joram Wilander
родитель fb39fe6f9a
Коммит e1e29a86d9

Просмотреть файл

@@ -81,10 +81,7 @@ export default class LoggedIn extends React.Component {
// Update segment indentify
if (global.window.mm_config.SegmentDeveloperKey != null && global.window.mm_config.SegmentDeveloperKey !== '') {
global.window.analytics.identify(user.id, {
name: user.nickname,
email: user.email,
createdAt: user.create_at,
username: user.username,
id: user.id
});
}