Back to Settings
<%= @title %>
<%= form_tag twofa_update_url do %>

To enable Two-Factor Authentication on your account using your new TOTP secret, enter the six-digit code from your TOTP application:

<%= label_tag :totp_code, "TOTP Code:", :class => "required" %> <%= text_field_tag :totp_code, "", :size => 10, :autocomplete => "off", :type => "number", :autofocus => "autofocus" %>

<%= submit_tag "Verify and Enable" %> <% end %>