DropdownGroupLabel renders Base UI's Menu.GroupLabel, which requires a Menu.Group ancestor. The user menu rendered the label directly in the popup, so opening it threw a missing MenuGroupContext error. Wrap the email label in a DropdownGroup. Signed-off-by: Émile Ré <emile@probo.com>