Disabled login and logout for users.

This commit is contained in:
2026-02-21 11:27:46 +01:00
parent 35dbb79ccd
commit 4f38eb36f1
2 changed files with 3 additions and 78 deletions

View File

@ -32,11 +32,6 @@
</head>
<body>
<ul class="menu menu-horizontal w-full relative z-10 flex items-center gap-4 px-4 sm:px-6 lg:px-8 justify-end">
<%= if @current_scope do %>
<li>
<.link href={~p"/users/log-out"} method="delete">Log out</.link>
</li>
<% end %>
<Layouts.theme_toggle />
</ul>
{@inner_content}