mirror of
https://github.com/internetee/registry.git
synced 2025-05-22 04:09:52 +02:00
Comment out domain confirms for temp
This commit is contained in:
parent
6821afff65
commit
b48cc7a83b
1 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,10 @@ class Registrant::DomainUpdateConfirmsController < RegistrantController
|
||||||
def show
|
def show
|
||||||
@domain = Domain.find(params[:id])
|
@domain = Domain.find(params[:id])
|
||||||
|
|
||||||
if @domain.present? && params[:token].present? && @domain.registrant_verification_token == params[:token]
|
# if @domain.present? && params[:token].present? && @domain.registrant_verification_token == params[:token]
|
||||||
else
|
# else
|
||||||
@domain = nil
|
# @domain = nil
|
||||||
end
|
# end
|
||||||
end
|
end
|
||||||
|
|
||||||
def create
|
def create
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue