diff options
author | techknowlogick <hello@techknowlogick.com> | 2019-01-13 14:06:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-13 14:06:22 -0500 |
commit | 5c44f751a30517914ad232607a1202111cf4f0fa (patch) | |
tree | 5c2efcfa35e80d092bfd246f1c3a966792f9bb5f /templates/admin/auth | |
parent | beab2df1227f9b7e556aa5716d94feb3a3e2088e (diff) | |
download | gitea-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.tmpl | 2 |
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> |