1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-24 11:18:36 +00:00

add oauth2 qq support

This commit is contained in:
skyblue
2014-04-13 01:15:19 +08:00
parent f92851e347
commit 75d2affcbf
5 changed files with 100 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ const (
OT_GITHUB = iota + 1
OT_GOOGLE
OT_TWITTER
OT_QQ
)
var (