summaryrefslogtreecommitdiff
path: root/app/views/devise/sessions/two_factor.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-07 02:59:12 -0600
committerMike Greiling <mike@pixelcog.com>2017-03-07 02:59:12 -0600
commit85e0bbc4f87e5ae3176a70f82625bf4cb9408ca5 (patch)
tree0c47056cb3aedf30805c5ba4c9660a5249c803f9 /app/views/devise/sessions/two_factor.html.haml
parent24f1ee5e9b1f4d9bc8cff581419b091756da8deb (diff)
downloadgitlab-ce-85e0bbc4f87e5ae3176a70f82625bf4cb9408ca5.tar.gz
move u2f library to webpackmove-u2f-bundle
Diffstat (limited to 'app/views/devise/sessions/two_factor.html.haml')
-rw-r--r--app/views/devise/sessions/two_factor.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/sessions/two_factor.html.haml b/app/views/devise/sessions/two_factor.html.haml
index 951f03083bf..a039756c7e2 100644
--- a/app/views/devise/sessions/two_factor.html.haml
+++ b/app/views/devise/sessions/two_factor.html.haml
@@ -1,6 +1,6 @@
- if inject_u2f_api?
- content_for :page_specific_javascripts do
- = page_specific_javascript_tag('u2f.js')
+ = page_specific_javascript_bundle_tag('u2f')
%div
= render 'devise/shared/tab_single', tab_title: 'Two-Factor Authentication'