Sha256: 7f01498c9aa372db76e812daa6df081221d358b15eb2d90500bf4dc7a6f4e7dc

Contents?: true

Size: 573 Bytes

Versions: 59

Compression:

Stored size: 573 Bytes

Contents

<% if defined?(intent) == nil %>
	<% intent = "" %>
<% end %>
<%= form_for(user, as: user.class.name.underscore, url: send_sms_otp_url(user.class.name.underscore.downcase.pluralize,{:intent => intent}), :authenticity_token => true, method: "GET") do |f| %>
	
	<%= f.text_field(:additional_login_param) %>
	<%= f.label(:additional_login_param) %>


	<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/_resend_sms_otp.html.erb
wordjelly-auth-1.5.9 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.5.8 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.5.7 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.5.6 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.5.5 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.5.4 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.5.3 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.5.2 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.5.1 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.5.0 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.4.9 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.4.8 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.4.7 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.4.6 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.4.5 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.4.4 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.4.3 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.4.2 app/views/auth/confirmations/_resend_sms_otp.html.erb
wordjelly-auth-1.4.0 app/views/auth/confirmations/_resend_sms_otp.html.erb