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

Use secure URL for asset

Use HTTPS for asset referenced in CSS. Issue: #727
This commit is contained in:
Tom Milewski 2017-02-04 21:58:31 -05:00
parent 14088410c3
commit a5c06939d5
No known key found for this signature in database
GPG key ID: 0C45B110F8B40F20

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;
}