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.