1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 05:25:24 +02:00

Disable turbo on login forms

This commit is contained in:
Josh Pigford 2025-03-05 13:32:53 -06:00
parent 28bfcda50a
commit f7fa8fa085
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
header_description t(".description")
%>
<%= styled_form_with url: verify_mfa_path, method: :post, class: "space-y-4" do |form| %>
<%= styled_form_with url: verify_mfa_path, method: :post, class: "space-y-4", data: { turbo: false } do |form| %>
<%= form.text_field :code,
required: true,
autofocus: true,