Skip to content

Commit

Permalink
Remove extra non-standard items from Netflix strategy user_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh authored and S. Brent Faulkner committed Jan 20, 2011
1 parent 7b6c3cb commit dce4c8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions oa-oauth/lib/omniauth/strategies/netflix.rb
Expand Up @@ -52,10 +52,6 @@ def user_info
'nickname' => user['nickname'],
'first_name' => user['first_name'],
'last_name' => user['last_name'],
'can_instant_watch' => user['can_instant_watch'],
'link' => user['link'],
'max_maturity_level' => user['max_maturity_level'],
'preferred_formats' => user['preferred_formats']
}
end

Expand Down

0 comments on commit dce4c8d

Please sign in to comment.