Skip to content

Commit

Permalink
Fix regression from go-gitea#16544
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Thornton <art27@cantab.net>
  • Loading branch information
zeripath committed Aug 21, 2021
1 parent ceaf11c commit ddc1966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/auth/source/oauth2/providers_openid.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type OpenIDProvider struct {

// Name provides the technical name for this provider
func (o *OpenIDProvider) Name() string {
return "openidconnect"
return "openidConnect"
}

// DisplayName returns the friendly name for this provider
Expand Down

0 comments on commit ddc1966

Please sign in to comment.