From a6197753ff6b3d9ea3842e0db3a788199622f355 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 19 Mar 2025 12:36:32 -0400 Subject: [PATCH] Make sure first runs redirect will work by turning off turbo on the form --- app/views/first_runs/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/first_runs/show.html.erb b/app/views/first_runs/show.html.erb index 476fbe987..5ee2efeb1 100644 --- a/app/views/first_runs/show.html.erb +++ b/app/views/first_runs/show.html.erb @@ -3,7 +3,7 @@
" style="--panel-size: 55ch;">

Fizzy

- <%= form_with model: User.new, url: first_run_path, class: "flex flex-column gap txt-large" do |form| %> + <%= form_with model: User.new, url: first_run_path, class: "flex flex-column gap txt-large", data: { turbo: false } do |form| %>
<%= translation_button :user_name %>