diff --git a/app/models/user.rb b/app/models/user.rb index 2f92ee0c..2c63c7b3 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -57,7 +57,7 @@ class User < ApplicationRecord end def twitter_image(auth) - auth['info']['image'].gsub("_normal", "") + auth['info']['image'].gsub("http", "https").gsub("_normal", "") end def google_name(auth)