Use client_id if no client_name in delete dialog (#7228)

This commit is contained in:
Ryan Meek 2020-10-05 04:24:23 -04:00 committed by GitHub
parent 369c56db73
commit 05630c9896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ class HaRefreshTokens extends LitElement {
text: this.hass.localize(
"ui.panel.profile.refresh_tokens.confirm_delete",
"name",
token.client_name
token.client_name || token.client_id
),
}))
) {