diff options
author | zeripath <art27@cantab.net> | 2021-01-22 00:28:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 01:28:14 +0100 |
commit | 20f980dcc22ac418bd8e570533ccd5766ef7b4bc (patch) | |
tree | 48463ac98d5d9afa26abda767e9bfdabdcfdcdd3 /templates/user/auth | |
parent | af7054511efdf1e0b36bd9e8c5744bce6ea1a5b9 (diff) | |
download | gitea-20f980dcc22ac418bd8e570533ccd5766ef7b4bc.tar.gz gitea-20f980dcc22ac418bd8e570533ccd5766ef7b4bc.zip |
ensure timeout error is shown on u2f timeout (#14417)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'templates/user/auth')
-rw-r--r-- | templates/user/auth/u2f_error.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/u2f_error.tmpl b/templates/user/auth/u2f_error.tmpl index e30b064720..5bda372fe8 100644 --- a/templates/user/auth/u2f_error.tmpl +++ b/templates/user/auth/u2f_error.tmpl @@ -20,7 +20,7 @@ <div class="hide" id="u2f-error-4"> {{.i18n.Tr "u2f_error_4"}} </div> - <div class="hide u2f-error-5"> + <div class="hide u2f_error_5"> {{.i18n.Tr "u2f_error_5"}} </div> </div> |