mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
registrant update change #2557
This commit is contained in:
parent
51d22af52b
commit
64bd2b957f
9 changed files with 68 additions and 35 deletions
|
@ -20,7 +20,6 @@ class Registrant::DomainUpdateConfirmsController < RegistrantController
|
|||
@registrant_verification = RegistrantVerification.new(domain_id: @domain.id,
|
||||
domain_name: @domain.name,
|
||||
verification_token: params[:token])
|
||||
|
||||
if params[:rejected]
|
||||
if @registrant_verification.domain_registrant_change_reject!
|
||||
flash[:notice] = t(:registrant_domain_verification_rejected)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue