removing email from error (#3923)
* removing email from error * removing email from error
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
fb39fe6f9a
Коммит
e1e29a86d9
@@ -81,10 +81,7 @@ export default class LoggedIn extends React.Component {
|
|||||||
// Update segment indentify
|
// Update segment indentify
|
||||||
if (global.window.mm_config.SegmentDeveloperKey != null && global.window.mm_config.SegmentDeveloperKey !== '') {
|
if (global.window.mm_config.SegmentDeveloperKey != null && global.window.mm_config.SegmentDeveloperKey !== '') {
|
||||||
global.window.analytics.identify(user.id, {
|
global.window.analytics.identify(user.id, {
|
||||||
name: user.nickname,
|
|
||||||
email: user.email,
|
|
||||||
createdAt: user.create_at,
|
createdAt: user.create_at,
|
||||||
username: user.username,
|
|
||||||
id: user.id
|
id: user.id
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user