Sha256: 3dfaf2d390a7e47d3d3b2399b890cd1e0fc2e0295a94289853982f09be4e0888
Contents?: true
Size: 489 Bytes
Versions: 39
Compression:
Stored size: 489 Bytes
Contents
<p style="color: red"><%%= alert %></p> <%%= form_with(url: two_factor_authentication_challenge_path) do |form| %> <%%= form.hidden_field :token, value: params[:token] %> <div> <%%= form.label :code do %> <h1>Next, open the 2FA authenticator app on your phone and type the six digit code below:</h1> <%% end %> <%%= form.text_field :code, autofocus: true, required: true, autocomplete: :off %> </div> <div> <%%= form.submit "Verify" %> </div> <%% end %>
Version data entries
39 entries across 39 versions & 1 rubygems