1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

Fix missing AppSubUrl in few more templates (#5021)

This commit is contained in:
SagePtr
2018-10-06 01:41:09 +02:00
committed by techknowlogick
parent c6daee6da6
commit 378af8ea88
2 changed files with 2 additions and 2 deletions

View File

@@ -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>