mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 00:06:35 +00:00
Use client_id if no client_name in delete dialog (#7228)
This commit is contained in:
parent
369c56db73
commit
05630c9896
@ -106,7 +106,7 @@ class HaRefreshTokens extends LitElement {
|
|||||||
text: this.hass.localize(
|
text: this.hass.localize(
|
||||||
"ui.panel.profile.refresh_tokens.confirm_delete",
|
"ui.panel.profile.refresh_tokens.confirm_delete",
|
||||||
"name",
|
"name",
|
||||||
token.client_name
|
token.client_name || token.client_id
|
||||||
),
|
),
|
||||||
}))
|
}))
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user