From 834f455b43909525609a573df3153a413ef3c6d4 Mon Sep 17 00:00:00 2001 From: Jacob Schatz Date: Mon, 19 Feb 2018 20:43:10 +0000 Subject: Chart.html.haml refactor --- app/views/devise/sessions/two_factor.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/devise') diff --git a/app/views/devise/sessions/two_factor.html.haml b/app/views/devise/sessions/two_factor.html.haml index a039756c7e2..56ec1b3db0d 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_bundle_tag('u2f') + = webpack_bundle_tag('u2f') %div = render 'devise/shared/tab_single', tab_title: 'Two-Factor Authentication' -- cgit v1.2.3