Sha256: 63831806363f5bf9522f8c4f66deb4f1abc90f787d0cc08f158156823128f3a9

Contents?: true

Size: 828 Bytes

Versions: 59

Compression:

Stored size: 828 Bytes

Contents

<% if user.additional_login_param_status == 1 %>
	<h3>Please enter the OTP received by the Customer</h3>
	<% if defined?(intent) == nil %>
		<% intent = "" %>
	<% end %>
	<%= form_for(user, as: user.class.name.underscore, url: verify_otp_url(user.class.name.underscore.downcase.pluralize,{:intent => intent}), :authenticity_token => true, method: "GET") do |f| %>
		
		<%= f.text_field(:otp) %>
		<%= f.label(:otp) %>


		<%= f.hidden_field(:additional_login_param,:value => user.additional_login_param) %>

		<%= f.hidden_field(:created_by_admin,:value => true) %>

		
		<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 %>
	<!-- end -->
<% end %>

Version data entries

59 entries across 59 versions & 1 rubygems

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