summaryrefslogtreecommitdiffstats
path: root/templates/user/auth
diff options
context:
space:
mode:
authorSagePtr <sageptr@gmail.com>2018-10-06 01:41:09 +0200
committertechknowlogick <hello@techknowlogick.com>2018-10-05 19:41:09 -0400
commit378af8ea889066e12defcd7f291ac2b6ab7e2abb (patch)
treeb9a82ce43f6695a4f97e564e1f070c6d79c99e1f /templates/user/auth
parentc6daee6da6a095bd68e2f4e418e5abe0f4c5e3c2 (diff)
downloadgitea-378af8ea889066e12defcd7f291ac2b6ab7e2abb.tar.gz
gitea-378af8ea889066e12defcd7f291ac2b6ab7e2abb.zip
Fix missing AppSubUrl in few more templates (#5021)
Diffstat (limited to 'templates/user/auth')
-rw-r--r--templates/user/auth/u2f.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/u2f.tmpl b/templates/user/auth/u2f.tmpl
index fa5904fc38..1d1be09cbf 100644
--- a/templates/user/auth/u2f.tmpl
+++ b/templates/user/auth/u2f.tmpl
@@ -13,7 +13,7 @@
</div>
<div id="wait-for-key" class="ui attached segment"><div class="ui active indeterminate inline loader"></div> {{.i18n.Tr "u2f_press_button"}} </div>
<div class="ui attached segment">
- <a href="/user/two_factor">{{.i18n.Tr "u2f_use_twofa"}}</a>
+ <a href="{{AppSubUrl}}/user/two_factor">{{.i18n.Tr "u2f_use_twofa"}}</a>
</div>
</div>
</div>