squash! Remove session controller actions other than delete

This commit is contained in:
Mike Dalessio
2025-07-02 15:23:59 -04:00
parent 7f1b384425
commit 4537037a4c
+1 -1
View File
@@ -43,7 +43,7 @@
</div>
<div class="panel borderless center margin-block-double">
<%= button_to session_path, method: :delete, class: "btn center txt-medium" do %>
<%= button_to session_path, method: :delete, class: "btn center txt-medium", data: { turbo: false } do %>
<%= icon_tag "logout" %>
<span>Sign out</span>
<% end %>