{username}
{/*
No onClick to close the menu — the click would trigger setOpen
(which unmounts the form on next render) and the form submit
in parallel; React tears down the form before the POST flushes
and sign-out silently no-ops. The Server Action redirects to
/cm-auth on success, which navigates away and tears the menu
down naturally.
*/}