Fix capitalisation of OAuth in display name

Signed-off-by: prichier <pascoualito@gmail.com>
pull/317/head
Keturah Dola-Borg 5 years ago committed by prichier
parent 7b71d455a8
commit 211d441090
  1. 2
      oauth_generic.go

@ -21,7 +21,7 @@ type genericOauthClient struct {
var _ oauthClient = genericOauthClient{}
const (
genericOauthDisplayName = "oAuth"
genericOauthDisplayName = "OAuth"
)
func (c genericOauthClient) GetProvider() string {

Loading…
Cancel
Save