Skip to content

Commit

Permalink
Merge pull request #350 from internetee/348-allow-captacha-org
Browse files Browse the repository at this point in the history
Allow captcha for org owned registrations
  • Loading branch information
vohmar authored May 23, 2022
2 parents 4b423be + 19c3b52 commit 183cc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/whois_records/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<p><%= t '.more_info' %></p>

<% if !@show_sensitive_data && @whois_record.contactable? %>
<% unless @show_sensitive_data %>
<section class="captcha">
<%= render 'whois_records/show/captcha' %>
</section>
Expand Down

0 comments on commit 183cc88

Please sign in to comment.