mirror of
https://github.com/writefreely/writefreely
synced 2024-11-28 03:20:17 +00:00
Fix capitalisation of OAuth in display name
Signed-off-by: prichier <pascoualito@gmail.com>
This commit is contained in:
parent
7b71d455a8
commit
211d441090
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ type genericOauthClient struct {
|
|||
var _ oauthClient = genericOauthClient{}
|
||||
|
||||
const (
|
||||
genericOauthDisplayName = "oAuth"
|
||||
genericOauthDisplayName = "OAuth"
|
||||
)
|
||||
|
||||
func (c genericOauthClient) GetProvider() string {
|
||||
|
|
Loading…
Reference in a new issue