mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Disable turbo on login forms
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user