mirror of
https://github.com/elyby/omniauth-ely.git
synced 2024-11-08 13:42:26 +05:30
Merge branch 'omniauth_oauth2_1_4_fix'
This commit is contained in:
commit
2c6454f457
@ -42,6 +42,10 @@ module OmniAuth
|
||||
def profile_url
|
||||
'http://ely.by/u' + raw_info['id'].to_s
|
||||
end
|
||||
|
||||
def callback_url
|
||||
options[:redirect_uri] || (full_host + script_name + callback_path)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user