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