forked from mystiq/dex
Update gitlab.go
fix typo
This commit is contained in:
parent
1cdb2b1d74
commit
1d3851b0c5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ const (
|
||||||
scopeOpenID = "openid"
|
scopeOpenID = "openid"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Config holds configuration options for gilab logins.
|
// Config holds configuration options for gitlab logins.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
BaseURL string `json:"baseURL"`
|
BaseURL string `json:"baseURL"`
|
||||||
ClientID string `json:"clientID"`
|
ClientID string `json:"clientID"`
|
||||||
|
|
Loading…
Reference in a new issue