mirror of
https://github.com/elyby/omniauth-ely.git
synced 2026-05-02 20:24:14 +05:30
Allow omniauth 2.0, specify user URL as https
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module OmniAuth
|
||||
module Ely
|
||||
VERSION = '0.2.0'
|
||||
VERSION = '0.2.1'
|
||||
end
|
||||
end
|
||||
|
||||
@@ -40,7 +40,7 @@ module OmniAuth
|
||||
end
|
||||
|
||||
def profile_url
|
||||
'http://ely.by/u' + raw_info['id'].to_s
|
||||
'https://ely.by/u' + raw_info['id'].to_s
|
||||
end
|
||||
|
||||
def callback_url
|
||||
|
||||
Reference in New Issue
Block a user