mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
Remove query string from redirect_uri on callback
This commit is contained in:
parent
f20e906b52
commit
eff97bfae3
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module OmniAuth
|
|||
if @authorization_code_from_signed_request_in_cookie
|
||||
''
|
||||
else
|
||||
options[:callback_url] || super
|
||||
options[:callback_url] || (full_host + script_name + callback_path)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue