summaryrefslogtreecommitdiff
path: root/app/views/u2f/_authenticate.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/u2f/_authenticate.html.haml')
-rw-r--r--app/views/u2f/_authenticate.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/u2f/_authenticate.html.haml b/app/views/u2f/_authenticate.html.haml
index 232ca26c1af..fa998c91f72 100644
--- a/app/views/u2f/_authenticate.html.haml
+++ b/app/views/u2f/_authenticate.html.haml
@@ -13,7 +13,7 @@
%script#js-authenticate-u2f-error{ type: "text/template" }
%div
- %p <%= error_message %>
+ %p <%= error_message %> (error code: <%= error_code %>)
%a.btn.btn-warning#js-u2f-try-again Try again?
%script#js-authenticate-u2f-authenticated{ type: "text/template" }