mirror of
https://github.com/go-gitea/gitea
synced 2024-11-22 00:11:11 +01:00
parent
e87c540a87
commit
4ee52b7161
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ func createProvider(providerName, providerType, clientID, clientSecret, openIDCo
|
||||||
profileURL = customURLMapping.ProfileURL
|
profileURL = customURLMapping.ProfileURL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
provider = gitlab.NewCustomisedURL(clientID, clientSecret, callbackURL, authURL, tokenURL, profileURL)
|
provider = gitlab.NewCustomisedURL(clientID, clientSecret, callbackURL, authURL, tokenURL, profileURL, "read_user")
|
||||||
case "gplus":
|
case "gplus":
|
||||||
provider = gplus.New(clientID, clientSecret, callbackURL, "email")
|
provider = gplus.New(clientID, clientSecret, callbackURL, "email")
|
||||||
case "openidConnect":
|
case "openidConnect":
|
||||||
|
|
Loading…
Reference in a new issue