1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Merge pull request #876 from omniauth/secure-asset-url

Use secure URL for asset
This commit is contained in:
Tom Milewski 2017-02-05 14:02:42 -05:00 committed by GitHub
commit cb82bb443e

View file

@ -56,7 +56,7 @@ input {
}
input#identifier, input#openid_url {
background: url(http://openid.net/login-bg.gif) no-repeat;
background: url(https://openid.net/images/login-bg.gif) no-repeat;
background-position: 0 50%;
padding-left: 18px;
}