1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Remove extra non-standard items from Netflix strategy user_info

This commit is contained in:
Michael Bleigh 2011-01-17 09:30:10 -06:00
parent 7c8df32bb8
commit fdd92dba07

View file

@ -52,10 +52,6 @@ module OmniAuth
'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