1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

Disable turbo on onboarding form

This commit is contained in:
Zach Gollwitzer 2025-03-28 17:24:17 -04:00
parent 2a505b000c
commit 9fadfe074b

View file

@ -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" %>