mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
Merge pull request #58 from JHeidinga/master
Add support of the :auth_type option to :authorize_options
This commit is contained in:
commit
6226344001
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module OmniAuth
|
|||
:param_name => 'access_token'
|
||||
}
|
||||
|
||||
option :authorize_options, [:scope, :display]
|
||||
option :authorize_options, [:scope, :display, :auth_type]
|
||||
|
||||
uid { raw_info['id'] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue