Skip to content

Commit

Permalink
Fix mobile logout
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Feb 28, 2024
1 parent f7b99c1 commit 7e3828e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/polar_web/components/layouts/app.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@
<%= @current_user.email %>
</.link>
<.link
navigate={~p"/users/log_out"}
href={~p"/users/log_out"}
method="delete"
class="block rounded-md px-3 py-2 text-base font-medium text-slate-400 hover:bg-slate-700 hover:text-white"
>
<%= gettext("Log out") %>
Expand Down

0 comments on commit 7e3828e

Please sign in to comment.