From 05d8547074ff8eefaa217823b97224cb20250909 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 17 Feb 2022 17:08:56 +0000 Subject: [PATCH] 422 --- app/controllers/auth/passwords_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/auth/passwords_controller.rb b/app/controllers/auth/passwords_controller.rb index f41b63dce..ec709c653 100644 --- a/app/controllers/auth/passwords_controller.rb +++ b/app/controllers/auth/passwords_controller.rb @@ -43,7 +43,7 @@ class Auth::PasswordsController < Devise::PasswordsController respond_with resource, location: after_resetting_password_path_for(resource) else set_minimum_password_length - respond_with resource + respond_with resource, status: :unprocessable_entity end end