<%= render 'messages' %>

<%= t('two_factor_authenticators.setup') %>

<%= t('two_factor_authenticators.description').html_safe %>

<%= t('two_factor_authenticators.instructions') %>

" height="250" width="250">

<%= t('two_factor_authenticators.secret') %>: <%= @two_factor_authenticator.secret %>

<%= form_tag(two_factor_authenticators_path, method: :post, id: 'two_factor_authenticators-form') do %> <%= hidden_field_tag :id, @two_factor_authenticator.id %> <%= label_tag :code, t('two_factor_authenticators.code') %> <%= text_field_tag :otp, nil, maxlength: 6 %> <%= link_to t('two_factor_authenticators.cancel'), sessions_path, :class => 'secondary button' %> <%= submit_tag t('two_factor_authenticators.submit') %> <% end %>
<%= render 'footer' %>