Merge pull request #1628 from linzhaoming/master

Update gitlab.go
This commit is contained in:
Nándor István Krácser 2020-01-16 08:33:51 +01:00 committed by GitHub
commit ea43562793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ const (
scopeOpenID = "openid"
)
// Config holds configuration options for gilab logins.
// Config holds configuration options for gitlab logins.
type Config struct {
BaseURL string `json:"baseURL"`
ClientID string `json:"clientID"`