summaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-03-02 22:11:45 -0500
committerGitHub <noreply@github.com>2020-03-02 22:11:45 -0500
commitbea497ff96f4deae617e54468576d11d105e2125 (patch)
tree9c59c9bc2f987733c4f8a535781d16acbd68b563 /templates/admin
parent07f6ae30e49b3dd64280d0eeb142de89806365ea (diff)
downloadgitea-bea497ff96f4deae617e54468576d11d105e2125.tar.gz
gitea-bea497ff96f4deae617e54468576d11d105e2125.zip
nextcloud oauth (#10562)
Fix #7078
Diffstat (limited to 'templates/admin')
-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 f2fc26cdc8..2260782cc6 100644
--- a/templates/admin/auth/new.tmpl
+++ b/templates/admin/auth/new.tmpl
@@ -115,6 +115,8 @@
<span>{{.i18n.Tr "admin.auths.tip.discord"}}</span>
<li>Gitea</li>
<span>{{.i18n.Tr "admin.auths.tip.gitea"}}</span>
+ <li>Nextcloud</li>
+ <span>{{.i18n.Tr "admin.auths.tip.nextcloud"}}</span>
</div>
</div>
</div>