mirror of
https://github.com/we-promise/sure.git
synced 2026-05-06 20:34:06 +00:00
Disable turbo on onboarding form
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
<p class="text-secondary text-xs mb-4"><%= t(".preview") %></p>
|
||||
|
||||
<%= styled_form_with model: @user do |form| %>
|
||||
<%= styled_form_with model: @user, data: { turbo: false } do |form| %>
|
||||
<%= form.hidden_field :onboarded_at, value: Time.current %>
|
||||
<%= form.hidden_field :redirect_to, value: "home" %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user