Skip to content

Commit

Permalink
Clear session[:spree_user_signup] after we're finished with it
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed May 30, 2012
1 parent c04759a commit 4c5e1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/app/controllers/spree/checkout_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def associate_user
end

session[:guest_token] = nil
session[:spree_user_signup] = nil
end

# Provides a route to redirect after order completion
Expand Down

0 comments on commit 4c5e1e7

Please sign in to comment.