fix controller registration

parent e1e38449
Pipeline #1400 canceled with stages
in 0 seconds
...@@ -71,6 +71,6 @@ class Users::RegistrationsController < Devise::RegistrationsController ...@@ -71,6 +71,6 @@ class Users::RegistrationsController < Devise::RegistrationsController
end end
def configure_account_update_params def configure_account_update_params
devise_parameter_sanitizer.permit(:account_update, keys: [:name, :cv, :email, :password, :password_confirmation, :current_password]) devise_parameter_sanitizer.permit(:account_update, keys: [:name, :cv])
end end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment