Skip to content

Commit da5e3fa

Browse files
Leosilverwindzeripathlafriks
authored
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 <[email protected]> * 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 <[email protected]> Co-authored-by: silverwind <[email protected]> Co-authored-by: zeripath <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent f8e015e commit da5e3fa

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

docs/content/doc/advanced/cmd-embedded.en-us.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Listing all embedded files with `openid` in their path:
5454

5555
```
5656
$ gitea embedded list '**openid**'
57-
public/img/auth/openid_connect.png
57+
public/img/auth/openid_connect.svg
5858
public/img/openid-16x16.png
5959
templates/user/auth/finalize_openid.tmpl
6060
templates/user/auth/signin_openid.tmpl

models/oauth2.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var OAuth2Providers = map[string]OAuth2Provider{
4141
},
4242
},
4343
"gplus": {Name: "gplus", DisplayName: "Google", Image: "/img/auth/google.png"},
44-
"openidConnect": {Name: "openidConnect", DisplayName: "OpenID Connect", Image: "/img/auth/openid_connect.png"},
44+
"openidConnect": {Name: "openidConnect", DisplayName: "OpenID Connect", Image: "/img/auth/openid_connect.svg"},
4545
"twitter": {Name: "twitter", DisplayName: "Twitter", Image: "/img/auth/twitter.png"},
4646
"discord": {Name: "discord", DisplayName: "Discord", Image: "/img/auth/discord.png"},
4747
"gitea": {Name: "gitea", DisplayName: "Gitea", Image: "/img/auth/gitea.png",

public/img/auth/openid_connect.png

-3.99 KB
Binary file not shown.

public/img/auth/openid_connect.svg

+1
Loading

0 commit comments

Comments
 (0)