diff options
| author | Mike Greiling <mike@pixelcog.com> | 2018-03-01 18:13:50 +0000 |
|---|---|---|
| committer | Jacob Schatz <jschatz@gitlab.com> | 2018-03-01 18:13:50 +0000 |
| commit | d79df7baf7426ca865958b9a5fecb0690a6a6ba3 (patch) | |
| tree | 5bc4853789ef922ba636ce502f6d912a56f2f56c /app/views/profiles | |
| parent | 868c27def75dde446c22872ae9b2bfc1e7eba969 (diff) | |
| download | gitlab-ce-d79df7baf7426ca865958b9a5fecb0690a6a6ba3.tar.gz | |
Remove u2f webpack bundle
Diffstat (limited to 'app/views/profiles')
| -rw-r--r-- | app/views/profiles/two_factor_auths/show.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/profiles/two_factor_auths/show.html.haml b/app/views/profiles/two_factor_auths/show.html.haml index 8707af36e2e..329bf16895f 100644 --- a/app/views/profiles/two_factor_auths/show.html.haml +++ b/app/views/profiles/two_factor_auths/show.html.haml @@ -4,8 +4,6 @@ - content_for :page_specific_javascripts do - - if inject_u2f_api? - = webpack_bundle_tag('u2f') = webpack_bundle_tag('two_factor_auth') .js-two-factor-auth{ 'data-two-factor-skippable' => "#{two_factor_skippable?}", 'data-two_factor_skip_url' => skip_profile_two_factor_auth_path } |
