mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-10 02:34:04 +09:00
add oauth2 qq support
This commit is contained in:
@ -13,6 +13,7 @@ const (
|
||||
OT_GITHUB = iota + 1
|
||||
OT_GOOGLE
|
||||
OT_TWITTER
|
||||
OT_QQ
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user