mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix #1664
This commit is contained in:
		@@ -18,7 +18,6 @@ import (
 | 
			
		||||
	"gopkg.in/ini.v1"
 | 
			
		||||
 | 
			
		||||
	"github.com/Unknwon/com"
 | 
			
		||||
	"github.com/macaron-contrib/oauth2"
 | 
			
		||||
	"github.com/macaron-contrib/session"
 | 
			
		||||
 | 
			
		||||
	"github.com/gogits/gogs/modules/bindata"
 | 
			
		||||
@@ -557,18 +556,6 @@ type Mailer struct {
 | 
			
		||||
	CertFile, KeyFile string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type OauthInfo struct {
 | 
			
		||||
	oauth2.Options
 | 
			
		||||
	AuthUrl, TokenUrl string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Oauther represents oauth service.
 | 
			
		||||
type Oauther struct {
 | 
			
		||||
	GitHub, Google, Tencent,
 | 
			
		||||
	Twitter, Weibo bool
 | 
			
		||||
	OauthInfos map[string]*OauthInfo
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
	MailService *Mailer
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user