Sha256: df4c4909c5e9819517d6dcca19e35bcc9abfc1b348eb698ea3b9efc0c456240d

Contents?: true

Size: 710 Bytes

Versions: 59

Compression:

Stored size: 710 Bytes

Contents

<!-- shows the result of querying for the otp status -->
<%= render :partial => "auth/shared/object_errors.html.erb", locals: {active_model_object: @auth_user} %>
<% if @auth_user.additional_login_param_confirmed? && @auth_user.errors.empty? %>
	The user is confirmed.
<% else %>
	<% if @auth_user.additional_login_param_status == 1 %>
	Confirmation is pending.
	<!-- render the form to query again the otp status here -->
		<%= render :partial => "auth/confirmations/get_otp_status", locals: {resource: @auth_user} %>
	<!-- end -->
	<% else %>
	<% if @auth_user.additional_login_param_status == 2 %>
	The status is confirmed.
	<% else %>
	Failed to confirm the user.
	<% end %>
	
	<% end %>
<% end %>
<!-- -->

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.3.9 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.3.8 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.3.7 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.3.6 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.3.5 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.3.3 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.3.2 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.3.1 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.3.0 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.2.9 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.2.8 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.2.6 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.2.5 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.2.4 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.2.3 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.2.2 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.2.1 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.2.0 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.1.9 app/views/auth/confirmations/otp_status_result.html.erb
wordjelly-auth-1.1.8 app/views/auth/confirmations/otp_status_result.html.erb