summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorJan Beckmann <king-jan1999@hotmail.de>2018-06-25 08:03:08 +0000
committerPhil Hughes <me@iamphill.com>2018-06-25 08:03:08 +0000
commita6d3727f7dbb15a061ee26ce2d7e4ed472c1016a (patch)
tree2b6cf47645a506ea2b81347b2708f7c74acb3cbb /app/views
parentff9b99ca5ae83c92e95100f5999bcb00c59148b0 (diff)
downloadgitlab-ce-a6d3727f7dbb15a061ee26ce2d7e4ed472c1016a.tar.gz
Resolve "2FA should not attempt to use U2F in unsupported browsers"
Diffstat (limited to 'app/views')
-rw-r--r--app/views/u2f/_authenticate.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/u2f/_authenticate.html.haml b/app/views/u2f/_authenticate.html.haml
index 7eb221620ad..1c788b9a737 100644
--- a/app/views/u2f/_authenticate.html.haml
+++ b/app/views/u2f/_authenticate.html.haml
@@ -2,9 +2,6 @@
%a.btn.btn-block.btn-info#js-login-2fa-device{ href: '#' } Sign in via 2FA code
-# haml-lint:disable InlineJavaScript
-%script#js-authenticate-u2f-not-supported{ type: "text/template" }
- %p Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer).
-
%script#js-authenticate-u2f-in-progress{ type: "text/template" }
%p Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now.