1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
This commit is contained in:
Unknown
2014-05-31 17:15:04 -04:00
parent ddb7f55035
commit 2657f88d9a
4 changed files with 7 additions and 8 deletions

View File

@@ -67,7 +67,6 @@ func NewOauthService() {
TokenURL: setting.OauthService.OauthInfos[name].TokenUrl,
}
}
enabledOauths := make([]string, 0, 10)
// GitHub.