1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-28 04:41:22 +00:00

Fix openidConnect source regression from ()

Unfortunately there is bug in  meaning that openid connects aren't
being matched properly as the capitalisation in that PR is incorrect.

This PR changes the capitalisation back to what is expected.

Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
zeripath 2021-08-22 10:17:05 +01:00 committed by GitHub
parent 208ae9e996
commit 7f85610942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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