We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29abad1 commit 11dfc1bCopy full SHA for 11dfc1b
services/auth/source/oauth2/providers_openid.go
@@ -29,7 +29,7 @@ func (o *OpenIDProvider) Image() string {
29
return "/assets/img/auth/openid_connect.svg"
30
}
31
32
-func (b *OpenIDProvider) SvgName() string {
+func (o *OpenIDProvider) SvgName() string {
33
return "gitea-openid"
34
35
0 commit comments