Skip to content

Commit 5bd244c

Browse files
authored
Merge branch 'main' into alter-issue-content-longtext
2 parents e7588cd + 7f85610 commit 5bd244c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/auth/source/oauth2/providers_openid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type OpenIDProvider struct {
1818

1919
// Name provides the technical name for this provider
2020
func (o *OpenIDProvider) Name() string {
21-
return "openidconnect"
21+
return "openidConnect"
2222
}
2323

2424
// DisplayName returns the friendly name for this provider

0 commit comments

Comments
 (0)