Skip to content

Commit

Permalink
removed addition covered by another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Dec 1, 2023
1 parent 38a3651 commit 0fc0888
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/submitters_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def create

respond_to do |format|
if @submitter.save
reset_session
session[:submitter_id] = @submitter.id
# Change to home page
flash.keep[:success] = 'Your account was successfully created.'
Expand Down

0 comments on commit 0fc0888

Please sign in to comment.