Sha256: 50012cfa62a546b9cab68f10fde572549b1521ca8f627d0bb7b3984f97f1d024

Contents?: true

Size: 692 Bytes

Versions: 59

Compression:

Stored size: 692 Bytes

Contents

<%= render :partial => "auth/modals/resource_errors.js.erb", locals: {resource: resource} %>
<% if resource.errors.size == 0 %>
	$("#login_content").html("<%= escape_javascript(render partial: Auth.configuration.auth_resources[resource.class.to_s.capitalize][:additional_login_param_new_otp_partial], locals: {resource: resource, intent: intent}) %>").show();
	//$("#sign_up_inputs").hide();
	$("#login_footer").html("<%= escape_javascript(render partial: 'auth/modals/login_navigation_options.html.erb', locals: {resource: resource}) %>").show();
	$("#show_sign_up").hide();
	$("#forgot_password").hide();
	$("#resend_confirmation_email").hide();
	open_sign_in_modal_if_closed();
<% end %>

Version data entries

59 entries across 59 versions & 1 rubygems

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