groups working
This commit is contained in:
@@ -6,8 +6,8 @@ class User {
|
||||
firstName: info.profile && info.profile.firstName || '',
|
||||
lastName: info.profile && info.profile.lastName || '',
|
||||
photo: info.profile && info.profile.photo || '',
|
||||
location: info.profile && info.profile.location || '',
|
||||
language: info.profile && info.profile.language || '',
|
||||
location: info.profile && info.profile.location || 'USA',
|
||||
language: info.profile && info.profile.language || 'en',
|
||||
status: info.profile && info.profile.status || '',
|
||||
description: info.profile && info.profile.description || '',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user