index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
modules
/
setting
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-09-17 16:11:44 -0400
committer
Unknwon <u@gogs.io>
2015-09-17 16:11:44 -0400
commit
3fb1b6a608625067a76ba90f9855d48c4d6555bd
(
patch
)
tree
5cb663bd07a58bf830b01483465edebf938000ff
/
modules/setting
parent
562e47f31ced80adc6ffa629e2d8459465c369e9
(
diff
)
drop oauth2 feature support
Diffstat
(limited to 'modules/setting')
-rw-r--r--
modules/setting/setting.go
3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/setting/setting.go b/modules/setting/setting.go
index 317e3b7b..3164a50a 100644
--- a/
modules/setting/setting.go
+++ b/
modules/setting/setting.go
@@ -570,8 +570,7 @@ type Oauther struct {
}
var (
- MailService *Mailer
- OauthService *Oauther
+ MailService *Mailer
)
func newMailService() {