From d14143aa7d3205af78e34ee17b7c0d9d63244657 Mon Sep 17 00:00:00 2001 From: wandji20 Date: Tue, 26 Nov 2024 10:16:29 +0100 Subject: [PATCH] Fix. --- app/controllers/user_confirmations_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/user_confirmations_controller.rb b/app/controllers/user_confirmations_controller.rb index c3caf491578..fe963c20623 100644 --- a/app/controllers/user_confirmations_controller.rb +++ b/app/controllers/user_confirmations_controller.rb @@ -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