add email address to user_info hash in xing strategy
This commit is contained in:
Родитель
20a0e183bf
Коммит
cf5dae6bae
|
@ -39,6 +39,7 @@ module OmniAuth
|
|||
'first_name' => person['first_name'],
|
||||
'last_name' => person['last_name'],
|
||||
'image' => person["photo_urls"]["large"],
|
||||
'email' => person["active_email"],
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче