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

Version Path
wordjelly-auth-1.6.0 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.9 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.8 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.7 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.6 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.5 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.4 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.3 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.2 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.1 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.5.0 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.4.9 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.4.8 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.4.7 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.4.6 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.4.5 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.4.4 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.4.3 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.4.2 app/views/auth/confirmations/_get_otp_status.html.erb
wordjelly-auth-1.4.0 app/views/auth/confirmations/_get_otp_status.html.erb