Remove the dead Profile link from the sidebar profile menu
CI / full-gate (push) Successful in 2m39s

This commit is contained in:
2026-08-05 01:01:14 +02:00
parent 2b09635ed5
commit 3c64621515
6 changed files with 4 additions and 4 deletions
-1
View File
@@ -68,7 +68,6 @@
</summary>
<div class="menu-pop left up" style="min-width:220px">
<div class="menu-head"><%= t("shell.signedInAs", { name: user.name }) %></div>
<button class="menu-item" type="button"><svg class="ico"><use href="#i-user" /></svg><%= t("shell.profile") %></button>
<%# Sign out is a state change → a POST form (not a GET link), CSRF-guarded by app.ts %>
<form class="menu-item-form" method="post" action="<%= localeHref("/logout") %>">
<input type="hidden" name="_csrf" value="<%= locals.csrfToken || '' %>" />