Add age verification on sign-up (#34150)
This commit is contained in:
@@ -41,7 +41,7 @@ class AppSignUpService < BaseService
|
||||
end
|
||||
|
||||
def user_params
|
||||
@params.slice(:email, :password, :agreement, :locale, :time_zone, :invite_code)
|
||||
@params.slice(:email, :password, :agreement, :locale, :time_zone, :invite_code, :date_of_birth)
|
||||
end
|
||||
|
||||
def account_params
|
||||
|
||||
Reference in New Issue
Block a user