Sha256: bbf610a0571d496ed95f8535cb67938196577f787c09a49f2b3414689405ac32

Contents?: true

Size: 454 Bytes

Versions: 2

Compression:

Stored size: 454 Bytes

Contents

<h1>Please enter the code we sent to <%= @tfa_phone %></h1>

<%= form_with(url: @url, method: @method) do |f|  %>
  <%= f.hidden_field :tfa_id, value: @tfa.id %>
  <% @http_params.each do |p| %>
    <%= f.hidden_field p[0].to_sym, value: p[1].to_s.gsub("\0001", ':').gsub("\0002", ',').gsub("\0003", '#') %>
  <% end %>

  <div class='field'>
    <%= f.number_field :code %>
  </div>

  <div class='actions'>
    <%= f.submit 'Go' %>
  </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
2fa-0.0.2 app/views/tfa/tfas/_show.html.erb
2fa-0.0.1 app/views/tfa/tfas/_show.html.erb