Коммит
1f515023b4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче