Updated verify registrant change

This commit is contained in:
tsoganov 2025-03-18 16:12:47 +02:00
parent c2881acdca
commit ad05aa0d36

View file

@ -146,7 +146,7 @@ module Actions
err_text = "email #{email} didn't pass validation"
domain.add_epp_error('2005', nil, nil, "#{I18n.t(:parameter_value_syntax_error)} #{err_text}")
@error = true
return
return false
end
true