Skip to content

Commit

Permalink
remove deprecated attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jan 8, 2024
1 parent d0a19ac commit 903d796
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/components/avo/sidebar_profile_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
<%= render "avo/partials/profile_menu_extra" %>
<% if can_destroy_user? %>
<%= link_to helpers.main_app.send(destroy_user_session_path),
form: { "data-turbo" => "false" },
method: :delete,
data: {
turbo_method: :delete,
turbo_confirm: t('avo.are_you_sure')
Expand Down

0 comments on commit 903d796

Please sign in to comment.