Merge pull request #511 from sumskyi/0-3-stable

0 3 stable
This commit is contained in:
Erik Michaels-Ober 2011-10-19 06:31:57 -07:00
Родитель cb40c8855c 006d3cc01c
Коммит 1f515023b4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -16,7 +16,7 @@ module OmniAuth
:token_url => '/o/oauth2/token'
}
super(app, :google_oauth2, client_id, client_secret, client_options, options, &block)
super(app, (options[:name] || :google_oauth2), client_id, client_secret, client_options, options, &block)
end
def request_phase