Change the Info image to be https instead of http (#21)

This commit is contained in:
Chad Gorshing 2018-02-13 12:29:08 -06:00 committed by Sean Callan
parent a2a0696868
commit 42dc50a220
1 changed files with 1 additions and 1 deletions

View File

@ -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"],