mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Add missing placeholder description to twitch (#130013)
This commit is contained in:
parent
cb97f2f13c
commit
bbefa971d8
@ -78,7 +78,10 @@ class OAuth2FlowHandler(
|
|||||||
reauth_entry = self._get_reauth_entry()
|
reauth_entry = self._get_reauth_entry()
|
||||||
self._abort_if_unique_id_mismatch(
|
self._abort_if_unique_id_mismatch(
|
||||||
reason="wrong_account",
|
reason="wrong_account",
|
||||||
description_placeholders={"title": reauth_entry.title},
|
description_placeholders={
|
||||||
|
"title": reauth_entry.title,
|
||||||
|
"username": str(reauth_entry.unique_id),
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
new_channels = reauth_entry.options[CONF_CHANNELS]
|
new_channels = reauth_entry.options[CONF_CHANNELS]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user