mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix user name in config page (#18187)
This commit is contained in:
parent
8f1a6ef1b1
commit
51f8d91ddf
@ -68,7 +68,7 @@ export class HaConfigUsers extends LitElement {
|
||||
width: "20%",
|
||||
direction: "asc",
|
||||
hidden: narrow,
|
||||
template: (user) => html`${user.name || "—"}`,
|
||||
template: (user) => html`${user.username || "—"}`,
|
||||
},
|
||||
group_ids: {
|
||||
title: localize("ui.panel.config.users.picker.headers.group"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user