<% @body_id = 'login' %>
<%= render partial: 'spree/shared/login' %>
<% if Spree::Auth::Config[:registerable] %>
<%= render partial: 'spree/shared/registration', locals: { registration_button: 'registration-button' } %>
<% end %>