Disabled login and logout for users.
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user