Browse Source

422

pull/313/head
baarkerlounger 4 years ago
parent
commit
05d8547074
  1. 2
      app/controllers/auth/passwords_controller.rb

2
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) respond_with resource, location: after_resetting_password_path_for(resource)
else else
set_minimum_password_length set_minimum_password_length
respond_with resource respond_with resource, status: :unprocessable_entity
end end
end end

Loading…
Cancel
Save