diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-14 04:11:33 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-14 04:11:33 -0400 |
commit | c36e7d322e74a55749ce2c2934c6fcfa82cff274 (patch) | |
tree | dbd2c05336815be91f1c59d654ce6f6f24d72872 /modules | |
parent | 57f84fb0516d46b27c60554730956f0c9dff68dd (diff) | |
download | gitea-c36e7d322e74a55749ce2c2934c6fcfa82cff274.tar.gz gitea-c36e7d322e74a55749ce2c2934c6fcfa82cff274.zip |
Mirror updates
Diffstat (limited to 'modules')
-rw-r--r-- | modules/base/conf.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/base/conf.go b/modules/base/conf.go index 957ec57b4d..c5d73bbc58 100644 --- a/modules/base/conf.go +++ b/modules/base/conf.go @@ -37,9 +37,9 @@ type OauthInfo struct { // Oauther represents oauth service. type Oauther struct { - GitHub, Google, Tencent bool - Twitter, Weibo bool - OauthInfos map[string]*OauthInfo + GitHub, Google, Tencent, + Twitter, Weibo bool + OauthInfos map[string]*OauthInfo } var ( |