Added back 2fa configure later button
This commit is contained in:
parent
218f3e702a
commit
a9d97838a3
1 changed files with 1 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue