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