Change the Info image to be https instead of http (#21)
This commit is contained in:
parent
a2a0696868
commit
42dc50a220
@ -73,7 +73,7 @@ defmodule Ueberauth.Strategy.Twitter do
|
||||
|
||||
%Info{
|
||||
email: user["email"],
|
||||
image: user["profile_image_url"],
|
||||
image: user["profile_image_url_https"],
|
||||
name: user["name"],
|
||||
nickname: user["screen_name"],
|
||||
description: user["description"],
|
||||
|
Loading…
Reference in New Issue
Block a user