diff --git a/app/views/shared/_sign_in_form.html.erb b/app/views/shared/_sign_in_form.html.erb index e032ead..2d57bc6 100644 --- a/app/views/shared/_sign_in_form.html.erb +++ b/app/views/shared/_sign_in_form.html.erb @@ -1,22 +1,4 @@ <%= form_for resource, as: 'user', url: user_session_path, html: {id: "sign_in_form"} do |f| %> - <% if Rails.application.config.shibboleth_enabled %> - -