Sha256: 97ff07124ebd16355d6f826c9f1ce12f1ebbb51b18a17f95f56662bb4e5164e3
Contents?: true
Size: 782 Bytes
Versions: 59
Compression:
Stored size: 782 Bytes
Contents
<h3>Click Submit to check if the OTP is verified.</h3> <%= puts "resource attributs are: #{resource.attributes.to_s}" %> <% if defined?(intent) == nil %> <% intent = "" %> <% end %> <%= form_for(resource, as: resource.class.name.underscore, url: otp_verification_result_url(resource.class.name.underscore.downcase.pluralize,{:intent => intent}), :authenticity_token => true, method: "GET") do |f| %> <%= f.hidden_field(:additional_login_param,:value => resource.additional_login_param) %> <%= f.hidden_field(:otp,:value => resource.otp) %> <div style="text-align:center; padding-top:1.5rem; padding-bottom:1.5rem;" id="recaptcha_tags"> <% if Auth.configuration.recaptcha %> <%= recaptcha_tags %> <% end %> </div> <%= f.submit "Submit" %> <% end %>
Version data entries
59 entries across 59 versions & 1 rubygems