Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
wandji20 committed Nov 26, 2024
1 parent daf3efc commit d14143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/user_confirmations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def create
end
else
flash.now[:sucess] = t("devise.confirmations.send_instructions")
render 'spree/user_confirmations/create'
render "spree/user_confirmations/create"
return
end

Expand Down

0 comments on commit d14143a

Please sign in to comment.