Skip to content

Commit

Permalink
Opt out of turbo for resend
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Sep 17, 2024
1 parent 8c3711d commit c65b3de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<% @active_devices.each do |device| %>
<% next if device.id == @used_device.id %>
<li>
<%= form_tag({ action: :retry }, method: :post) do %>
<%= form_tag({ action: :retry }, method: :post, data: { turbo: false }) do %>
<%= hidden_field_tag 'use_device', device.id %>
<%= submit_tag device.redacted_identifier, class: 'button--link' %>
<% end %>
Expand Down

0 comments on commit c65b3de

Please sign in to comment.