Skip to content

Commit

Permalink
Merge branch 'main' into alter-issue-content-longtext
Browse files Browse the repository at this point in the history
  • Loading branch information
zeripath authored Aug 22, 2021
2 parents e7588cd + 7f85610 commit 5bd244c
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 5bd244c

Please sign in to comment.