This commit is contained in:
David LaMacchia 2011-08-09 15:34:34 -07:00
Родитель 485b9e3867
Коммит 2ee973908f
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -60,10 +60,10 @@ module OmniAuth
def auth_hash
OmniAuth::Utils.deep_merge(super, {
'uid' => user_hash['user_id'],
'user_info' => user_info,
'extra' => { 'user_hash' => user_hash }
})
'uid' => user_hash['user_id'],
'user_info' => user_info,
'extra' => { 'user_hash' => user_hash }
})
end
def user_info