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

Fixed a type.. crendentails should be credentials on the omniauth hash'

This commit is contained in:
Boy van Amstel 2011-07-23 20:03:43 +02:00
parent 09068e0c89
commit e478aec4bd

View file

@ -42,7 +42,7 @@ module OmniAuth
OmniAuth::Utils.deep_merge(super(), {
'uid' => @openid_response.display_identifier,
'user_info' => user_info(@openid_response),
'credentails' => {
'credentials' => {
'scope' => @options[:scope],
'token' => @access_token.token,
'secret' => @access_token.secret