Activity
Thank you Michael
Incase you are having an issue with the sign up button not working use this:
<%= form.submit "Sign Up", data: { turbo: false }, class: "btn btn-primary"%>
and on your form_with add local:true like this:
<%= form_with model: @user, url: sign_up_path, local: true do |form| %>