summaryrefslogtreecommitdiffstats
path: root/templates/admin/auth
diff options
context:
space:
mode:
authortechknowlogick <hello@techknowlogick.com>2019-01-13 14:06:22 -0500
committerGitHub <noreply@github.com>2019-01-13 14:06:22 -0500
commit5c44f751a30517914ad232607a1202111cf4f0fa (patch)
tree5c2efcfa35e80d092bfd246f1c3a966792f9bb5f /templates/admin/auth
parentbeab2df1227f9b7e556aa5716d94feb3a3e2088e (diff)
downloadgitea-5c44f751a30517914ad232607a1202111cf4f0fa.tar.gz
gitea-5c44f751a30517914ad232607a1202111cf4f0fa.zip
Discord Oauth2 support (#4476)
* add discord auth * add vendor for discord * fix syntax error * make fmt * update version of goth in use * update markbates/goth
Diffstat (limited to 'templates/admin/auth')
-rw-r--r--templates/admin/auth/new.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl
index 46db82c3a7..91d3cde308 100644
--- a/templates/admin/auth/new.tmpl
+++ b/templates/admin/auth/new.tmpl
@@ -108,6 +108,8 @@
<span>{{.i18n.Tr "admin.auths.tip.openid_connect"}}</span>
<li>Twitter</li>
<span>{{.i18n.Tr "admin.auths.tip.twitter"}}</span>
+ <li>Discord</li>
+ <span>{{.i18n.Tr "admin.auths.tip.discord"}}</span>
</div>
</div>
</div>