Added back 2fa configure later button

This commit is contained in:
Phil Hughes 2016-03-03 16:59:33 +00:00
parent 218f3e702a
commit a9d97838a3
1 changed files with 1 additions and 0 deletions

View File

@ -38,3 +38,4 @@
= text_field_tag :pin_code, nil, class: "form-control", required: true
.prepend-top-default
= submit_tag 'Enable two-factor authentication', class: 'btn btn-success'
= link_to 'Configure it later', skip_profile_two_factor_auth_path, :method => :patch, class: 'btn btn-cancel' if two_factor_skippable?