mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Add weibo oauth
This commit is contained in:
@ -38,7 +38,7 @@ type OauthInfo struct {
|
||||
// Oauther represents oauth service.
|
||||
type Oauther struct {
|
||||
GitHub, Google, Tencent bool
|
||||
Twitter bool
|
||||
Twitter, Weibo bool
|
||||
OauthInfos map[string]*OauthInfo
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user