Skip to content

Commit

Permalink
Use secure URL for asset
Browse files Browse the repository at this point in the history
Use HTTPS for asset referenced in CSS. Issue: #727
  • Loading branch information
tmilewski committed Feb 5, 2017
1 parent 1408841 commit a5c0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth/form.css
Expand Up @@ -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;
}
Expand Down

0 comments on commit a5c0693

Please sign in to comment.