Skip to content
Snippets Groups Projects
Commit 9a4e5a8b authored by jdamick's avatar jdamick
Browse files

removed dead code from the form

parent 26124e40
No related branches found
No related tags found
1 merge request!937Modified the login screen for primarily LDAP authentication
<%#= form_for(resource, :as => resource_name, :url => user_omniauth_callback_path(:ldap), :html => { :class => "login-box", :id => 'new_ldap_user' }) do |f| %>
<%= form_tag(user_omniauth_callback_path(:ldap), :class => "login-box", :id => 'new_ldap_user' ) do %>
<%= image_tag "login-logo.png", :width => "304", :height => "66", :class => "login-logo", :alt => "Login Logo" %>
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment