Skip to content

Commit

Permalink
Set default namespace email to blank. (#1628) (#1632)
Browse files Browse the repository at this point in the history
(cherry picked from commit 94b784d)
  • Loading branch information
newswangerd authored Mar 11, 2019
1 parent 197fe6f commit 9f08804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/main/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def user_logged_in_handler(request, user, **kwargs):
'avatar_url': social.extra_data.get('avatar_url'),
'location': social.extra_data.get('location'),
'company': social.extra_data.get('company'),
'email': social.extra_data.get('email'),
'email': None,
'html_url': social.extra_data.get('blog'),
}
if not namespace:
Expand Down

0 comments on commit 9f08804

Please sign in to comment.