Skip to content

Commit

Permalink
[Social Account Settings] LinkedIn profile fields updated
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jul 10, 2019
1 parent f8b1bf5 commit 468fb02
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1769,9 +1769,12 @@ def get_geonode_catalogue_service():
'r_liteprofile',
],
'PROFILE_FIELDS': [
'emailAddress',
'firstName',
'lastName',
'id',
'email-address',
'first-name',
'last-name',
'picture-url',
'public-profile-url',
]
},
'facebook': {
Expand Down

0 comments on commit 468fb02

Please sign in to comment.