summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2019-09-12 22:15:36 -0400
committerGitHub <noreply@github.com>2019-09-12 22:15:36 -0400
commit2837563147d18dba263ed4c7a1b87571474220c4 (patch)
tree653d95c0538e1e32853ebbc52ee1487994159715 /templates
parentcff0787759304fcebf1c0e21709158e7d4f1967f (diff)
downloadgitea-2837563147d18dba263ed4c7a1b87571474220c4.tar.gz
gitea-2837563147d18dba263ed4c7a1b87571474220c4.zip
oauth2 with remote Gitea - Fix #8093 (#8149)
Diffstat (limited to 'templates')
-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 91d3cde308..bf33dedd19 100644
--- a/templates/admin/auth/new.tmpl
+++ b/templates/admin/auth/new.tmpl
@@ -110,6 +110,8 @@
<span>{{.i18n.Tr "admin.auths.tip.twitter"}}</span>
<li>Discord</li>
<span>{{.i18n.Tr "admin.auths.tip.discord"}}</span>
+ <li>Gitea</li>
+ <span>{{.i18n.Tr "admin.auths.tip.gitea"}}</span>
</div>
</div>
</div>