From 211d4410906e5b7fe4e7cc560cc97931ae3b6502 Mon Sep 17 00:00:00 2001 From: Keturah Dola-Borg Date: Fri, 27 Mar 2020 22:21:24 -0700 Subject: [PATCH] Fix capitalisation of OAuth in display name Signed-off-by: prichier --- oauth_generic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth_generic.go b/oauth_generic.go index 4a706a4..42c84b0 100644 --- a/oauth_generic.go +++ b/oauth_generic.go @@ -21,7 +21,7 @@ type genericOauthClient struct { var _ oauthClient = genericOauthClient{} const ( - genericOauthDisplayName = "oAuth" + genericOauthDisplayName = "OAuth" ) func (c genericOauthClient) GetProvider() string {