mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use _get_reauth_entry in azure_devops config flow (#127321)
This commit is contained in:
parent
acd3710469
commit
f0df25f824
@ -113,10 +113,8 @@ class AzureDevOpsFlowHandler(ConfigFlow, domain=DOMAIN):
|
|||||||
if errors is not None:
|
if errors is not None:
|
||||||
return await self._show_reauth_form(errors)
|
return await self._show_reauth_form(errors)
|
||||||
|
|
||||||
entry = await self.async_set_unique_id(self.unique_id)
|
|
||||||
assert entry
|
|
||||||
self.hass.config_entries.async_update_entry(
|
self.hass.config_entries.async_update_entry(
|
||||||
entry,
|
self._get_reauth_entry(),
|
||||||
data={
|
data={
|
||||||
CONF_ORG: self._organization,
|
CONF_ORG: self._organization,
|
||||||
CONF_PROJECT: self._project,
|
CONF_PROJECT: self._project,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user