mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Switched to turbo_method to fix Logout call
This commit is contained in:
parent
d3aa3bd067
commit
a2120df84f
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li><%= link_to 'Logout', destroy_user_session_path, method: :delete, data: { turbo: false } %></li>
|
||||
<li><%= link_to 'Logout', destroy_user_session_path, data: { turbo_method: :delete } %></li>
|
||||
</ul>
|
||||
</details>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue