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:
parent
09068e0c89
commit
e478aec4bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue