diff --git a/app/controllers/registrant/domain_update_confirms_controller.rb b/app/controllers/registrant/domain_update_confirms_controller.rb index f02d3e97b..6f2d4b46d 100644 --- a/app/controllers/registrant/domain_update_confirms_controller.rb +++ b/app/controllers/registrant/domain_update_confirms_controller.rb @@ -5,10 +5,10 @@ class Registrant::DomainUpdateConfirmsController < RegistrantController def show @domain = Domain.find(params[:id]) - if @domain.present? && params[:token].present? && @domain.registrant_verification_token == params[:token] - else - @domain = nil - end + # if @domain.present? && params[:token].present? && @domain.registrant_verification_token == params[:token] + # else + # @domain = nil + # end end def create