Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Oct 16, 2024
1 parent 671f54a commit 0d787f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<%= t('.main_heading') %>
<% end %>
<% end %>

<%= c 'section', styles: [:wide] do %>
<p><%= t('.instructions.where_to_generate_html', link: 'https://signalcaptchas.org/registration/generate.html') %></p>
<p><%= t('.instructions.after_solving_captcha') %></p>
<% end %>

<%= c 'section', styles: [:wide] do %>
<%= c 'form', model: organization, url: organization_signal_register_path(organization), method: :post do %>
<%= c 'base_field', id: 'organization[signal][captcha]', label: 'Captcha' do |field| %>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.SignalVerifyPhoneNumberForm .SubmitButton {
margin-top: var(--spacing-unit);
}

0 comments on commit 0d787f8

Please sign in to comment.