Fix capitalisation of OAuth in display name
Signed-off-by: prichier <pascoualito@gmail.com>
This commit is contained in:
parent
7b71d455a8
commit
211d441090
|
@ -21,7 +21,7 @@ type genericOauthClient struct {
|
||||||
var _ oauthClient = genericOauthClient{}
|
var _ oauthClient = genericOauthClient{}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
genericOauthDisplayName = "oAuth"
|
genericOauthDisplayName = "OAuth"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (c genericOauthClient) GetProvider() string {
|
func (c genericOauthClient) GetProvider() string {
|
||||||
|
|
Loading…
Reference in New Issue