Remove email verification legacy code

This commit is contained in:
Thiago Youssef 2022-04-13 11:51:08 +03:00
parent 47a93b200a
commit f8612d687f
17 changed files with 36 additions and 538 deletions

View file

@ -32,7 +32,6 @@ module Admin
contacts = contacts.where("ident_country_code is null or ident_country_code=''")
end
contacts = contacts.email_verification_failed if params[:email_verification_failed].eql?('1')
contacts
end