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:
commit
cb82bb443e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue