Remove pd checkbox from signup page

This commit is contained in:
Anton Khorev 2025-01-18 07:11:41 +03:00
parent 7c551c5f73
commit 9254f0c2be
4 changed files with 18 additions and 46 deletions

View file

@ -222,8 +222,7 @@ class UsersController < ApplicationController
def user_params
params.require(:user).permit(:email, :display_name,
:auth_provider, :auth_uid,
:pass_crypt, :pass_crypt_confirmation,
:consider_pd)
:pass_crypt, :pass_crypt_confirmation)
end
##