diff options
author | Leo <github@ca.em0lar.de> | 2020-05-10 16:55:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 17:55:22 +0300 |
commit | da5e3fa299f6cac5ee9a4b0c50062dda1e91c8e2 (patch) | |
tree | 3ed8cf90a6be12347a7754d0958bd37bf4bba32b /models | |
parent | f8e015e8e414387b7b319f40e74f2611854d8972 (diff) | |
download | gitea-da5e3fa299f6cac5ee9a4b0c50062dda1e91c8e2.tar.gz gitea-da5e3fa299f6cac5ee9a4b0c50062dda1e91c8e2.zip |
Changed image of openid-connect logo for better look on arc-green theme (#11312)
* Set background of openIDConnect logo to white in arc-green theme
* Fixed linting off arc-green theme
Signed-off-by: Leo Maroni <git@em0lar.de>
* Revert changes of first commit (white background) and replaced the image
* Updated openid_connect (part 2)
* Update public/img/auth/openid_connect.svg
Now in one line
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'models')
-rw-r--r-- | models/oauth2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/oauth2.go b/models/oauth2.go index 1fb4783d03..ccf24eb35d 100644 --- a/models/oauth2.go +++ b/models/oauth2.go @@ -41,7 +41,7 @@ var OAuth2Providers = map[string]OAuth2Provider{ }, }, "gplus": {Name: "gplus", DisplayName: "Google", Image: "/img/auth/google.png"}, - "openidConnect": {Name: "openidConnect", DisplayName: "OpenID Connect", Image: "/img/auth/openid_connect.png"}, + "openidConnect": {Name: "openidConnect", DisplayName: "OpenID Connect", Image: "/img/auth/openid_connect.svg"}, "twitter": {Name: "twitter", DisplayName: "Twitter", Image: "/img/auth/twitter.png"}, "discord": {Name: "discord", DisplayName: "Discord", Image: "/img/auth/discord.png"}, "gitea": {Name: "gitea", DisplayName: "Gitea", Image: "/img/auth/gitea.png", |