Sha256: 900601ad8958c2f8c81fa82a012768bbdd66d4470dcb6484578404832992b3ea

Contents?: true

Size: 1.33 KB

Versions: 59

Compression:

Stored size: 1.33 KB

Contents

<div class="col l8 m10 s10 offset-l2 offset-m1 offset-s1 center">
Please enter your 10 digit mobile number.
<% if !resource.nil? %>
	
		<%= form_for(resource, as: resource.class.name.underscore, url: send_sms_otp_url(resource.class.name.underscore.downcase.pluralize,{:intent => intent}), remote: true, :authenticity_token => true, data: {type: "script"}, html: {id: "otp_form"}, method: "GET") do |f| %>
			<div class="input-field" style="text-align: center">
			    <input autofocus="autofocus" type="text" value="" name="<%= resource.class.name.downcase %>[additional_login_param]" id="<%= resource.class.name.downcase %>_additional_login_param">
			    <label for="<%= resource.class.name.downcase %>_additional_login_param" class="">Mobile Number</label>
			</div>
			<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 "Log In",  id: "otp_form_submit", style: "display:none;" %>
		<% end %>
		<div id="otp_submit" class="m-20-bottom">
	      <i class="mdi-hardware-keyboard-tab grey-text center cursor-pointer" style="height:60px; width:60px; border:1px solid #9e9e9e; border-radius:5px; font-size:1.8em; padding-top:0.75rem; text-align:center;" id="submit_icon"></i>
	    </div>
 
<% end %>
</div>

Version data entries

59 entries across 59 versions & 1 rubygems

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