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:
parent
7c8df32bb8
commit
fdd92dba07
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue