Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adam2451 committed Apr 6, 2024
1 parent d63354f commit 5648e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def create_session(u = nil, action = '')
handle_remember_cookie! new_cookie_flag
# finally: reset all store-related session state UNLESS the login
# was performed as part of a checkout flow
reset_shopping unless @gOrderInProgress
reset_shopping unless @gOrderInProgress
session[:new_session] = true
if action == 'reset_token'
redirect_to change_password_for_customer_path(@user), :alert => I18n.t('login.change_password_now')
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_login_form.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= form_tag session_path, :class => 'form' do
.card
.card-header.text-center
%h3
%h3
= head
.card-body
.row
Expand Down

0 comments on commit 5648e31

Please sign in to comment.