Disable Turbo on registration form
This commit is contained in:
parent
97a826be33
commit
fce3d7c587
|
@ -5,7 +5,7 @@
|
|||
.card.mt-3
|
||||
.card-body
|
||||
%h1= t(".title")
|
||||
= bootstrap_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
|
||||
= bootstrap_form_for(resource, as: resource_name, url: registration_path(resource_name), data: { turbo: false }) do |f|
|
||||
= render "devise/shared/error_messages", resource: resource
|
||||
= render "layouts/messages"
|
||||
|
||||
|
|
Loading…
Reference in New Issue